Home
last modified time | relevance | path

Searched defs:lines (Results 1 – 17 of 17) sorted by relevance

/f-stack/dpdk/devtools/
H A Dupdate_version_map_abi.py107 def __generate_stable_abi(f_out, abi_major, lines): argument
131 def __generate_experimental_abi(f_out, lines): argument
146 def __generate_internal_abi(f_out, lines): argument
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c837 libzfs_read_stdout_from_fd(int fd, char **lines[]) in libzfs_read_stdout_from_fd()
877 char **lines[], int *lines_cnt) in libzfs_run_process_impl()
958 char **lines[], int *lines_cnt) in libzfs_run_process_get_stdout()
969 char *env[], char **lines[], int *lines_cnt) in libzfs_run_process_get_stdout_nopath()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_util.h87 char **lines; /* Array of lines of output, minus the column name */ member
H A Dzpool_iter.c490 char **lines = NULL; in vdev_run_cmd() local
H A Dzpool_main.c5196 char **lines = NULL; in print_zpool_script_help() local
/f-stack/app/redis-5.0.5/src/
H A Dconfig.c176 sds *lines; in loadServerConfigFromString() local
1618 sds *lines; /* Current lines as an array of sds strings */ member
H A Dscripting.c72 int lines; /* Number of lines in 'src'. */ member
H A Dredis-cli.c3177 char *lines = reply->str, *p, *line; in clusterManagerNodeLoadInfo() local
3447 char *lines = reply->str, *p, *line; in clusterManagerGetConfigSignature() local
H A Dsentinel.c2083 sds *lines; in sentinelRefreshInstanceInfo() local
/f-stack/dpdk/drivers/net/enic/base/
H A Dvnic_wq.h82 unsigned long lines, equiv_len; in num_cache_lines_touched() local
/f-stack/dpdk/app/test/
H A Dtest_table_acl.c318 char lines[][128] = { variable
/f-stack/dpdk/drivers/regex/mlx5/
H A Dmlx5_rxp.c350 uint32_t lines = 0; in rxp_parse_rof() local
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dradix_ipf.c1181 int lines; in buildtab() local
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_cxt.c869 u32 lines, line, sz_left, lines_to_skip, first_skipped_line; in ecore_ilt_blk_alloc() local
954 u32 lines = clients[i].vf_total_lines * k; in ecore_ilt_shadow_alloc() local
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_init.h554 struct ilt_line *lines; member
/f-stack/dpdk/drivers/net/thunderx/base/
H A Dnicvf_hw_defs.h1099 uint64_t lines:12; member
/f-stack/dpdk/drivers/net/qede/
H A Dqede_debug.c369 #define RAM_LINES_TO_DWORDS(lines) ((lines) * 2) argument
370 #define RAM_LINES_TO_BYTES(lines) \ argument