| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | actbinfo.h | 155 #define ACPI_FACS_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_FACS,f) argument 158 #define ACPI_RSDP_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_RSDP,f) argument 209 #define ACPI_ASF0_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_ASF_INFO,f) argument 210 #define ACPI_ASF1_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_ASF_ALERT,f) argument 214 #define ACPI_ASF3_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_ASF_RMCP,f) argument 224 #define ACPI_DMAR2_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_DMAR_ATSR,f) argument 240 #define ACPI_GTDT_EL2_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_GTDT_EL2,f) argument 245 #define ACPI_HEST7_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_HEST_AER,f) argument 324 #define ACPI_PPTT2_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_PPTT_ID,f) argument 351 #define ACPI_FLAG_OFFSET(d,f,o) (UINT16) (ACPI_OFFSET (d,f) + o) argument [all …]
|
| /f-stack/lib/include/sys/ |
| H A D | rwlock.h | 54 #define _rw_wlock(rw, f, l) DO_NOTHING argument 55 #define _rw_try_wlock(rw, f, l) 1 argument 56 #define _rw_wunlock(rw, f, l) DO_NOTHING argument 57 #define _rw_rlock(rw, f, l) DO_NOTHING argument 58 #define _rw_try_rlock(rw, f, l) 1 argument 59 #define _rw_runlock(rw, f, l) DO_NOTHING argument 60 #define _rw_try_upgrade(rw, f, l) 1 argument 61 #define _rw_downgrade(rw, f, l) DO_NOTHING argument
|
| /f-stack/dpdk/config/x86/ |
| H A D | meson.build | 40 if f == 'PCLMUL' # special case flags with different defines variable 41 f = 'PCLMULQDQ' variable 42 elif f == 'RDRND' variable 43 f = 'RDRAND' variable
|
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_rx_filter.c | 14 ionic_rx_filter_free(struct ionic_rx_filter *f) in ionic_rx_filter_free() 22 ionic_rx_filter_del(struct ionic_lif *lif, struct ionic_rx_filter *f) in ionic_rx_filter_del() 53 struct ionic_rx_filter *f; in ionic_rx_filters_deinit() local 68 struct ionic_rx_filter *f; in ionic_rx_filter_save() local 113 struct ionic_rx_filter *f; in ionic_rx_filter_by_vlan() local 130 struct ionic_rx_filter *f; in ionic_rx_filter_by_addr() local
|
| /f-stack/tools/netstat/ |
| H A D | inet.c | 907 #define p(f, m) if (udpstat.f || sflag <= 1) \ in udp_stats() argument 909 #define p1a(f, m) if (udpstat.f || sflag <= 1) \ in udp_stats() argument 964 #define p(f, m) if (carpstat.f || sflag <= 1) \ in carp_stats() argument 966 #define p2(f, m) if (carpstat.f || sflag <= 1) \ in carp_stats() argument 1019 #define p(f, m) if (ipstat.f || sflag <= 1) \ in ip_stats() argument 1021 #define p1a(f, m) if (ipstat.f || sflag <= 1) \ in ip_stats() argument 1104 #define p(f, m) if (arpstat.f || sflag <= 1) \ in arp_stats() argument 1106 #define p2(f, m) if (arpstat.f || sflag <= 1) \ in arp_stats() argument 1192 #define p(f, m) if (icmpstat.f || sflag <= 1) \ in icmp_stats() argument 1383 #define p(f, m) if (pimstat.f || sflag <= 1) \ in pim_stats() argument [all …]
|
| H A D | ipsec.c | 164 #define p(f, m) if (ipsecstat->f || sflag <= 1) \ in print_ipsecstats() argument 166 #define p2(f, m) if (ipsecstat->f || sflag <= 1) \ in print_ipsecstats() argument 268 #define p(f, n, m) if (ahstat->f || sflag <= 1) \ in print_ahstats() argument 271 #define hist(f, n, t, c) \ in print_ahstats() argument 327 #define p(f, n, m) if (espstat->f || sflag <= 1) \ in print_espstats() argument 330 #define hist(f, n, t, c) \ in print_espstats() argument 388 #define p(f, n, m) if (ipcompstat->f || sflag <= 1) \ in print_ipcompstats() argument 391 #define hist(f, n, t, c) \ in print_ipcompstats() argument
|
| H A D | inet6.c | 371 #define p(f, m) if (ip6stat.f || sflag <= 1) \ in ip6_stats() argument 373 #define p1a(f, m) if (ip6stat.f || sflag <= 1) \ in ip6_stats() argument 616 #define p(f, m) if (ifr.ifr_ifru.ifru_stat.f || sflag <= 1) \ argument 964 #define p(f, m) if (icmp6stat.f || sflag <= 1) \ argument 966 #define p_5(f, m) if (icmp6stat.f || sflag <= 1) \ argument 1088 #define p(f, m) if (ifr.ifr_ifru.ifru_icmp6stat.f || sflag <= 1) \ argument 1091 #define p2(f, m) if (ifr.ifr_ifru.ifru_icmp6stat.f || sflag <= 1) \ argument 1206 #define p(f, m) if (pim6stat.f || sflag <= 1) \ argument 1243 #define p(f, m) if (rip6stat.f || sflag <= 1) \ argument
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.lib_base.lua | 57 function f (t, i, e) function 71 function f(t, i, v) rawset(t, i, v-3) end function 112 function f (t, ...) return t, {...} end function 126 function f(op) function 391 function f(...) function
|
| H A D | tst.lib_coroutine.lua | 80 f = coroutine.wrap(function () function 146 local f = function (s, i) return coroutine.yield(i) end function 153 local function f (c) function 261 _G.f = function () a=a+1; return a end function 350 local f = function (s, i) function
|
| /f-stack/freebsd/arm/include/ |
| H A D | bus.h | 479 #define bs_map_proto(f) \ argument 498 #define bs_free_proto(f) \ argument 502 #define bs_mmap_proto(f) \ argument 509 #define bs_r_1_proto(f) \ argument 513 #define bs_r_2_proto(f) \ argument 517 #define bs_r_4_proto(f) \ argument 521 #define bs_r_8_proto(f) \ argument 537 #define bs_w_1_proto(f) \ argument 541 #define bs_w_2_proto(f) \ argument 545 #define bs_w_4_proto(f) \ argument [all …]
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | liolib.c | 73 FILE **f = tofilep(L); in tofile() local 143 FILE *f = *tofilep(L); in io_gc() local 152 FILE *f = *tofilep(L); in io_tostring() local 191 FILE *f; in getiofile() local 273 static int read_number (lua_State *L, FILE *f) { in read_number() 286 static int test_eof (lua_State *L, FILE *f) { in test_eof() 294 static int read_line (lua_State *L, FILE *f) { in read_line() 334 static int g_read (lua_State *L, FILE *f, int first) { in g_read() 413 static int g_write (lua_State *L, FILE *f, int arg) { in g_write() 445 FILE *f = tofile(L); in f_seek() local [all …]
|
| H A D | print.c | 51 static void PrintConstant(const Proto* f, int i) in PrintConstant() 74 static void PrintCode(const Proto* f) in PrintCode() 161 static void PrintHeader(const Proto* f) in PrintHeader() 181 static void PrintConstants(const Proto* f) in PrintConstants() 193 static void PrintLocals(const Proto* f) in PrintLocals() 204 static void PrintUpvalues(const Proto* f) in PrintUpvalues() 215 void PrintFunction(const Proto* f, int full) in PrintFunction()
|
| /f-stack/freebsd/sys/ |
| H A D | rwlock.h | 169 #define _rw_wlock(rw, f, l) \ argument 171 #define _rw_try_wlock(rw, f, l) \ argument 173 #define _rw_wunlock(rw, f, l) \ argument 175 #define _rw_try_rlock(rw, f, l) \ argument 178 #define _rw_rlock(rw, f, l) \ argument 180 #define _rw_runlock(rw, f, l) \ argument 183 #define _rw_rlock(rw, f, l) \ argument 185 #define _rw_runlock(rw, f, l) \ argument 195 #define _rw_downgrade(rw, f, l) \ argument 204 #define _rw_downgrade(rw, f, l) \ argument [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-procfs-list.c | 61 procfs_list_seq_show(struct seq_file *f, void *p) in procfs_list_seq_show() 107 procfs_list_seq_start(struct seq_file *f, loff_t *pos) in procfs_list_seq_start() 146 procfs_list_seq_next(struct seq_file *f, void *p, loff_t *pos) in procfs_list_seq_next() 154 procfs_list_seq_stop(struct seq_file *f, void *p) in procfs_list_seq_stop() 176 struct seq_file *f = filp->private_data; in procfs_list_open() local 189 struct seq_file *f = filp->private_data; in procfs_list_write() local 226 int (*show)(struct seq_file *f, void *p), in procfs_list_install() 227 int (*show_header)(struct seq_file *f), in procfs_list_install()
|
| H A D | spl-kstat.c | 120 kstat_seq_show_headers(struct seq_file *f) in kstat_seq_show_headers() 201 kstat_seq_show_named(struct seq_file *f, kstat_named_t *knp) in kstat_seq_show_named() 248 kstat_seq_show_intr(struct seq_file *f, kstat_intr_t *kip) in kstat_seq_show_intr() 261 kstat_seq_show_io(struct seq_file *f, kstat_io_t *kip) in kstat_seq_show_io() 277 kstat_seq_show_timer(struct seq_file *f, kstat_timer_t *ktp) in kstat_seq_show_timer() 289 kstat_seq_show(struct seq_file *f, void *p) in kstat_seq_show() 374 kstat_seq_start(struct seq_file *f, loff_t *pos) in kstat_seq_start() 403 kstat_seq_next(struct seq_file *f, void *p, loff_t *pos) in kstat_seq_next() 416 kstat_seq_stop(struct seq_file *f, void *v) in kstat_seq_stop() 479 struct seq_file *f; in proc_kstat_open() local [all …]
|
| H A D | spl-proc.c | 226 taskq_seq_show_headers(struct seq_file *f) in taskq_seq_show_headers() 374 taskq_all_seq_show(struct seq_file *f, void *p) in taskq_all_seq_show() 380 taskq_seq_show(struct seq_file *f, void *p) in taskq_seq_show() 386 taskq_seq_start(struct seq_file *f, loff_t *pos) in taskq_seq_start() 406 taskq_seq_next(struct seq_file *f, void *p, loff_t *pos) in taskq_seq_next() 416 slab_seq_show_headers(struct seq_file *f) in slab_seq_show_headers() 433 slab_seq_show(struct seq_file *f, void *p) in slab_seq_show() 488 slab_seq_start(struct seq_file *f, loff_t *pos) in slab_seq_start() 508 slab_seq_next(struct seq_file *f, void *p, loff_t *pos) in slab_seq_next() 518 slab_seq_stop(struct seq_file *f, void *v) in slab_seq_stop() [all …]
|
| /f-stack/freebsd/mips/include/ |
| H A D | bus.h | 443 #define bs_map_proto(f) \ argument 462 #define bs_free_proto(f) \ argument 470 #define bs_r_1_proto(f) \ argument 474 #define bs_r_2_proto(f) \ argument 478 #define bs_r_4_proto(f) \ argument 482 #define bs_r_8_proto(f) \ argument 498 #define bs_w_1_proto(f) \ argument 502 #define bs_w_2_proto(f) \ argument 506 #define bs_w_4_proto(f) \ argument 510 #define bs_w_8_proto(f) \ argument [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | in_debug.c | 53 #define SIN_DB_RPINTF(f, e) db_printf("\t %s = " f "\n", #e, sin->e); in in_show_sockaddr_in() argument 86 #define IA_DB_RPINTF(f, e) db_printf("\t %s = " f "\n", #e, ia->e); in in_show_in_ifaddr() argument 87 #define IA_DB_RPINTF_PTR(f, e) db_printf("\t %s = " f "\n", #e, &ia->e); in in_show_in_ifaddr() argument 88 #define IA_DB_RPINTF_DPTR(f, e) db_printf("\t *%s = " f "\n", #e, *ia->e); in in_show_in_ifaddr() argument
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_filter.c | 158 static int writable_filter(struct filter_entry *f) in writable_filter() 296 static void clear_filter(struct filter_entry *f) in clear_filter() 420 struct filter_entry *f; in cxgbe_del_hash_filter() local 601 struct filter_entry *f; in cxgbe_set_hash_filter() local 933 struct filter_entry *f; in cxgbe_del_filter() local 1005 struct filter_entry *f; in cxgbe_set_filter() local 1168 struct filter_entry *f; in cxgbe_hash_filter_rpl() local 1244 struct filter_entry *f = NULL; in cxgbe_filter_rpl() local 1310 struct filter_entry *f; in cxgbe_get_filter_count() local 1395 struct filter_entry *f = NULL; in cxgbe_clear_filter_count() local [all …]
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table_hash_key16.c | 151 struct rte_table_hash *f; in rte_table_hash_create_key16_lru() local 237 struct rte_table_hash *f = table; in rte_table_hash_free_key16_lru() local 257 struct rte_table_hash *f = table; in rte_table_hash_entry_add_key16_lru() local 323 struct rte_table_hash *f = table; in rte_table_hash_entry_delete_key16_lru() local 362 struct rte_table_hash *f; in rte_table_hash_create_key16_ext() local 447 struct rte_table_hash *f = table; in rte_table_hash_free_key16_ext() local 467 struct rte_table_hash *f = table; in rte_table_hash_entry_add_key16_ext() local 544 struct rte_table_hash *f = table; in rte_table_hash_entry_delete_key16_ext() local 597 #define lookup_key16_cmp(key_in, bucket, pos, f) \ argument 649 #define lookup1_stage1(mbuf1, bucket1, f) \ argument [all …]
|
| H A D | rte_table_hash_key32.c | 155 struct rte_table_hash *f; in rte_table_hash_create_key32_lru() local 245 struct rte_table_hash *f = table; in rte_table_hash_free_key32_lru() local 265 struct rte_table_hash *f = table; in rte_table_hash_entry_add_key32_lru() local 331 struct rte_table_hash *f = table; in rte_table_hash_entry_delete_key32_lru() local 371 struct rte_table_hash *f; in rte_table_hash_create_key32_ext() local 461 struct rte_table_hash *f = table; in rte_table_hash_free_key32_ext() local 481 struct rte_table_hash *f = table; in rte_table_hash_entry_add_key32_ext() local 561 struct rte_table_hash *f = table; in rte_table_hash_entry_delete_key32_ext() local 614 #define lookup_key32_cmp(key_in, bucket, pos, f) \ argument 677 #define lookup1_stage1(mbuf1, bucket1, f) \ argument [all …]
|
| H A D | rte_table_hash_key8.c | 143 struct rte_table_hash *f; in rte_table_hash_create_key8_lru() local 227 struct rte_table_hash *f = table; in rte_table_hash_free_key8_lru() local 247 struct rte_table_hash *f = table; in rte_table_hash_entry_add_key8_lru() local 310 struct rte_table_hash *f = table; in rte_table_hash_entry_delete_key8_lru() local 347 struct rte_table_hash *f; in rte_table_hash_create_key8_ext() local 431 struct rte_table_hash *f = table; in rte_table_hash_free_key8_ext() local 451 struct rte_table_hash *f = table; in rte_table_hash_entry_add_key8_ext() local 532 struct rte_table_hash *f = table; in rte_table_hash_entry_delete_key8_ext() local 585 #define lookup_key8_cmp(key_in, bucket, pos, f) \ argument 621 #define lookup1_stage1(mbuf1, bucket1, f) \ argument [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/ |
| H A D | ed25519_ref10_fe_51.h | 33 fe25519_add(fe25519 h, const fe25519 f, const fe25519 g) in fe25519_add() 53 fe25519_sub(fe25519 h, const fe25519 f, const fe25519 g) in fe25519_sub() 93 fe25519_neg(fe25519 h, const fe25519 f) in fe25519_neg() 109 fe25519_cmov(fe25519 f, const fe25519 g, unsigned int b) in fe25519_cmov() 146 fe25519_cswap(fe25519 f, fe25519 g, unsigned int b) in fe25519_cswap() 192 fe25519_copy(fe25519 h, const fe25519 f) in fe25519_copy() 213 fe25519_isnegative(const fe25519 f) in fe25519_isnegative() 228 fe25519_iszero(const fe25519 f) in fe25519_iszero() 243 fe25519_mul(fe25519 h, const fe25519 f, const fe25519 g) in fe25519_mul() 334 fe25519_sq(fe25519 h, const fe25519 f) in fe25519_sq() [all …]
|
| /f-stack/dpdk/lib/librte_graph/ |
| H A D | graph_debug.c | 11 graph_dump(FILE *f, struct graph *g) in graph_dump() 31 node_dump(FILE *f, struct node *n) in node_dump() 47 rte_graph_obj_dump(FILE *f, struct rte_graph *g, bool all) in rte_graph_obj_dump()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_procfs_list.c | 41 seq_printf(struct seq_file *f, const char *fmt, ...) in seq_printf() 67 struct seq_file f; in procfs_list_data() local 106 int (*show)(struct seq_file *f, void *p), in procfs_list_install() 107 int (*show_header)(struct seq_file *f), in procfs_list_install()
|