Home
last modified time | relevance | path

Searched defs:token (Results 26 – 50 of 688) sorted by relevance

12345678910>>...28

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DMonitor.c135 int token; in xf86parseModeLine() local
260 int token, token2; in xf86parseVerboseMode() local
408 int token; in xf86parseMonitorSection() local
594 int token; in xf86parseModesSection() local
H A DVendor.c93 int token; in xf86parseVendorSubSection() local
146 int token; in xf86parseVendorSection() local
H A DVideo.c92 int token; in xf86parseVideoPortSubSection() local
149 int token; in xf86parseVideoAdaptorSection() local
H A DScreen.c111 int token; in xf86parseDisplaySubSection() local
251 int token; in xf86parseScreenSection() local
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-q.c38 size_t len, int token, int maxpacket) in qtd_fill()
156 struct urb *urb, u32 token) in ehci_clear_tt_buffer()
191 u32 token in qtd_copy_status()
325 u32 token = 0; in qh_completions() local
585 u32 token; in qh_urb_transaction() local
1060 __hc32 token; in qh_append_tds() local
1180 u32 token; in submit_single_step_set_feature() local
/OK3568_Linux_fs/kernel/tools/wmi/
H A Ddell-smbios-example.c53 static int find_token(__u16 token, __u16 *location, __u16 *value) in find_token()
109 static int query_token(__u16 token, struct dell_wmi_smbios_buffer *buffer) in query_token()
124 __u16 token) in activate_token()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/server/
H A Dxmlrpcclient.py36 def set_connection_token(self, token): argument
85 def connect(self, token = None): argument
114 def connectXMLRPC(remote, featureset, observer_only = False, token = None): argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeotilefetcher_esri.h81 inline const QString &GeoTileFetcherEsri::token() const in token() function
86 inline void GeoTileFetcherEsri::setToken(const QString &token) in setToken()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_rtsym.c227 u8 action, u8 token, u64 off, u32 *cpp_id, u64 *addr) in nfp_rtsym_to_dest()
258 u8 action, u8 token, u64 off, void *buf, size_t len) in __nfp_rtsym_read()
295 u8 action, u8 token, u64 off, u32 *value) in __nfp_rtsym_readl()
321 u8 action, u8 token, u64 off, u64 *value) in __nfp_rtsym_readq()
352 u8 action, u8 token, u64 off, void *buf, size_t len) in __nfp_rtsym_write()
380 u8 action, u8 token, u64 off, u32 value) in __nfp_rtsym_writel()
406 u8 action, u8 token, u64 off, u64 value) in __nfp_rtsym_writeq()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dparse-events.l23 static int __value(YYSTYPE *yylval, char *str, int base, int token) in __value()
44 static int str(yyscan_t scanner, int token) in str()
113 static int drv_str(yyscan_t scanner, int token) in drv_str()
H A Dexpr.l13 static double __value(YYSTYPE *yylval, char *str, int token) in __value()
70 static int str(yyscan_t scanner, int token, int runtime) in str()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dopal-sensor.c20 int ret, token; in opal_get_sensor_data() local
64 int ret, token; in opal_get_sensor_data_u64() local
H A Dopal-psr.c30 int psr, ret, token; in psr_show() local
80 int psr, ret, token; in psr_store() local
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dkey.c92 struct rxrpc_key_token *token, **pptoken; in rxrpc_preparse_xdr_rxkad() local
433 struct rxrpc_key_token *token, **pptoken; in rxrpc_preparse_xdr_rxk5() local
559 const __be32 *xdr = prep->data, *token; in rxrpc_preparse_xdr() local
695 struct rxrpc_key_token *token, **pp; in rxrpc_preparse() local
798 static void rxrpc_free_token_list(struct rxrpc_key_token *token) in rxrpc_free_token_list()
1046 const struct rxrpc_key_token *token; in rxrpc_read() local
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dprocattr.c78 static char *split_token_from_name(const char *op, char *args, u64 *token) in split_token_from_name()
105 u64 token; in aa_setprocattr_changehat() local
H A Dtask.c115 int aa_set_current_hat(struct aa_label *label, u64 token) in aa_set_current_hat()
155 int aa_restore_previous_label(u64 token) in aa_restore_previous_label()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dkvm.c83 u32 token; member
93 u32 token) in _find_apf_task()
107 static bool kvm_async_pf_queue_task(u32 token, struct kvm_task_sleep_node *n) in kvm_async_pf_queue_task()
138 void kvm_async_pf_task_wait_schedule(u32 token) in kvm_async_pf_task_wait_schedule()
187 void kvm_async_pf_task_wake(u32 token) in kvm_async_pf_task_wake()
254 noinstr bool __kvm_handle_async_pf(struct pt_regs *regs, u32 token) in __kvm_handle_async_pf()
290 u32 token; in DEFINE_IDTENTRY_SYSVEC() local
/OK3568_Linux_fs/kernel/scripts/
H A Dasn1_compiler.c300 struct token { struct
302 enum token_type token_type : 8; argument
309 static struct token *token_list; argument
319 const struct token *token = _key; in directive_compare() local
732 const struct token *token = _key; in type_finder() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dirqbypass.h47 void *token; member
73 void *token; member
/OK3568_Linux_fs/kernel/drivers/xen/xenbus/
H A Dxenbus_probe_backend.c184 const char *path, const char *token) in frontend_will_handle()
190 const char *path, const char *token) in frontend_changed()
213 const char *path, const char *token) in backend_changed()
H A Dxenbus_xs.c658 static int xs_watch(const char *path, const char *token) in xs_watch()
671 static int xs_unwatch(const char *path, const char *token) in xs_unwatch()
684 static struct xenbus_watch *find_watch(const char *token) in find_watch()
767 char token[sizeof(watch) * 2 + 1]; in register_xenbus_watch() local
798 char token[sizeof(watch) * 2 + 1]; in unregister_xenbus_watch() local
850 char token[sizeof(watch) * 2 + 1]; in xs_resume() local
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Ddmxparse.c113 dmxConfigCreateToken(int token, int line, const char *comment) in dmxConfigCreateToken()
133 dmxConfigCreateString(int token, int line, in dmxConfigCreateString()
161 dmxConfigCreateNumber(int token, int line, const char *comment, int number) in dmxConfigCreateNumber()
182 dmxConfigCreatePair(int token, int line, in dmxConfigCreatePair()
207 dmxConfigCreateComment(int token, int line, const char *comment) in dmxConfigCreateComment()
/OK3568_Linux_fs/kernel/drivers/mtd/devices/
H A Dphram.c138 static int parse_num64(uint64_t *num64, char *token) in parse_num64()
171 static int parse_name(char **pname, const char *token) in parse_name()
219 char *token[3]; in phram_setup() local
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Doptions.c76 int token; in hfsplus_parse_options_remount() local
104 int tmp, token; in hfsplus_parse_options() local
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Devent-parse.c1247 static int test_type_token(enum tep_event_type type, const char *token, in test_type_token()
1284 char *token; in __read_expected() local
1311 char *token; in event_read_name() local
1331 char *token; in event_read_id() local
1424 char *token; in event_read_fields() local
1721 char *token; in event_read_format() local
1759 char *token; in process_arg() local
1793 char *token = NULL; in process_cond() local
1849 char *token = NULL; in process_array() local
1951 char *token; in process_op() local
[all …]

12345678910>>...28