| /f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/ |
| H A D | test-runner.py.in | 311 def log(self, options, suppress_console=False): argument 427 def run(self, options): argument 545 def run(self, options): argument 594 def __init__(self, options): argument 625 def addtest(self, pathname, options): argument 638 def addtestgroup(self, dirname, filenames, options): argument 659 def read(self, options): argument 730 def write(self, options): argument 789 def setup_logging(self, options): argument 809 def run(self, options): argument [all …]
|
| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | cperf_ops.c | 85 const struct cperf_options *options, in cperf_set_ops_null_cipher() 124 const struct cperf_options *options, in cperf_set_ops_null_auth() 163 const struct cperf_options *options, in cperf_set_ops_cipher() 219 const struct cperf_options *options, in cperf_set_ops_auth() 319 const struct cperf_options *options, in cperf_set_ops_cipher_auth() 434 const struct cperf_options *options, in cperf_set_ops_aead() 545 const struct cperf_options *options, in cperf_create_session() 816 cperf_get_op_functions(const struct cperf_options *options, in cperf_get_op_functions()
|
| H A D | cperf_test_verify.c | 28 const struct cperf_options *options; member 56 const struct cperf_options *options, in cperf_verify_test_constructor() 96 const struct cperf_options *options, in cperf_verify_op() 201 const struct cperf_options *options, in cperf_mbuf_set()
|
| H A D | cperf_test_vectors.c | 403 cperf_test_vector_get_dummy(struct cperf_options *options) in cperf_test_vector_get_dummy()
|
| H A D | cperf_test_throughput.c | 28 const struct cperf_options *options; member 63 const struct cperf_options *options, in cperf_throughput_test_constructor()
|
| H A D | cperf_options_parsing.c | 978 cperf_options_parse(struct cperf_options *options, int argc, char **argv) in cperf_options_parse() 1006 check_cipher_buffer_length(struct cperf_options *options) in check_cipher_buffer_length() 1066 check_docsis_buffer_length(struct cperf_options *options) in check_docsis_buffer_length() 1098 cperf_options_check(struct cperf_options *options) in cperf_options_check()
|
| H A D | cperf_test_latency.c | 34 const struct cperf_options *options; member 64 const struct cperf_options *options, in cperf_latency_test_constructor()
|
| /f-stack/dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 616 struct l2fwd_crypto_options *options) in l2fwd_simple_forward() 690 l2fwd_main_loop(struct l2fwd_crypto_options *options) in l2fwd_main_loop() 1178 parse_cryptodev_mask(struct l2fwd_crypto_options *options, in parse_cryptodev_mask() 1498 display_cipher_info(struct l2fwd_crypto_options *options) in display_cipher_info() 1510 display_auth_info(struct l2fwd_crypto_options *options) in display_auth_info() 1522 display_aead_info(struct l2fwd_crypto_options *options) in display_aead_info() 1789 check_type(const struct l2fwd_crypto_options *options, in check_type() 1908 check_cryptodev_mask(struct l2fwd_crypto_options *options, in check_cryptodev_mask() 2494 initialize_ports(struct l2fwd_crypto_options *options) in initialize_ports() 2636 reserve_key_memory(struct l2fwd_crypto_options *options) in reserve_key_memory() [all …]
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | getopt.c | 119 parse_long_options(char **nargv, const char *options, in parse_long_options() 239 getopt_internal(int nargc, char **nargv, const char *options, in getopt_internal() 437 getopt(int nargc, char *nargv[], const char *options) in getopt() 448 getopt_long(int nargc, char *nargv[], const char *options, in getopt_long() 461 getopt_long_only(int nargc, char *nargv[], const char *options, in getopt_long_only()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_exit.c | 849 proc_reap(struct thread *td, struct proc *p, int *status, int options) in proc_reap() 985 int *status, int options, struct __wrusage *wrusage, siginfo_t *siginfo, in proc_to_reap() 1137 kern_wait(struct thread *td, pid_t pid, int *status, int options, in kern_wait() 1179 int *status, int options, int si_code) in report_alive_proc() 1211 int options, struct __wrusage *wrusage, siginfo_t *siginfo) in kern_wait6()
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | math_cmd.h | 81 int length, uint32_t options) in rta_math() 254 int length, uint32_t options) in rta_mathi()
|
| /f-stack/dpdk/drivers/net/dpaa2/mc/ |
| H A D | fsl_dpdmux.h | 98 uint64_t options; member 144 uint64_t options; member 318 uint64_t options; member 338 uint64_t options; member
|
| H A D | fsl_dprtc.h | 28 uint32_t options; member
|
| H A D | fsl_dpdmux_cmd.h | 82 uint64_t options; member 110 uint64_t options; member 169 uint64_t options; member 189 uint64_t options; member
|
| /f-stack/dpdk/drivers/bus/fslmc/mc/ |
| H A D | fsl_dpci.h | 65 uint32_t options; member 178 uint32_t options; member
|
| H A D | fsl_dpbp.h | 34 uint32_t options; member
|
| H A D | fsl_dpbp_cmd.h | 73 uint32_t options; member 84 uint32_t options; member
|
| H A D | fsl_dpci_cmd.h | 58 uint32_t options; member 106 uint32_t options; member 138 uint8_t options; member
|
| /f-stack/tools/libxo/doc/ |
| H A D | options.rst | 5 .. _options: target
|
| /f-stack/freebsd/contrib/rdma/krping/ |
| H A D | getopt.c | 29 int krping_getopt(const char *caller, char **options, in krping_getopt()
|
| /f-stack/dpdk/app/test-compress-perf/ |
| H A D | comp_perf_test_verify.h | 15 struct comp_test_data *options; member
|
| /f-stack/dpdk/drivers/crypto/dpaa2_sec/mc/ |
| H A D | fsl_dpseci.h | 58 uint32_t options; member 106 uint32_t options; member 179 uint32_t options; member
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_mount.c | 315 zfs_add_option(zfs_handle_t *zhp, char *options, int len, in zfs_add_option() 338 zfs_add_options(zfs_handle_t *zhp, char *options, int len) in zfs_add_options() 367 zfs_mount(zfs_handle_t *zhp, const char *options, int flags) in zfs_mount() 382 zfs_mount_at(zfs_handle_t *zhp, const char *options, int flags, in zfs_mount_at() 822 zfs_parse_options(char *options, zfs_share_proto_t proto) in zfs_parse_options()
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | mlx5.rst | 952 .. _mlx5_firmware_config:
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_regex.h | 32 ngx_int_t options; member
|