/linux-4.4.14/drivers/staging/fsl-mc/bus/ |
D | dpbp.c | 57 u16 *token) in dpbp_open() 92 u16 token) in dpbp_close() 129 u16 *token) in dpbp_create() 161 u16 token) in dpbp_destroy() 183 u16 token) in dpbp_enable() 206 u16 token) in dpbp_disable() 230 u16 token, in dpbp_is_enabled() 260 u16 token) in dpbp_reset() 284 u16 token, in dpbp_set_irq() 316 u16 token, in dpbp_get_irq() [all …]
|
D | dprc.c | 51 u16 *token) in dprc_open() 86 u16 token) in dprc_close() 112 u16 token, in dprc_create_container() 180 u16 token, in dprc_destroy_container() 218 u16 token, in dprc_reset_container() 246 u16 token, in dprc_get_irq() 286 u16 token, in dprc_set_irq() 317 u16 token, in dprc_get_irq_enable() 357 u16 token, in dprc_set_irq_enable() 388 u16 token, in dprc_get_irq_mask() [all …]
|
D | dpmcp.c | 57 u16 *token) in dpmcp_open() 91 u16 token) in dpmcp_close() 127 u16 *token) in dpmcp_create() 158 u16 token) in dpmcp_destroy() 180 u16 token) in dpmcp_reset() 204 u16 token, in dpmcp_set_irq() 236 u16 token, in dpmcp_get_irq() 279 u16 token, in dpmcp_set_irq_enable() 307 u16 token, in dpmcp_get_irq_enable() 347 u16 token, in dpmcp_set_irq_mask() [all …]
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal-async.c | 39 int token; in __opal_async_get_token() local 62 int token; in opal_async_get_token_interruptible() local 76 int __opal_async_release_token(int token) in __opal_async_release_token() 94 int opal_async_release_token(int token) in opal_async_release_token() 108 int opal_async_wait_response(uint64_t token, struct opal_msg *msg) in opal_async_wait_response() 132 uint64_t token; in opal_async_comp_event() local
|
D | opal-sysparam.c | 46 int token; in opal_get_sys_param() local 81 int ret, token; in opal_set_sys_param() local
|
D | opal-sensor.c | 36 int ret, token; in opal_get_sensor_data() local
|
D | opal-wrappers.S | 59 #define OPAL_CALL(name, token) \ argument
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_krb5_seal.c | 74 setup_token(struct krb5_ctx *ctx, struct xdr_netobj *token) in setup_token() 100 setup_token_v2(struct krb5_ctx *ctx, struct xdr_netobj *token) in setup_token_v2() 129 struct xdr_netobj *token) in gss_get_mic_v1() 170 struct xdr_netobj *token) in gss_get_mic_v2() 213 struct xdr_netobj *token) in gss_get_mic_kerberos()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | rtas.c | 421 int rtas_call(int token, int nargs, int nret, int *outputs, ...) in rtas_call() 537 int token = rtas_token("get-power-level"); in rtas_get_power_level() local 554 int token = rtas_token("set-power-level"); in rtas_set_power_level() local 572 int token = rtas_token("get-sensor-state"); in rtas_get_sensor() local 590 int token = rtas_token("get-sensor-state"); in rtas_get_sensor_fast() local 605 bool rtas_indicator_present(int token, int *maxindex) in rtas_indicator_present() 609 __be32 token; in rtas_indicator_present() member 633 int token = rtas_token("set-indicator"); in rtas_set_indicator() local 655 int token = rtas_token("set-indicator"); in rtas_set_indicator_fast() local 1041 int nargs, nret, token; in ppc_rtas() local
|
D | io-workarounds.c | 61 int token; in iowa_mem_find_bus() local
|
D | rtas_flash.c | 451 int token = rtas_token("ibm,validate-flash-image"); in validate_flash() local 728 int token; in rtas_flash_init() local
|
D | eeh.c | 343 static inline unsigned long eeh_token_to_phys(unsigned long token) in eeh_token_to_phys() 597 int eeh_check_failure(const volatile void __iomem *token) in eeh_check_failure()
|
D | fadump.c | 61 const __be32 *token; in early_init_dt_scan_fw_dump() local
|
D | rtas-proc.c | 117 unsigned int token; member
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-q.c | 47 size_t len, int token, int maxpacket) in qtd_fill() 161 struct urb *urb, u32 token) in ehci_clear_tt_buffer() 196 u32 token in qtd_copy_status() 323 u32 token = 0; in qh_completions() local 583 u32 token; in qh_urb_transaction() local 1055 __hc32 token; in qh_append_tds() local 1175 u32 token; in submit_single_step_set_feature() local
|
D | uhci-hcd.h | 234 #define uhci_expected_length(token) ((((token) >> TD_TOKEN_EXPLEN_SHIFT) + \ argument 236 #define uhci_toggle(token) (((token) >> TD_TOKEN_TOGGLE_SHIFT) & 1) argument 237 #define uhci_endpoint(token) (((token) >> 15) & 0xf) argument 238 #define uhci_devaddr(token) (((token) >> TD_TOKEN_DEVADDR_SHIFT) & 0x7f) argument 239 #define uhci_devep(token) (((token) >> TD_TOKEN_DEVADDR_SHIFT) & 0x7ff) argument 240 #define uhci_packetid(token) ((token) & TD_TOKEN_PID_MASK) argument 241 #define uhci_packetout(token) (uhci_packetid(token) != USB_PID_IN) argument 242 #define uhci_packetin(token) (uhci_packetid(token) == USB_PID_IN) argument 258 __hc32 token; member
|
D | oxu210hp-hcd.c | 783 int token, int maxpacket) in qtd_fill() 873 size_t length, u32 token) in qtd_copy_status() 1013 u32 token = 0; in qh_completions() local 1202 u32 token; in qh_urb_transaction() local 1577 __le32 token; in qh_append_tds() local
|
D | fotg210-hcd.c | 350 static inline char token_mark(struct fotg210_hcd *fotg210, __hc32 token) in token_mark() 2018 dma_addr_t buf, size_t len, int token, int maxpacket) in qtd_fill() 2134 struct fotg210_qh *qh, struct urb *urb, u32 token) in fotg210_clear_tt_buffer() 2160 size_t length, u32 token) in qtd_copy_status() 2307 u32 token = 0; in qh_completions() local 2569 u32 token; in qh_urb_transaction() local 3009 __hc32 token; in qh_append_tds() local
|
D | uhci-debug.c | 47 u32 status, token; in uhci_show_td() local
|
D | ehci-dbg.c | 392 static inline char token_mark(struct ehci_hcd *ehci, __hc32 token) in token_mark()
|
D | uhci-q.c | 135 u32 status, u32 token, u32 buffer) in uhci_fill_td()
|
/linux-4.4.14/net/rxrpc/ |
D | ar-key.c | 92 struct rxrpc_key_token *token, **pptoken; in rxrpc_preparse_xdr_rxkad() local 427 struct rxrpc_key_token *token, **pptoken; in rxrpc_preparse_xdr_rxk5() local 551 const __be32 *xdr = prep->data, *token; in rxrpc_preparse_xdr() local 687 struct rxrpc_key_token *token, **pp; in rxrpc_preparse() local 788 static void rxrpc_free_token_list(struct rxrpc_key_token *token) in rxrpc_free_token_list() 1049 const struct rxrpc_key_token *token; in rxrpc_read() local
|
D | rxkad.c | 65 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
|
D | ar-security.c | 126 struct rxrpc_key_token *token; in rxrpc_init_client_conn_security() local
|
/linux-4.4.14/security/apparmor/ |
D | context.c | 158 int aa_set_current_hat(struct aa_profile *profile, u64 token) in aa_set_current_hat() 196 int aa_restore_previous_profile(u64 token) in aa_restore_previous_profile()
|
D | procattr.c | 90 static char *split_token_from_name(int op, char *args, u64 * token) in split_token_from_name() 117 u64 token; in aa_setprocattr_changehat() local
|
D | domain.c | 604 int aa_change_hat(const char *hats[], int count, u64 token, bool permtest) in aa_change_hat()
|
/linux-4.4.14/include/linux/ |
D | irqbypass.h | 50 void *token; member 76 void *token; member
|
D | parser.h | 13 int token; member
|
D | auto_dev-ioctl.h | 47 __u32 token; member 51 __u32 token; member
|
D | of_irq.h | 82 enum irq_domain_bus_token token) in of_msi_get_domain()
|
D | ecryptfs.h | 102 } token; member
|
D | iommu.h | 407 iommu_fault_handler_t handler, void *token) in iommu_set_fault_handler()
|
/linux-4.4.14/tools/perf/util/ |
D | parse-events.l | 18 static int __value(YYSTYPE *yylval, char *str, int base, int token) in __value() 47 static int str(yyscan_t scanner, int token) in str()
|
D | cgroup.c | 15 char *token, *saved_ptr = NULL; in cgroupfs_find_mountpoint() local
|
/linux-4.4.14/fs/hfsplus/ |
D | options.c | 75 int token; in hfsplus_parse_options_remount() local 103 int tmp, token; in hfsplus_parse_options() local
|
/linux-4.4.14/drivers/mtd/devices/ |
D | phram.c | 144 static int parse_num64(uint64_t *num64, char *token) in parse_num64() 175 static int parse_name(char **pname, const char *token) in parse_name() 223 char *token[3]; in phram_setup() local
|
D | block2mtd.c | 354 static int parse_num(size_t *num, const char *token) in parse_num() 387 char *token[2]; in block2mtd_setup2() local
|
D | powernv_flash.c | 55 int token; in powernv_flash_async_op() local
|
/linux-4.4.14/tools/lib/traceevent/ |
D | event-parse.c | 1173 void pevent_free_token(char *token) in pevent_free_token() 1206 static int test_type_token(enum event_type type, const char *token, in test_type_token() 1243 char *token; in __read_expected() local 1270 char *token; in event_read_name() local 1290 char *token; in event_read_id() local 1370 char *token; in event_read_fields() local 1655 char *token; in event_read_format() local 1693 char *token; in process_arg() local 1727 char *token = NULL; in process_cond() local 1783 char *token = NULL; in process_array() local [all …]
|
D | parse-filter.c | 68 static void free_token(char *token) in free_token() 76 char *token = NULL; in read_token() local 348 create_arg_item(struct event_format *event, const char *token, in create_arg_item() 663 static enum op_type process_op(const char *token, in process_op() 955 char *token = NULL; in process_filter() local
|
/linux-4.4.14/lib/lz4/ |
D | lz4_decompress.c | 62 unsigned token; in lz4_uncompress() local 188 unsigned token; in lz4_uncompress_unknownoutputsize() local
|
D | lz4_compress.c | 93 u8 *token; in lz4_compressctx() local 274 u8 *token; in lz4_compress64kctx() local
|
D | lz4hc_compress.c | 273 u8 *token; in lz4_encodesequence() local
|
/linux-4.4.14/drivers/xen/xenbus/ |
D | xenbus_dev_frontend.c | 224 char *token; member 235 const char *token) in alloc_watch_adapter() 266 const char *path, *token; in watch_fired() local 366 char *path, *token; in xenbus_write_watch() local
|
D | xenbus_xs.c | 620 static int xs_watch(const char *path, const char *token) in xs_watch() 633 static int xs_unwatch(const char *path, const char *token) in xs_unwatch() 646 static struct xenbus_watch *find_watch(const char *token) in find_watch() 702 char token[sizeof(watch) * 2 + 1]; in register_xenbus_watch() local 731 char token[sizeof(watch) * 2 + 1]; in unregister_xenbus_watch() local 781 char token[sizeof(watch) * 2 + 1]; in xs_resume() local
|
/linux-4.4.14/scripts/ |
D | asn1_compiler.c | 304 struct token { struct 313 static struct token *token_list; argument 323 const struct token *token = _key; in directive_compare() local 736 const struct token *token = _key; in type_finder() local
|
D | kallsyms.c | 460 static void *find_token(unsigned char *str, int len, unsigned char *token) in find_token()
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-opal.c | 113 int rc, token; in opal_get_tpo_time() local 158 int token, rc; in opal_set_tpo_time() local
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_irq.c | 210 u32 token = EHCA_BMASK_GET(EQE_QP_TOKEN, eqe); in qp_event_callback() local 244 u32 token = EHCA_BMASK_GET(EQE_CQ_TOKEN, eqe); in cq_event_callback() local 516 u32 token; in process_eqe() local 576 u32 token; in ehca_process_eq() local
|
D | ehca_classes.h | 200 u32 token; member 243 u32 token; member 400 u32 token; member 408 u32 token; member 465 u32 token; member
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/ |
D | event.h | 10 __u64 token; /* must be unique */ member 18 __u64 token; member
|
D | ioctl.h | 29 __u64 token; member 55 __u64 token; member
|
/linux-4.4.14/fs/ncpfs/ |
D | getopt.c | 31 char *token; in ncp_getopt() local
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_rtas.c | 123 u64 token; member 150 static int rtas_token_define(struct kvm *kvm, char *name, u64 token) in rtas_token_define()
|
D | book3s_hv_rm_mmu.c | 392 unsigned int token = LOCK_TOKEN; in try_lock_tlbie() local
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | iwl-spectrum.h | 76 u8 token; member 84 u8 token; member
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | spinlock.h | 72 unsigned long tmp, token; in __arch_spin_trylock() local 224 long tmp, token; in __arch_write_trylock() local
|
D | dcr-mmio.h | 27 void __iomem *token; member
|
D | rtas.h | 51 __be32 token; member 70 int token; /* ibm,suspend-me */ member
|
D | eeh.h | 332 static inline int eeh_check_failure(const volatile void __iomem *token) in eeh_check_failure()
|
D | io.h | 338 #define PCI_SET_ADDR_TOKEN(addr, token) \ argument
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | config.c | 598 lnet_parse_priority(char *str, unsigned int *priority, char **token) in lnet_parse_priority() 642 char *token = str; in lnet_parse_route() local 814 lnet_match_network_token(char *token, int len, __u32 *ipaddrs, int nip) in lnet_match_network_token() 842 char *token; in lnet_match_network_tokens() local
|
/linux-4.4.14/arch/x86/kernel/ |
D | kvm.c | 95 u32 token; member 106 u32 token) in _find_apf_task() 120 void kvm_async_pf_task_wait(u32 token) in kvm_async_pf_task_wait() 203 void kvm_async_pf_task_wake(u32 token) in kvm_async_pf_task_wake()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | object.h | 19 u64 token; member 82 u64 token; member
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | queue.c | 58 void timer_event(struct s_smc *smc, u_long token) in timer_event()
|
D | smttimer.c | 63 u_long token) in smt_timer_start()
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | kvm_virtio.h | 41 __u64 token; member
|
/linux-4.4.14/arch/arm/mm/ |
D | pageattr.c | 24 static int change_page_range(pte_t *ptep, pgtable_t token, unsigned long addr, in change_page_range()
|
/linux-4.4.14/arch/arm64/mm/ |
D | pageattr.c | 26 static int change_page_range(pte_t *ptep, pgtable_t token, unsigned long addr, in change_page_range()
|
/linux-4.4.14/security/apparmor/include/ |
D | context.h | 75 u64 token; member
|
/linux-4.4.14/drivers/of/ |
D | irq.c | 691 enum irq_domain_bus_token token) in __of_get_msi_domain() 733 enum irq_domain_bus_token token) in of_msi_get_domain()
|
/linux-4.4.14/drivers/parport/ |
D | probe.c | 16 const char *token; member
|
/linux-4.4.14/drivers/leds/ |
D | dell-led.c | 118 struct dell_bios_data_token *token; in find_micmute_tokens() local 142 struct dell_bios_data_token *token; in dell_micmute_led_set() local
|
D | leds-powernv.c | 83 int rc, token; in powernv_led_set() local
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-opal.c | 54 int token, rc; in i2c_opal_send_request() local
|
D | i2c-meson.c | 119 static void meson_i2c_add_token(struct meson_i2c *i2c, int token) in meson_i2c_add_token() 294 int token; in meson_i2c_do_start() local
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2800pci.c | 60 static void rt2800pci_mcu_status(struct rt2x00_dev *rt2x00dev, const u8 token) in rt2800pci_mcu_status()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_usif.c | 49 u64 token; member 254 u64 token; member
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | udc.h | 29 u32 token; member
|
/linux-4.4.14/drivers/media/usb/as102/ |
D | as102_drv.h | 46 } token; member
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.y | 528 static const char *zconf_tokenname(int token) in zconf_tokenname()
|
D | lkc.h | 66 int token; member
|
D | menu.c | 199 void menu_add_option(int token, char *arg) in menu_add_option()
|
D | zconf.tab.c | 2365 static const char *zconf_tokenname(int token) in zconf_tokenname()
|
/linux-4.4.14/fs/autofs4/ |
D | dev-ioctl.c | 316 autofs_wqt_t token; in autofs_dev_ioctl_ready() local 330 autofs_wqt_t token; in autofs_dev_ioctl_fail() local
|
D | inode.c | 149 int token; in parse_options() local
|
/linux-4.4.14/fs/proc/ |
D | root.c | 61 int token; in proc_parse_options() local
|
/linux-4.4.14/arch/tile/kernel/ |
D | smp.c | 206 static irqreturn_t handle_reschedule_ipi(int irq, void *token) in handle_reschedule_ipi()
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
D | aic94xx_hwi.h | 254 static inline void asd_dmatok_free(struct asd_dma_tok *token) in asd_dmatok_free() 263 struct asd_dma_tok *token = asd_dmatok_alloc(flags); in asd_alloc_coherent() local 279 struct asd_dma_tok *token) in asd_free_coherent()
|
D | aic94xx_seq.c | 295 struct asd_dma_tok *token; in asd_download_seq() local
|
/linux-4.4.14/fs/ramfs/ |
D | inode.c | 179 int token; in ramfs_parse_options() local
|
/linux-4.4.14/drivers/staging/fsl-mc/include/ |
D | mc-cmd.h | 117 u16 token) in mc_encode_cmd_header()
|
/linux-4.4.14/drivers/target/iscsi/ |
D | iscsi_target_auth.c | 76 char *tmp, *orig, *token; in chap_check_algorithm() local
|
/linux-4.4.14/drivers/xen/ |
D | xlate_mmu.c | 92 static int remap_pte_fn(pte_t *ptep, pgtable_t token, unsigned long addr, in remap_pte_fn()
|
D | gntdev.c | 237 static int find_grant_ptes(pte_t *pte, pgtable_t token, in find_grant_ptes() 265 static int set_grant_ptes_as_special(pte_t *pte, pgtable_t token, in set_grant_ptes_as_special()
|
/linux-4.4.14/arch/powerpc/mm/ |
D | pgtable_64.c | 304 void __iounmap(volatile void __iomem *token) in __iounmap() 321 void iounmap(volatile void __iomem *token) in iounmap()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_plain.c | 124 struct plain_bulk_token *token) in plain_generate_bulk_csum() 293 struct plain_bulk_token *token; in plain_cli_wrap_bulk() local
|
D | lproc_ptlrpc.c | 648 char *token; in ptlrpc_lprocfs_nrs_seq_write() local
|
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_aux.c | 90 char *token; in zfcp_init_device_setup() local
|
/linux-4.4.14/drivers/s390/cio/ |
D | scm.c | 225 u64 token = 0; in scm_update_information() local
|
D | qdio_setup.c | 275 unsigned char qdioac, unsigned long token) in check_and_setup_qebsm()
|
D | qdio.h | 87 static inline int do_sqbs(u64 token, unsigned char state, int queue, in do_sqbs() 105 static inline int do_eqbs(u64 token, unsigned char *state, int queue, in do_eqbs()
|
/linux-4.4.14/fs/afs/ |
D | super.c | 149 int token; in afs_parse_options() local
|
/linux-4.4.14/include/linux/wimax/ |
D | debug.h | 493 char submodule[130], *params, *params_orig, *token, *colon; in d_parse_params() local
|
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.c | 219 char *tmp = param, *token; in parse_monitor_param() local
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | mobility.c | 43 static int mobility_rtas_call(int token, char *buf, s32 scope) in mobility_rtas_call()
|
/linux-4.4.14/fs/9p/ |
D | v9fs.c | 141 int token, r; in v9fs_parse_options() local
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | debug.c | 1082 char *sptr, *token; in ath6kl_regwrite_write() local 1398 char *sptr, *token; in ath6kl_create_qos_write() local 1576 char *sptr, *token; in ath6kl_delete_qos_write() local 1720 char *sptr, *token; in ath6kl_power_params_write() local
|
/linux-4.4.14/fs/jffs2/ |
D | super.c | 188 int token; in jffs2_parse_options() local
|
/linux-4.4.14/fs/hfs/ |
D | super.c | 234 int tmp, token; in parse_options() local
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cmd.c | 106 u8 token; in alloc_token() local 169 static void calc_block_sig(struct mlx5_cmd_prot_block *block, u8 token, in calc_block_sig() 180 static void calc_chain_sig(struct mlx5_cmd_msg *msg, u8 token, int csum) in calc_chain_sig()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | file_ops.c | 166 #define HFI1_MMAP_TOKEN_GET(field, token) \ argument 191 static inline int is_valid_mmap(u64 token) in is_valid_mmap() 488 u64 token = vma->vm_pgoff << PAGE_SHIFT, in hfi1_file_mmap() local
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_cmd.c | 183 u16 token; member 204 u16 token) in mthca_cmd_post_dbell() 236 u16 token, in mthca_cmd_post_hcr() 281 u16 token, in mthca_cmd_post() 390 u16 token, in mthca_cmd_event()
|
D | mthca_eq.c | 136 __be16 token; member
|
/linux-4.4.14/fs/btrfs/ |
D | ctree.c | 3550 struct btrfs_map_token token; in leaf_space_used() local 3602 struct btrfs_map_token token; in __push_leaf_right() local 3836 struct btrfs_map_token token; in __push_leaf_left() local 4047 struct btrfs_map_token token; in copy_for_split() local 4555 struct btrfs_map_token token; in btrfs_truncate_item() local 4653 struct btrfs_map_token token; in btrfs_extend_item() local 4723 struct btrfs_map_token token; in setup_items_for_insert() local 4949 struct btrfs_map_token token; in btrfs_del_items() local
|
D | super.c | 403 int token; in btrfs_parse_options() local 791 int token; in btrfs_parse_early_options() local
|
D | tree-log.c | 500 struct btrfs_map_token token; in overwrite_item() local 3524 struct btrfs_map_token token; in fill_inode_item() local 4041 struct btrfs_map_token token; in log_one_extent() local
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bfa_msgq.h | 76 u16 token; member
|
/linux-4.4.14/fs/omfs/ |
D | inode.c | 385 int token; in parse_options() local
|
/linux-4.4.14/drivers/platform/x86/ |
D | dell-laptop.c | 1008 int token; in dell_send_intensity() local 1032 int token; in dell_get_intensity() local 2115 int token; in dell_init() local
|
/linux-4.4.14/fs/ntfs/ |
D | compress.c | 196 int token; /* Loop counter for the eight tokens in tag. */ in ntfs_decompress() local
|
/linux-4.4.14/net/ipv4/ |
D | inetpeer.c | 495 unsigned long now, token; in inet_peer_xrlim_allow() local
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 112 #define dt_push_token(token, mem) \ argument
|
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
D | usnic_uiom.c | 71 void *token) in usnic_uiom_dma_fault()
|
/linux-4.4.14/fs/adfs/ |
D | super.c | 169 int token; in parse_options() local
|
/linux-4.4.14/sound/soc/samsung/ |
D | idma.c | 53 void *token; member
|
/linux-4.4.14/net/ceph/ |
D | ceph_common.c | 375 int token, intval, ret; in ceph_parse_options() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | debug.c | 374 const char *token; in libcfs_debug_mask2str() local
|
/linux-4.4.14/fs/nilfs2/ |
D | super.c | 751 int token; in parse_options() local 1229 int token; in nilfs_identify() local
|
/linux-4.4.14/fs/ecryptfs/ |
D | main.c | 272 int token; in ecryptfs_parse_options() local
|
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb.h | 55 void *token; member
|
/linux-4.4.14/fs/affs/ |
D | super.c | 211 int token, n, option; in parse_options() local
|
/linux-4.4.14/arch/s390/hypfs/ |
D | inode.c | 226 int token, option; in hypfs_parse_options() local
|
/linux-4.4.14/include/drm/ |
D | drm_legacy.h | 194 unsigned int token) in drm_legacy_findmap()
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinconf.c | 482 char *token; in pinconf_dbg_config_write() local
|
/linux-4.4.14/fs/pstore/ |
D | inode.c | 258 int token; in parse_options() local
|
/linux-4.4.14/fs/debugfs/ |
D | inode.c | 75 int token; in debugfs_parse_options() local
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | davinci_cpdma.c | 661 int cpdma_chan_submit(struct cpdma_chan *chan, void *token, void *data, in cpdma_chan_submit() 753 void *token; in __cpdma_chan_free() local
|
D | davinci_emac.c | 1006 static void emac_rx_handler(void *token, int len, int status) in emac_rx_handler() 1050 static void emac_tx_handler(void *token, int len, int status) in emac_tx_handler()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | fw-api-tx.h | 620 u8 token; member 640 u8 token; member
|
D | fw-api-tof.h | 352 u8 token; member
|
/linux-4.4.14/fs/tracefs/ |
D | inode.c | 169 int token; in tracefs_parse_options() local
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | firmware.c | 371 u32 token; in brcmf_fw_nvram_strip() local
|
/linux-4.4.14/fs/qnx6/ |
D | inode.c | 241 int token; in qnx6_parse_options() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/ |
D | ioctl.c | 387 void *data, u32 size, u8 owner, u8 *route, u64 *token) in nvkm_ioctl_path()
|
/linux-4.4.14/drivers/target/ |
D | target_core_file.c | 620 int ret = 0, arg, token; in fd_set_configfs_dev_params() local
|
D | target_core_rd.c | 573 int ret = 0, arg, token; in rd_set_configfs_dev_params() local
|
D | target_core_iblock.c | 502 int ret = 0, token; in iblock_set_configfs_dev_params() local
|
D | target_core_pscsi.c | 738 int ret = 0, arg, token; in pscsi_set_configfs_dev_params() local
|
D | target_core_user.c | 1004 int ret = 0, token; in tcmu_set_configfs_dev_params() local
|
/linux-4.4.14/drivers/s390/crypto/ |
D | zcrypt_cca_key.h | 285 struct cca_token_hdr token; in zcrypt_type6_crt_key() member
|
/linux-4.4.14/drivers/media/i2c/ |
D | tvp514x_regs.h | 282 u8 token; member
|
/linux-4.4.14/fs/befs/ |
D | linuxvfs.c | 675 int token; in parse_options() local
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_policy.c | 513 int token; in ima_parse_rule() local
|
/linux-4.4.14/fs/devpts/ |
D | inode.c | 182 int token; in parse_mount_options() local
|
/linux-4.4.14/drivers/firmware/ |
D | arm_scpi.c | 56 #define ADD_SCPI_TOKEN(cmd, token) \ argument 157 u8 token; member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | cmd.c | 131 u16 token; member 433 u32 in_modifier, u8 op_modifier, u16 op, u16 token, in mlx4_cmd_post() 666 void mlx4_cmd_event(struct mlx4_dev *dev, u16 token, u8 status, u64 out_param) in mlx4_cmd_event()
|
D | mlx4.h | 179 u16 token; member 189 __be16 token; member 415 u16 token; member
|
/linux-4.4.14/drivers/s390/net/ |
D | qeth_core_mpc.h | 390 __u8 token[16]; member 568 struct net_if_token token; member 579 struct net_if_token token; member 627 struct net_if_token token; member
|
D | qeth_l2_main.c | 1569 u8 code, struct net_if_token *token, struct mac_addr_lnid *addr_lnid) in qeth_bridge_emit_host_event()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 613 int token, option; in spufs_parse_options() local
|
/linux-4.4.14/fs/jfs/ |
D | super.c | 246 int token; in parse_options() local
|
/linux-4.4.14/fs/ceph/ |
D | super.c | 183 int token, intval, ret; in parse_fsopt_token() local
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | build.c | 1386 char *tokens[MTD_PARAM_MAX_COUNT], *token; in ubi_mtd_param_parse() local
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_bufs.c | 1394 unsigned long token = dev->agp_buffer_token; in drm_legacy_mapbufs() local
|
/linux-4.4.14/fs/hpfs/ |
D | super.c | 334 int token; in parse_opts() local
|
/linux-4.4.14/net/9p/ |
D | trans_rdma.c | 195 int token; in parse_opts() local
|
D | trans_fd.c | 751 int token; in parse_opts() local
|
/linux-4.4.14/drivers/mmc/host/ |
D | mmc_spi.c | 135 struct spi_transfer token, t, crc, early_status; member
|
/linux-4.4.14/drivers/remoteproc/ |
D | remoteproc_core.c | 79 unsigned long iova, int flags, void *token) in rproc_iommu_fault()
|
/linux-4.4.14/fs/gfs2/ |
D | ops_fstype.c | 967 int token, option; in gfs2_lm_mount() local
|
D | super.c | 139 int token; in gfs2_mount_args() local
|
/linux-4.4.14/fs/exofs/ |
D | super.c | 94 int token; in parse_options() local
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme.h | 130 u8 token; member 142 u8 token; /* Used to record the dialog token of p2p invitation member
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 1365 int token; member 1451 static int handle_mount_opt(struct super_block *sb, char *opt, int token, in handle_mount_opt() 1704 int token; in parse_options() local 1799 static const char *token2str(int token) in token2str()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_main.c | 412 static void qed_simd_handler_config(struct qed_dev *cdev, void *token, in qed_simd_handler_config()
|
/linux-4.4.14/fs/ubifs/ |
D | super.c | 987 int token; in ubifs_parse_options() local
|
/linux-4.4.14/fs/ufs/ |
D | super.c | 392 int token; in ufs_parse_options() local
|
/linux-4.4.14/fs/nfs/ |
D | nfs4idmap.c | 500 int token, ret; in nfs_idmap_prepare_message() local
|
/linux-4.4.14/fs/ext2/ |
D | super.c | 462 int token; in parse_options() local
|
/linux-4.4.14/fs/xfs/ |
D | xfs_super.c | 1182 int token; in xfs_fs_remount() local
|
/linux-4.4.14/drivers/net/fddi/skfp/h/ |
D | cmtdef.h | 179 #define EV_T_CLASS(token) ((int)((token)>>16)&0xffff) argument 180 #define EV_T_EVENT(token) ((int)(token)&0xffff) argument
|
/linux-4.4.14/fs/f2fs/ |
D | super.c | 283 int token; in parse_options() local
|
/linux-4.4.14/security/keys/ |
D | trusted.c | 735 int token; in getoptions() local
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
D | fw.c | 315 char *options = NULL, *options_orig, *token; in i2400m_barker_db_init() local
|
/linux-4.4.14/include/net/ |
D | if_inet6.h | 197 struct in6_addr token; member
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | mux.c | 897 char *options, *next_opt, *token; in omap_mux_set_cmdline_signals() local
|
/linux-4.4.14/fs/fuse/ |
D | inode.c | 477 int token; in parse_fuse_opt() local
|
/linux-4.4.14/drivers/net/usb/ |
D | pegasus.c | 1293 char *token, *name = NULL; in parse_id() local
|
/linux-4.4.14/tools/net/ |
D | bpf_dbg.c | 1006 char sp, *token, separator = ','; in cmd_load_bpf() local
|
/linux-4.4.14/fs/overlayfs/ |
D | super.c | 696 int token; in ovl_parse_opt() local
|
/linux-4.4.14/fs/isofs/ |
D | inode.c | 367 int token; in parse_options() local
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | adapter.h | 179 unsigned int token; /* WR token */ member
|
/linux-4.4.14/fs/hugetlbfs/ |
D | inode.c | 1038 int token; in hugetlbfs_parse_options() local
|
/linux-4.4.14/fs/ocfs2/ |
D | super.c | 1301 int token, option; in ocfs2_parse_options() local
|
/linux-4.4.14/net/ipv6/ |
D | ip6_fib.c | 130 static __be32 addr_bit_set(const void *token, int fn_bit) in addr_bit_set()
|
/linux-4.4.14/fs/fat/ |
D | inode.c | 1059 int token; in parse_options() local
|
/linux-4.4.14/drivers/iommu/ |
D | iommu.c | 1053 void *token) in iommu_set_fault_handler()
|
/linux-4.4.14/include/linux/mlx5/ |
D | driver.h | 261 u8 token; member 578 u8 token; member
|