Home
last modified time | relevance | path

Searched defs:option (Results 51 – 75 of 300) sorted by relevance

12345678910>>...12

/openbmc/phosphor-networkd/src/
H A Dargument.cpp29 int option = 0; in ArgumentParser() local
/openbmc/u-boot/arch/arm/mach-imx/
H A Dcache.c44 enum dcache_option option = DCACHE_WRITETHROUGH; in enable_caches() local
/openbmc/linux/include/linux/
H A Dcompiler_types.h480 #define __diag_ignore(compiler, version, option, comment) \ argument
482 #define __diag_warn(compiler, version, option, comment) \ argument
484 #define __diag_error(compiler, version, option, comment) \ argument
488 #define __diag_ignore_all(option, comment) argument
/openbmc/u-boot/board/phytec/phycore_rk3288/
H A Dsom.h13 unsigned char option[12]; /* coding for variants */ member
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_dccp.h22 __u8 option; member
H A Dxt_tcpudp.h11 __u8 option; /* TCP Option iff non-zero*/ member
/openbmc/linux/drivers/pnp/
H A Dinterface.c190 struct pnp_option *option) in pnp_print_option()
213 struct pnp_option *option; in options_show() local
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h25 #define TEST_OPTION_FLAGS(flags, option) (1 & ((flags) >> (option))) argument
26 #define SET_OPTION_FLAGS(flags, option) ((flags) |= (1 << (option))) argument
/openbmc/u-boot/cmd/
H A Dbootmenu.c250 const char *option; in bootmenu_create() local
376 char *option, *sep; in bootmenu_show() local
/openbmc/qemu/system/
H A Drunstate-hmp-cmds.c45 const char *option = qdict_get_try_str(qdict, "option"); in hmp_one_insn_per_tb() local
/openbmc/pam-ipmi/src/pam_ipmicheck/
H A Dpam_ipmicheck.c40 static const char *get_option(const char *option, int argc, const char **argv) in get_option()
/openbmc/linux/include/net/
H A Dcalipso.h71 const unsigned char *option) in calipso_validate()
/openbmc/linux/arch/x86/include/asm/
H A Dshstk.h26 static inline long shstk_prctl(struct task_struct *task, int option, in shstk_prctl()
/openbmc/linux/Documentation/scsi/
H A Dncr53c8xx.rst1210 10.6 SCSI BUS checking boot option.
1227 10.7 IMMEDIATE ARBITRATION boot option
/openbmc/linux/drivers/video/fbdev/
H A Dskeletonfb.c901 char *option = NULL; in xxxfb_init() local
989 char *option = NULL; in xxxfb_init() local
/openbmc/linux/drivers/misc/cardreader/
H A Drtsx_pcr.c130 struct rtsx_cr_option *option = &pcr->option; in rtsx_comm_pm_full_on() local
401 u8 option = RTSX_SG_VALID | RTSX_SG_TRANS_DATA; in rtsx_pci_add_sg_tbl() local
1119 struct rtsx_cr_option *option = &(pcr->option); in rtsx_pci_init_ocp() local
1345 struct rtsx_cr_option *option = &(pcr->option); in rtsx_pci_init_chip() local
1730 struct rtsx_cr_option *option = &pcr->option; in rtsx_comm_pm_power_saving() local
/openbmc/linux/tools/perf/util/
H A Dsetup.py18 def clang_has_option(option): argument
/openbmc/qemu/include/hw/pci-host/
H A Dspapr.h134 unsigned int addr, int option) in spapr_phb_vfio_eeh_set_option()
143 static inline int spapr_phb_vfio_eeh_reset(SpaprPhbState *sphb, int option) in spapr_phb_vfio_eeh_reset()
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmac.c971 void FPri_RegValue (MAC_ENGINE *eng, uint8_t option) in FPri_RegValue()
989 void FPri_End (MAC_ENGINE *eng, uint8_t option) in FPri_End()
1098 void FPri_ErrFlag (MAC_ENGINE *eng, uint8_t option) in FPri_ErrFlag()
2103 void PrintIO_Header (MAC_ENGINE *eng, uint8_t option) in PrintIO_Header()
2167 void PrintIO_LineS(MAC_ENGINE *p_eng, uint8_t option) in PrintIO_LineS()
2177 void PrintIO_Line(MAC_ENGINE *p_eng, uint8_t option) in PrintIO_Line()
/openbmc/u-boot/tools/
H A Dmkenvimage.c80 int option; in main() local
/openbmc/linux/arch/x86/kernel/
H A Dprocess_32.c220 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2() argument
/openbmc/qemu/monitor/
H A Dqemu-config-qmp.c173 CommandLineOptionInfoList *qmp_query_command_line_options(const char *option, in qmp_query_command_line_options()
/openbmc/linux/lib/
H A Dcmdline.c203 bool parse_option_str(const char *str, const char *option) in parse_option_str()
/openbmc/linux/net/netfilter/
H A Dxt_sctp.c20 #define SCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \ argument
/openbmc/u-boot/tools/patman/
H A Dsettings.py113 def get(self, section, option, *args, **kwargs): argument

12345678910>>...12