/linux-4.4.14/include/linux/ |
D | kconfig.h | 30 #define IS_BUILTIN(option) config_enabled(option) argument 36 #define IS_MODULE(option) config_enabled(option##_MODULE) argument 44 #define IS_REACHABLE(option) (config_enabled(option) || \ argument 51 #define IS_ENABLED(option) \ argument
|
D | scc.h | 62 char option; member
|
D | security.h | 944 static inline int security_task_prctl(int option, unsigned long arg2, in security_task_prctl()
|
/linux-4.4.14/drivers/pnp/ |
D | quirks.c | 27 struct pnp_option *option, in quirk_awe32_add_ports() 52 struct pnp_option *option; in quirk_awe32_resources() local 71 struct pnp_option *option; in quirk_cmi8330_resources() local 105 struct pnp_option *option; in quirk_sb16audio_resources() local 142 struct pnp_option *option, *new_option; in pnp_clone_dependent_set() local 210 struct pnp_option *option; in quirk_ad1815_mpu_resources() local
|
D | support.c | 91 char *pnp_option_priority_name(struct pnp_option *option) in pnp_option_priority_name() 104 void dbg_pnp_show_option(struct pnp_dev *dev, struct pnp_option *option) in dbg_pnp_show_option()
|
D | resource.c | 37 struct pnp_option *option; in pnp_build_option() local 53 struct pnp_option *option; in pnp_register_irq_resource() local 81 struct pnp_option *option; in pnp_register_dma_resource() local 101 struct pnp_option *option; in pnp_register_port_resource() local 124 struct pnp_option *option; in pnp_register_mem_resource() local 144 struct pnp_option *option, *tmp; in pnp_free_options() local 646 struct pnp_option *option; in pnp_possible_config() local
|
D | base.h | 93 static inline int pnp_option_is_dependent(struct pnp_option *option) in pnp_option_is_dependent() 98 static inline unsigned int pnp_option_set(struct pnp_option *option) in pnp_option_set() 103 static inline unsigned int pnp_option_priority(struct pnp_option *option) in pnp_option_priority()
|
D | interface.c | 188 struct pnp_option *option) in pnp_print_option() 211 struct pnp_option *option; in options_show() local
|
D | manager.c | 257 struct pnp_option *option; in pnp_assign_resources() local
|
/linux-4.4.14/tools/perf/util/ |
D | parse-options.h | 92 struct option { struct 93 enum parse_opt_type type; 94 int short_name; 95 const char *long_name; 96 void *value; 97 const char *argh; 98 const char *help; 100 int flags; 101 parse_opt_cb *callback; 102 intptr_t defval; [all …]
|
/linux-4.4.14/net/netfilter/ |
D | xt_dccp.c | 30 #define DCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \ argument 37 dccp_find_option(u_int8_t option, in dccp_find_option() 92 match_option(u_int8_t option, const struct sk_buff *skb, unsigned int protoff, in match_option()
|
D | xt_sctp.c | 20 #define SCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \ argument
|
D | xt_tcpudp.c | 31 tcp_find_option(u_int8_t option, in tcp_find_option()
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | cmdline.c | 24 int cmdline_find_option(const char *option, char *buffer, int bufsize) in cmdline_find_option() 28 int cmdline_find_option_bool(const char *option) in cmdline_find_option_bool()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | barrier.h | 16 #define isb(option) __asm__ __volatile__ ("isb " #option : : : "memory") argument 17 #define dsb(option) __asm__ __volatile__ ("dsb " #option : : : "memory") argument 18 #define dmb(option) __asm__ __volatile__ ("dmb " #option : : : "memory") argument
|
/linux-4.4.14/scripts/kconfig/ |
D | kxgettext.c | 85 const char *option; member 92 static struct message *message__new(const char *msg, char *option, in message__new() 149 static int message__add(const char *msg, char *option, const char *file, in message__add()
|
/linux-4.4.14/arch/x86/boot/ |
D | cmdline.c | 30 int __cmdline_find_option(unsigned long cmdline_ptr, const char *option, char *buffer, int bufsize) in __cmdline_find_option() 102 int __cmdline_find_option_bool(unsigned long cmdline_ptr, const char *option) in __cmdline_find_option_bool()
|
D | boot.h | 275 static inline int cmdline_find_option(const char *option, char *buffer, int bufsize) in cmdline_find_option() 285 static inline int cmdline_find_option_bool(const char *option) in cmdline_find_option_bool()
|
/linux-4.4.14/fs/ntfs/ |
D | super.c | 114 #define NTFS_GETOPT_WITH_DEFAULT(option, variable, default_value) \ in parse_options() argument 124 #define NTFS_GETOPT(option, variable) \ in parse_options() argument 132 #define NTFS_GETOPT_UID(option, variable) \ in parse_options() argument 144 #define NTFS_GETOPT_GID(option, variable) \ in parse_options() argument 156 #define NTFS_GETOPT_OCTAL(option, variable) \ in parse_options() argument 164 #define NTFS_GETOPT_BOOL(option, variable) \ in parse_options() argument 171 #define NTFS_GETOPT_OPTIONS_ARRAY(option, variable, opt_array) \ in parse_options() argument
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | pm-debug.c | 229 u32 *option = data; in option_get() local 238 u32 *option = data; in option_set() local
|
/linux-4.4.14/drivers/net/team/ |
D | team.c | 108 struct team_option *option; member 117 struct team_option *option; in __team_find_option() local 133 struct team_option *option) in __team_option_inst_del_option() 143 static int __team_option_inst_add(struct team *team, struct team_option *option, in __team_option_inst_add() 176 struct team_option *option) in __team_option_inst_add_option() 193 struct team_option *option) in __team_option_inst_mark_removed_option() 220 struct team_option *option; in __team_option_inst_add_port() local 251 const struct team_option *option, in __team_options_register() 298 const struct team_option *option, in __team_options_mark_removed() 313 const struct team_option *option, in __team_options_unregister() [all …]
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 475 static int pnv_eeh_set_option(struct eeh_pe *pe, int option) in pnv_eeh_set_option() 753 int pnv_eeh_phb_reset(struct pci_controller *hose, int option) in pnv_eeh_phb_reset() 794 static int pnv_eeh_root_reset(struct pci_controller *hose, int option) in pnv_eeh_root_reset() 833 static int pnv_eeh_bridge_reset(struct pci_dev *dev, int option) in pnv_eeh_bridge_reset() 910 static int pnv_eeh_reset(struct eeh_pe *pe, int option) in pnv_eeh_reset()
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_options.c | 437 int option; in bond_opt_get_by_name() local 449 const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val) in bond_opt_get_val() 652 unsigned int option, struct bond_opt_value *val) in __bond_opt_set() 690 int bond_opt_tryset_rtnl(struct bonding *bond, unsigned int option, char *buf) in bond_opt_tryset_rtnl() 711 const struct bond_option *bond_opt_get(unsigned int option) in bond_opt_get()
|
/linux-4.4.14/arch/x86/lib/ |
D | cmdline.c | 26 int cmdline_find_option_bool(const char *cmdline, const char *option) in cmdline_find_option_bool()
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | fb_cmdline.c | 35 int fb_get_options(const char *name, char **option) in fb_get_options()
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | xt_dccp.h | 21 __u8 option; member
|
D | xt_tcpudp.h | 10 __u8 option; /* TCP Option iff non-zero*/ member
|
/linux-4.4.14/drivers/staging/rts5208/ |
D | rtsx_transport.c | 298 struct rtsx_chip *chip, u32 addr, u32 len, u8 option) in rtsx_add_sg_tbl() 381 u8 option; in rtsx_transfer_sglist_adma_partial() local 545 u8 option; in rtsx_transfer_sglist_adma() local
|
/linux-4.4.14/security/keys/ |
D | compat.c | 59 COMPAT_SYSCALL_DEFINE5(keyctl, u32, option, in COMPAT_SYSCALL_DEFINE5() argument
|
D | keyctl.c | 1553 SYSCALL_DEFINE5(keyctl, int, option, unsigned long, arg2, unsigned long, arg3, in SYSCALL_DEFINE5() argument
|
/linux-4.4.14/arch/mips/loongson64/common/ |
D | env.c | 37 #define parse_even_earlier(res, option, p) \ argument
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | eeh_pseries.c | 298 static int pseries_eeh_set_option(struct eeh_pe *pe, int option) in pseries_eeh_set_option() 477 static int pseries_eeh_reset(struct eeh_pe *pe, int option) in pseries_eeh_reset()
|
/linux-4.4.14/lib/ |
D | cmdline.c | 174 bool parse_option_str(const char *str, const char *option) in parse_option_str()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | skeletonfb.c | 911 char *option = NULL; in xxxfb_init() local 999 char *option = NULL; in xxxfb_init() local
|
D | efifb.c | 138 char *option = NULL; in efifb_probe() local
|
D | 68328fb.c | 432 char *option = NULL; in mc68x328fb_init() local
|
D | fm2fb.c | 314 char *option = NULL; in fm2fb_init() local
|
D | vfb.c | 568 char *option = NULL; in vfb_init() local
|
D | vesafb.c | 243 char *option = NULL; in vesafb_probe() local
|
D | ocfb.c | 418 char *option = NULL; in ocfb_init() local
|
D | acornfb.c | 966 char *option = NULL; in acornfb_probe() local
|
D | valkyriefb.c | 323 char *option = NULL; in valkyriefb_init() local
|
D | platinumfb.c | 691 char *option = NULL; in platinumfb_init() local
|
D | vt8623fb.c | 921 char *option = NULL; in vt8623fb_init() local
|
D | sm712fb.c | 1631 char *option = NULL; in sm712fb_init() local
|
D | macfb.c | 560 char *option = NULL; in macfb_init() local
|
D | pm3fb.c | 1537 char *option = NULL; in pm3fb_init() local
|
D | pvr2fb.c | 1079 char *option = NULL; in pvr2fb_init() local
|
D | controlfb.c | 589 char *option = NULL; in control_init() local
|
D | neofb.c | 2217 char *option = NULL; in neofb_init() local
|
D | sstfb.c | 1498 char *option = NULL; in sstfb_init() local
|
D | i740fb.c | 1284 char *option = NULL; in i740fb_init() local
|
D | s3fb.c | 1559 char *option = NULL; in s3fb_init() local
|
D | pm2fb.c | 1792 char *option = NULL; in pm2fb_init() local
|
D | arkfb.c | 1191 char *option = NULL; in arkfb_init() local
|
D | tgafb.c | 1591 char *option = NULL; local
|
D | tdfxfb.c | 1629 char *option = NULL; in tdfxfb_init() local
|
D | uvesafb.c | 1905 char *option = NULL; in uvesafb_init() local
|
D | vga16fb.c | 1419 char *option = NULL; in vga16fb_init() local
|
D | tmiofb.c | 1029 char *option = NULL; in tmiofb_init() local
|
D | cyber2000fb.c | 1878 char *option = NULL; in cyber2000fb_init() local
|
D | cirrusfb.c | 2363 char *option = NULL; in cirrusfb_init() local
|
D | fsl-diu-fb.c | 1910 char *option; in fsl_diu_init() local
|
D | stifb.c | 1360 char *option = NULL; in stifb_init() local
|
D | imsttfb.c | 1603 char *option = NULL; in imsttfb_init() local
|
D | tridentfb.c | 1816 char *option = NULL; in tridentfb_init() local
|
D | atafb.c | 3086 char *option = NULL; in atafb_init() local
|
D | amifb.c | 3548 char *option = NULL; in amifb_probe() local
|
/linux-4.4.14/tools/lib/traceevent/ |
D | event-plugin.c | 43 char *option; member 166 update_option(const char *file, struct pevent_plugin_option *option) in update_option()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | lib-socket.c | 375 int option; in lnet_sock_create() local 425 int option; in lnet_sock_setbuf() local
|
/linux-4.4.14/fs/autofs4/ |
D | inode.c | 135 int option; in parse_options() local
|
/linux-4.4.14/fs/proc/ |
D | root.c | 55 int option; in proc_parse_options() local
|
/linux-4.4.14/arch/powerpc/boot/ |
D | cuboot-pq2.c | 83 u32 base, option; in update_cs_ranges() local
|
/linux-4.4.14/fs/ |
D | filesystems.c | 184 SYSCALL_DEFINE3(sysfs, int, option, unsigned long, arg1, unsigned long, arg2) in SYSCALL_DEFINE3() argument
|
/linux-4.4.14/drivers/video/fbdev/geode/ |
D | gx1fb_core.c | 447 char *option = NULL; in gx1fb_init() local
|
D | gxfb_core.c | 518 char *option = NULL; in gxfb_init() local
|
D | lxfb_core.c | 654 char *option = NULL; in lxfb_init() local
|
/linux-4.4.14/fs/ramfs/ |
D | inode.c | 178 int option; in ramfs_parse_options() local
|
/linux-4.4.14/drivers/gpu/drm/mgag200/ |
D | mgag200_main.c | 160 int ret, option; in mgag200_device_init() local
|
D | mgag200_mode.c | 890 int option = 0, option2 = 0; in mga_crtc_mode_set() local
|
/linux-4.4.14/security/yama/ |
D | yama_lsm.c | 154 int yama_task_prctl(int option, unsigned long arg2, unsigned long arg3, in yama_task_prctl()
|
/linux-4.4.14/drivers/clocksource/ |
D | mtk_timer.c | 153 mtk_timer_setup(struct mtk_clock_event_device *evt, u8 timer, u8 option) in mtk_timer_setup()
|
/linux-4.4.14/fs/9p/ |
D | v9fs.c | 118 int option = 0; in v9fs_parse_options() local
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_bsg.h | 186 uint16_t option; member 212 uint16_t option; member
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | uaccess.h | 158 #define __get_user_asm(x, ptr, bhw, option) \ argument
|
/linux-4.4.14/tools/perf/ |
D | perf.c | 36 int option; member
|
D | builtin-diff.c | 184 char *option; in setup_compute() local
|
/linux-4.4.14/fs/omfs/ |
D | inode.c | 379 int option; in parse_options() local
|
/linux-4.4.14/net/dccp/ |
D | options.c | 292 int dccp_insert_option(struct sk_buff *skb, const unsigned char option, in dccp_insert_option()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | eeh.c | 1479 int eeh_pe_set_option(struct eeh_pe *pe, int option) in eeh_pe_set_option() 1599 int eeh_pe_reset(struct eeh_pe *pe, int option) in eeh_pe_reset()
|
/linux-4.4.14/net/dccp/ccids/ |
D | ccid2.c | 490 u8 option, u8 *optval, u8 optlen) in ccid2_hc_tx_parse_options()
|
D | ccid3.c | 466 u8 option, u8 *optval, u8 optlen) in ccid3_hc_tx_parse_options()
|
/linux-4.4.14/fs/adfs/ |
D | super.c | 162 int option; in parse_options() local
|
/linux-4.4.14/drivers/video/fbdev/kyro/ |
D | fbdev.c | 776 char *option = NULL; in kyrofb_init() local
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_lib.c | 457 int option; in ksocknal_lib_setup_sock() local
|
/linux-4.4.14/tools/testing/selftests/mqueue/ |
D | mq_perf_tests.c | 539 char *option, *next_option; in main() local
|
/linux-4.4.14/include/net/ |
D | cipso_ipv4.h | 293 unsigned char **option) in cipso_v4_validate()
|
/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/fs/pstore/ |
D | inode.c | 252 int option; in parse_options() local
|
/linux-4.4.14/security/ |
D | commoncap.c | 897 int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3, in cap_task_prctl()
|
D | security.c | 988 int security_task_prctl(int option, unsigned long arg2, unsigned long arg3, in security_task_prctl()
|
/linux-4.4.14/include/uapi/linux/ |
D | scc.h | 153 char option; /* command for function port */ member
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtl8723a_cmd.h | 115 u8 option; member
|
D | rtw_recv.h | 224 int option; member
|
D | rtw_xmit.h | 246 int option; member
|
D | rtw_cmd.h | 650 u8 option; member
|
/linux-4.4.14/fs/debugfs/ |
D | inode.c | 74 int option; in debugfs_parse_options() local
|
/linux-4.4.14/drivers/pcmcia/ |
D | pcmcia_resource.c | 493 unsigned char option = 0; in pcmcia_enable_device() local
|
/linux-4.4.14/fs/nfs/ |
D | super.c | 1169 static int nfs_get_option_str(substring_t args[], char **option) in nfs_get_option_str() 1176 static int nfs_get_option_ul(substring_t args[], unsigned long *option) in nfs_get_option_ul() 1226 unsigned long option; in nfs_parse_mount_options() local
|
/linux-4.4.14/fs/tracefs/ |
D | inode.c | 168 int option; in tracefs_parse_options() local
|
/linux-4.4.14/arch/x86/kernel/cpu/microcode/ |
D | core.c | 87 const char *option = (const char *)__pa_nodebug(opt); in check_loader_disabled_bsp() local
|
/linux-4.4.14/fs/befs/ |
D | linuxvfs.c | 659 int option; in parse_options() local
|
/linux-4.4.14/drivers/staging/sm750fb/ |
D | sm750.c | 1241 char *option; in lynxfb_init() local
|
/linux-4.4.14/fs/devpts/ |
D | inode.c | 183 int option; in parse_mount_options() local
|
/linux-4.4.14/drivers/net/ethernet/packetengines/ |
D | hamachi.c | 505 u32 option; /* Hold on to a copy of the options */ member 583 int option, i, rx_int_var, tx_int_var, boguscnt; in hamachi_init_one() local
|
D | yellowfin.c | 379 int i, option = find_cnt < MAX_UNITS ? options[find_cnt] : 0; in yellowfin_init_one() local
|
/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/drivers/staging/rtl8712/ |
D | rtl871x_recv.h | 118 sint option; member
|
D | rtl871x_xmit.h | 177 sint option; member
|
/linux-4.4.14/drivers/video/fbdev/vermilion/ |
D | vermilion.c | 1068 char *option = NULL; in vmlfb_init() local
|
/linux-4.4.14/fs/hpfs/ |
D | super.c | 325 int option; in parse_opts() local
|
/linux-4.4.14/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 379 char *option = NULL; in intelfb_init() local
|
/linux-4.4.14/net/9p/ |
D | trans_rdma.c | 174 int option; in parse_opts() local
|
D | trans_fd.c | 731 int option; in parse_opts() local
|
D | client.c | 127 int option; in parse_opts() local
|
/linux-4.4.14/fs/gfs2/ |
D | ops_fstype.c | 967 int token, option; in gfs2_lm_mount() local
|
/linux-4.4.14/fs/exofs/ |
D | super.c | 85 int option; in parse_options() local
|
/linux-4.4.14/fs/ubifs/ |
D | super.c | 959 static int parse_standard_option(const char *option) in parse_standard_option()
|
/linux-4.4.14/drivers/staging/xgifb/ |
D | XGI_main_26.c | 2091 char *option = NULL; in xgifb_init() local
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_rpc_xdr.h | 48 gssx_buffer option; member
|
/linux-4.4.14/drivers/video/fbdev/nvidia/ |
D | nvidia.c | 1515 char *option = NULL; in nvidiafb_init() local
|
/linux-4.4.14/drivers/ps3/ |
D | ps3av.c | 845 u32 option; in ps3av_set_video_mode() local
|
/linux-4.4.14/fs/ext2/ |
D | super.c | 454 int option; in parse_options() local
|
/linux-4.4.14/drivers/mfd/ |
D | rtsx_pcr.c | 354 u8 option = SG_VALID | SG_TRANS_DATA; in rtsx_pci_add_sg_tbl() local
|
/linux-4.4.14/fs/cifs/ |
D | connect.c | 988 static int get_option_ul(substring_t args[], unsigned long *option) in get_option_ul() 1316 unsigned long option; in cifs_parse_mount_options() local
|
/linux-4.4.14/drivers/video/fbdev/savage/ |
D | savagefb_driver.c | 2544 char *option; in savagefb_init() local
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | rtw_recv.h | 224 int option; member
|
D | rtw_xmit.h | 242 int option; member
|
/linux-4.4.14/fs/isofs/ |
D | inode.c | 342 int option; in parse_options() local
|
/linux-4.4.14/include/uapi/rdma/ |
D | rdma_user_cm.h | 147 __u32 option; member
|
/linux-4.4.14/fs/hugetlbfs/ |
D | inode.c | 1030 int option; in hugetlbfs_parse_options() local
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
D | radeon_base.c | 2632 char *option = NULL; in radeonfb_init() local
|
D | atyfb_base.c | 3962 char *option = NULL; in atyfb_init() local
|
D | aty128fb.c | 2583 char *option = NULL; in aty128fb_init() local
|
/linux-4.4.14/fs/ocfs2/ |
D | super.c | 1301 int token, option; in ocfs2_parse_options() local
|
/linux-4.4.14/drivers/video/fbdev/riva/ |
D | fbdev.c | 2164 char *option = NULL; in rivafb_init() local
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | winbond-840.c | 368 int i, option = find_cnt < MAX_UNITS ? options[find_cnt] : 0; in w840_probe1() local
|
/linux-4.4.14/fs/fat/ |
D | inode.c | 1027 int option; in parse_options() local
|
/linux-4.4.14/drivers/net/can/usb/ |
D | esd_usb2.c | 160 u8 option; member
|
/linux-4.4.14/drivers/net/ethernet/alteon/ |
D | acenic.c | 1376 int option = link_state[board_idx]; in ace_init() local
|
/linux-4.4.14/drivers/video/fbdev/i810/ |
D | i810_main.c | 2139 char *option = NULL; in i810fb_init() local
|
/linux-4.4.14/net/ipv4/ |
D | cipso_ipv4.c | 1625 int cipso_v4_validate(const struct sk_buff *skb, unsigned char **option) in cipso_v4_validate()
|
/linux-4.4.14/drivers/video/fbdev/omap/ |
D | omapfb_main.c | 1933 char *option; in omapfb_init() local
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_mbx.c | 1841 uint16_t option) in qla4xxx_conn_close_sess_logout()
|
/linux-4.4.14/drivers/mmc/host/ |
D | usdhi6rol0.c | 813 u32 option, mode; in usdhi6_set_ios() local
|
/linux-4.4.14/drivers/hwmon/ |
D | applesmc.c | 116 int option; /* function argument */ member
|
/linux-4.4.14/fs/udf/ |
D | super.c | 489 int option; in udf_parse_options() local
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | matroxfb_base.c | 2458 char *option = NULL; in matroxfb_init() local
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | epic100.c | 329 int i, ret, option = 0, duplex = 0; in epic_init_one() local
|
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
D | c2_wr.h | 386 u32 option; /* see c2_getconfig_cmd_t */ member 393 u32 option; /* see c2_getconfig_cmd_t */ member 408 __be32 option; /* See c2_setconfig_cmd_t */ member
|
/linux-4.4.14/fs/f2fs/ |
D | f2fs.h | 58 #define clear_opt(sbi, option) (sbi->mount_opt.opt &= ~F2FS_MOUNT_##option) argument 59 #define set_opt(sbi, option) (sbi->mount_opt.opt |= F2FS_MOUNT_##option) argument 60 #define test_opt(sbi, option) (sbi->mount_opt.opt & F2FS_MOUNT_##option) argument
|
/linux-4.4.14/net/openvswitch/ |
D | flow_netlink.c | 1900 struct geneve_opt *option; in validate_geneve_opts() local
|
/linux-4.4.14/kernel/trace/ |
D | trace.c | 3583 static int trace_set_options(struct trace_array *tr, char *option) in trace_set_options() 3626 char *option; in apply_trace_boot_options() local 6437 const char *option, long index) in create_trace_option_core_file()
|
/linux-4.4.14/drivers/net/ethernet/ |
D | fealnx.c | 484 int i, option, err, irq; in fealnx_init_one() local
|
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_fsf.h | 323 u32 option; member
|
/linux-4.4.14/kernel/ |
D | sys.c | 2075 SYSCALL_DEFINE5(prctl, int, option, unsigned long, arg2, unsigned long, arg3, in SYSCALL_DEFINE5() argument
|
/linux-4.4.14/drivers/cdrom/ |
D | cdrom.c | 3432 int *pos, enum cdrom_print_option option) in cdrom_print_info()
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | 8139too.c | 957 int i, addr_len, option; in rtl8139_init_one() local
|
/linux-4.4.14/security/selinux/ |
D | hooks.c | 2496 static inline int match_prefix(char *prefix, int plen, char *option, int olen) in match_prefix() 2504 static inline int selinux_option(char *option, int len) in selinux_option()
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_si_intf.c | 1770 static int check_hotmod_int_op(const char *curr, const char *option, in check_hotmod_int_op()
|
/linux-4.4.14/drivers/net/ethernet/natsemi/ |
D | natsemi.c | 804 int i, option, irq, chip_idx = ent->driver_data; in natsemi_probe1() local
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
D | 3c59x.c | 1101 int option; in vortex_probe1() local
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_crtc.c | 819 char *option = NULL; in drm_connector_get_cmdline_mode() local
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | net_driver.h | 156 efx_qword_t option; member
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | ipw2200.c | 8486 static int ipw_sw_reset(struct ipw_priv *priv, int option) in ipw_sw_reset()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_hsi.h | 3637 __le16 option; member
|