Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/linux/tools/testing/selftests/net/
H A Dcmsg_sender.c44 struct options { struct
45 bool silent_send;
46 const char *host;
47 const char *service;
48 unsigned int size;
49 unsigned int num_pkt;
50 bool msg_more;
51 struct {
57 } sockopt;
58 struct {
[all …]
H A Dso_rcv_listener.c19 struct options { struct
20 __u32 val;
21 int name;
22 int rcvname;
23 const char *host;
24 const char *service;
H A Drxtimestamp.c23 struct options { struct
44 struct options sockopt; argument
/linux/tools/testing/selftests/net/netfilter/
H A Dnf_queue.c18 struct options { struct
32 static struct options opts; argument
/linux/Documentation/networking/
H A Diso15765-2.rst133 General options
223 Flow Control options
255 Link Layer options
285 Transmission stmin
298 Reception stmin
/linux/drivers/video/
H A Dcmdline.c35 const char *options = NULL; in __video_get_option_string() local
84 bool __video_get_options(const char *name, const char **options, bool is_of) in __video_get_options()
107 static int __init video_setup(char *options) in video_setup()
/linux/tools/include/nolibc/sys/
H A Dwait.h24 int _sys_waitid(int which, pid_t pid, siginfo_t *infop, int options, struct rusage *rusage) in sys_waitid() argument
30 int waitid(int which, pid_t pid, siginfo_t *infop, int options) in waitid() argument
37 pid_t waitpid(pid_t pid, int *status, int options) in waitpid() argument
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c24 tpm2_key_encode(struct trusted_key_payload * payload,struct trusted_key_options * options,u8 * src,u32 len) tpm2_key_encode() argument
102 tpm2_key_decode(struct trusted_key_payload * payload,struct trusted_key_options * options,u8 ** buf) tpm2_key_decode() argument
234 tpm2_seal_trusted(struct tpm_chip * chip,struct trusted_key_payload * payload,struct trusted_key_options * options) tpm2_seal_trusted() argument
372 tpm2_load_cmd(struct tpm_chip * chip,struct trusted_key_payload * payload,struct trusted_key_options * options,u32 * blob_handle) tpm2_load_cmd() argument
481 tpm2_unseal_cmd(struct tpm_chip * chip,struct trusted_key_payload * payload,struct trusted_key_options * options,u32 blob_handle) tpm2_unseal_cmd() argument
586 tpm2_unseal_trusted(struct tpm_chip * chip,struct trusted_key_payload * payload,struct trusted_key_options * options) tpm2_unseal_trusted() argument
[all...]
H A Dtrusted_pkwm.c62 struct trusted_key_options *options; in trusted_options_alloc() local
83 struct trusted_key_options *options = NULL; in trusted_pkwm_seal() local
/linux/include/linux/netfilter/
H A Dnf_conntrack_h323_types.h11 int options; /* No use */ member
16 int options; /* No use */ member
78 int options; /* No use */ member
100 int options; /* No use */ member
105 int options; /* No use */ member
156 } options; member
182 } options; member
207 } options; member
228 } options; member
238 } options; member
[all …]
/linux/tools/lib/subcmd/
H A Dparse-options.c345 parse_short_opt(struct parse_opt_ctx_t * p,const struct option * options) parse_short_opt() argument
364 parse_long_opt(struct parse_opt_ctx_t * p,const char * arg,const struct option * options) parse_long_opt() argument
476 check_typos(const char * arg,const struct option * options) check_typos() argument
515 parse_options_step(struct parse_opt_ctx_t * ctx,const struct option * options,const char * const usagestr[]) parse_options_step() argument
632 parse_options_subcommand(int argc,const char ** argv,const struct option * options,const char * const subcommands[],const char * usagestr[],int flags) parse_options_subcommand() argument
686 parse_options(int argc,const char ** argv,const struct option * options,const char * const usagestr[],int flags) parse_options() argument
[all...]
/linux/drivers/crypto/caam/
H A Dpdb.h136 u32 options; member
204 u32 options; member
236 u8 options; member
254 u8 options; member
275 u8 options; member
287 u8 options; member
309 u8 options; member
322 u8 options; member
345 u8 options; member
353 u8 options; member
[all …]
H A Ddpseci.h52 u32 options; member
79 u32 options; member
149 u32 options; member
/linux/Documentation/filesystems/
H A Dzonefs.rst313 "errors=<behavior>" option
336 "explicit-open" option
/linux/drivers/video/fbdev/
H A Dacornfb.c870 static struct options { struct
880 static int acornfb_setup(char *options) in acornfb_setup()
/linux/drivers/net/ppp/
H A Dppp_deflate.c85 static void *z_comp_alloc(unsigned char *options, int opt_len) in z_comp_alloc()
136 static int z_comp_init(void *arg, unsigned char *options, int opt_len, in z_comp_init()
300 static void *z_decomp_alloc(unsigned char *options, int opt_len) in z_decomp_alloc()
350 static int z_decomp_init(void *arg, unsigned char *options, int opt_len, in z_decomp_init()
H A Dppp_mppe.c152 static void *mppe_alloc(unsigned char *options, int optlen) in mppe_alloc()
193 mppe_init(void *arg, unsigned char *options, int optlen, int unit, int debug, in mppe_init()
251 mppe_comp_init(void *arg, unsigned char *options, int optlen, int unit, in mppe_comp_init()
357 mppe_decomp_init(void *arg, unsigned char *options, int optlen, int unit, in mppe_decomp_init()
H A Dbsd_comp.c352 static void *bsd_alloc (unsigned char *options, int opt_len, int decomp) in bsd_alloc()
448 static void *bsd_comp_alloc (unsigned char *options, int opt_len) in bsd_comp_alloc()
453 static void *bsd_decomp_alloc (unsigned char *options, int opt_len) in bsd_decomp_alloc()
462 static int bsd_init (void *state, unsigned char *options, in bsd_init()
505 static int bsd_comp_init (void *state, unsigned char *options, in bsd_comp_init()
511 static int bsd_decomp_init (void *state, unsigned char *options, in bsd_decomp_init()
/linux/arch/mips/loongson64/
H A Dcpucfg-emul.c71 u64 options = c->options; in patch_cpucfg_sel1() local
89 u64 options = c->options; in patch_cpucfg_sel2() local
/linux/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.h51 struct gssx_option_array options; member
57 struct gssx_option_array options; member
82 struct gssx_option_array options; member
108 struct gssx_option_array options; member
136 struct gssx_option_array options; member
146 struct gssx_option_array options; member
/linux/block/
H A Derror-injection.c133 enum options { enum
186 char *options) in blk_error_injection_parse_options()
258 char *options; in blk_error_injection_write() local
/linux/include/linux/mtd/
H A Dbbm.h42 int options; member
128 int options; member
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpsw.h155 u64 options; member
233 u32 options; member
268 u64 options; member
282 u64 options; member
414 u32 options; member
453 u16 options; member
/linux/arch/mips/sgi-ip22/
H A Dip22-setup.c66 static char options[8] __initdata; in plat_mem_setup() local
/linux/drivers/video/fbdev/core/
H A Dfb_cmdline.c38 const char *options = NULL; in fb_get_options() local

12345678910>>...12