Home
last modified time | relevance | path

Searched defs:token (Results 1 – 25 of 178) sorted by relevance

12345678

/linux-2.6.39/drivers/staging/cxt1e1/
Dsbecom_inline_linux.h168 OS_mem_token_free (void *token) in OS_mem_token_free()
175 OS_mem_token_free_irq (void *token) in OS_mem_token_free_irq()
182 OS_mem_token_data (void *token) in OS_mem_token_data()
189 OS_mem_token_next (void *token) in OS_mem_token_next()
196 OS_mem_token_len (void *token) in OS_mem_token_len()
203 OS_mem_token_tlen (void *token) in OS_mem_token_tlen()
/linux-2.6.39/net/sunrpc/auth_gss/
Dgss_krb5_seal.c74 setup_token(struct krb5_ctx *ctx, struct xdr_netobj *token) in setup_token()
95 setup_token_v2(struct krb5_ctx *ctx, struct xdr_netobj *token) in setup_token_v2()
123 struct xdr_netobj *token) in gss_get_mic_v1()
164 struct xdr_netobj *token) in gss_get_mic_v2()
207 struct xdr_netobj *token) in gss_get_mic_kerberos()
/linux-2.6.39/arch/powerpc/kernel/
Drtas.c420 int rtas_call(int token, int nargs, int nret, int *outputs, ...) in rtas_call()
535 int token = rtas_token("get-power-level"); in rtas_get_power_level() local
552 int token = rtas_token("set-power-level"); in rtas_set_power_level() local
570 int token = rtas_token("get-sensor-state"); in rtas_get_sensor() local
586 bool rtas_indicator_present(int token, int *maxindex) in rtas_indicator_present()
590 u32 token; in rtas_indicator_present() member
614 int token = rtas_token("set-indicator"); in rtas_set_indicator() local
636 int token = rtas_token("set-indicator"); in rtas_set_indicator_fast() local
/linux-2.6.39/tools/perf/util/
Dtrace-event-parse.c633 static int __test_type_token(enum event_type type, char *token, in __test_type_token()
653 static int test_type_token(enum event_type type, char *token, in test_type_token()
679 char *token; in __read_expected() local
706 char *token; in event_read_name() local
726 char *token; in event_read_id() local
769 char *token; in event_read_fields() local
991 char *token; in event_read_format() local
1029 char *token; in process_arg() local
1042 char *token = NULL; in process_cond() local
1082 char *token = NULL; in process_array() local
[all …]
/linux-2.6.39/drivers/usb/host/
Dehci-q.c47 size_t len, int token, int maxpacket) in qtd_fill()
162 struct urb *urb, u32 token) in ehci_clear_tt_buffer()
197 u32 token in qtd_copy_status()
350 u32 token = 0; in qh_completions() local
609 u32 token; in qh_urb_transaction() local
1050 __hc32 token; in qh_append_tds() local
Duhci-hcd.h226 #define uhci_expected_length(token) ((((token) >> TD_TOKEN_EXPLEN_SHIFT) + \ argument
228 #define uhci_toggle(token) (((token) >> TD_TOKEN_TOGGLE_SHIFT) & 1) argument
229 #define uhci_endpoint(token) (((token) >> 15) & 0xf) argument
230 #define uhci_devaddr(token) (((token) >> TD_TOKEN_DEVADDR_SHIFT) & 0x7f) argument
231 #define uhci_devep(token) (((token) >> TD_TOKEN_DEVADDR_SHIFT) & 0x7ff) argument
232 #define uhci_packetid(token) ((token) & TD_TOKEN_PID_MASK) argument
233 #define uhci_packetout(token) (uhci_packetid(token) != USB_PID_IN) argument
234 #define uhci_packetin(token) (uhci_packetid(token) == USB_PID_IN) argument
250 __le32 token; member
/linux-2.6.39/security/apparmor/
Dcontext.c145 int aa_set_current_hat(struct aa_profile *profile, u64 token) in aa_set_current_hat()
183 int aa_restore_previous_profile(u64 token) in aa_restore_previous_profile()
Dprocattr.c89 static char *split_token_from_name(int op, char *args, u64 * token) in split_token_from_name()
116 u64 token; in aa_setprocattr_changehat() local
/linux-2.6.39/net/rxrpc/
Dar-key.c87 struct rxrpc_key_token *token, **pptoken; in rxrpc_instantiate_xdr_rxkad() local
426 struct rxrpc_key_token *token, **pptoken; in rxrpc_instantiate_xdr_rxk5() local
552 const __be32 *xdr = data, *token; in rxrpc_instantiate_xdr() local
686 struct rxrpc_key_token *token, **pp; in rxrpc_instantiate() local
820 struct rxrpc_key_token *token; in rxrpc_destroy() local
1022 const struct rxrpc_key_token *token; in rxrpc_read() local
Drxkad.c65 struct rxrpc_key_token *token; in rxkad_init_connection_security() local
115 struct rxrpc_key_token *token; in rxkad_prime_packet_security() local
202 const struct rxrpc_key_token *token; in rxkad_secure_packet_encrypt() local
405 const struct rxrpc_key_token *token; in rxkad_verify_packet_encrypt() local
742 const struct rxrpc_key_token *token; in rxkad_respond_to_challenge() local
/linux-2.6.39/fs/hfsplus/
Doptions.c75 int token; in hfsplus_parse_options_remount() local
103 int tmp, token; in hfsplus_parse_options() local
/linux-2.6.39/drivers/message/i2o/
Di2o_proc.c727 int token; in i2o_seq_show_hw() local
781 int token; in i2o_seq_show_ddm_table() local
858 int token; in i2o_seq_show_driver_store() local
893 int token; in i2o_seq_show_drivers_stored() local
959 int token; in i2o_seq_show_groups() local
1035 int token; in i2o_seq_show_phys_device() local
1076 int token; in i2o_seq_show_claimed() local
1116 int token; in i2o_seq_show_users() local
1170 int token; in i2o_seq_show_priv_msgs() local
1219 int token; in i2o_seq_show_authorized_users() local
[all …]
/linux-2.6.39/drivers/mtd/devices/
Dphram.c190 static int parse_num32(uint32_t *num32, const char *token) in parse_num32()
203 static int parse_name(char **pname, const char *token) in parse_name()
239 char *token[3]; in phram_setup() local
/linux-2.6.39/drivers/xen/xenfs/
Dxenbus.c218 char *token; member
229 const char *token) in alloc_watch_adapter()
260 const char *path, *token; in watch_fired() local
357 char *path, *token; in xenbus_write_watch() local
/linux-2.6.39/arch/powerpc/mm/
Dpgtable_64.c288 void __iounmap(volatile void __iomem *token) in __iounmap()
305 void iounmap(volatile void __iomem *token) in iounmap()
/linux-2.6.39/drivers/xen/xenbus/
Dxenbus_xs.c584 static int xs_watch(const char *path, const char *token) in xs_watch()
597 static int xs_unwatch(const char *path, const char *token) in xs_unwatch()
610 static struct xenbus_watch *find_watch(const char *token) in find_watch()
627 char token[sizeof(watch) * 2 + 1]; in register_xenbus_watch() local
657 char token[sizeof(watch) * 2 + 1]; in unregister_xenbus_watch() local
709 char token[sizeof(watch) * 2 + 1]; in xs_resume() local
/linux-2.6.39/fs/ncpfs/
Dgetopt.c29 char *token; in ncp_getopt() local
/linux-2.6.39/arch/x86/kernel/
Dkvm.c80 u32 token; member
92 u32 token) in _find_apf_task()
106 void kvm_async_pf_task_wait(u32 token) in kvm_async_pf_task_wait()
192 void kvm_async_pf_task_wake(u32 token) in kvm_async_pf_task_wake()
/linux-2.6.39/include/linux/
Dparser.h13 int token; member
/linux-2.6.39/arch/powerpc/platforms/iseries/
Dmf.c58 u64 token; member
74 u64 token; member
106 void *token; member
417 void *token = pce_msg_data->completion->token; in handle_int() local
472 void *token = pce_msg_data->completion->token; in handle_ack() local
703 static void get_rtc_time_complete(void *token, struct ce_msg_data *ce_msg) in get_rtc_time_complete()
828 static void get_boot_rtc_time_complete(void *token, struct ce_msg_data *ce_msg) in get_boot_rtc_time_complete()
/linux-2.6.39/drivers/infiniband/hw/ehca/
Dehca_irq.c209 u32 token = EHCA_BMASK_GET(EQE_QP_TOKEN, eqe); in qp_event_callback() local
243 u32 token = EHCA_BMASK_GET(EQE_CQ_TOKEN, eqe); in cq_event_callback() local
515 u32 token; in process_eqe() local
575 u32 token; in ehca_process_eq() local
/linux-2.6.39/arch/powerpc/include/asm/
Dspinlock.h60 unsigned long tmp, token; in __arch_spin_trylock() local
212 long tmp, token; in __arch_write_trylock() local
/linux-2.6.39/drivers/net/wireless/iwlegacy/
Diwl-spectrum.h76 u8 token; member
84 u8 token; member
/linux-2.6.39/drivers/net/wireless/iwlwifi/
Diwl-spectrum.h76 u8 token; member
84 u8 token; member
/linux-2.6.39/drivers/net/mlx4/
Dcmd.c111 u16 token; member
154 u32 in_modifier, u8 op_modifier, u16 op, u16 token, in mlx4_cmd_post()
251 void mlx4_cmd_event(struct mlx4_dev *dev, u16 token, u8 status, u64 out_param) in mlx4_cmd_event()

12345678