| /f-stack/freebsd/contrib/openzfs/module/icp/algs/edonr/ |
| H A D | edonr_byteorder.h | 124 #define ld_swap32(s, d) aix_ld_swap32(s, d) argument 125 #define st_swap32(s, d) aix_st_swap32(s, d) argument 126 #define ld_swap64(s, d) aix_ld_swap64(s, d) argument 181 #define ld_swap32(s, d) \ argument 184 #define st_swap32(s, d) \ argument 189 #define ld_swap64(s, d) \ argument 194 #define st_swap64(s, d) \ argument 208 #define ld_swap32(s, d) (d = *(s)) argument 209 #define st_swap32(s, d) (*(d) = s) argument 212 #define ld_swap64(s, d) (d = *(s)) argument [all …]
|
| /f-stack/dpdk/lib/librte_telemetry/ |
| H A D | telemetry_data.c | 11 rte_tel_data_start_array(struct rte_tel_data *d, enum rte_tel_value_type type) in rte_tel_data_start_array() 25 rte_tel_data_start_dict(struct rte_tel_data *d) in rte_tel_data_start_dict() 33 rte_tel_data_string(struct rte_tel_data *d, const char *str) in rte_tel_data_string() 45 rte_tel_data_add_array_string(struct rte_tel_data *d, const char *str) in rte_tel_data_add_array_string() 57 rte_tel_data_add_array_int(struct rte_tel_data *d, int x) in rte_tel_data_add_array_int() 68 rte_tel_data_add_array_u64(struct rte_tel_data *d, uint64_t x) in rte_tel_data_add_array_u64() 79 rte_tel_data_add_array_container(struct rte_tel_data *d, in rte_tel_data_add_array_container() 96 rte_tel_data_add_dict_string(struct rte_tel_data *d, const char *name, in rte_tel_data_add_dict_string() 118 rte_tel_data_add_dict_int(struct rte_tel_data *d, const char *name, int val) in rte_tel_data_add_dict_int() 134 rte_tel_data_add_dict_u64(struct rte_tel_data *d, in rte_tel_data_add_dict_u64() [all …]
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_unimsgcpy.c | 12 u_int s, d; in copy_msg_alerting() local 47 u_int s, d; in copy_msg_connect() local 100 u_int s, d; in copy_msg_release() local 123 u_int s, d; in copy_msg_release_compl() local 142 u_int s, d; in copy_msg_setup() local 282 u_int s, d; in copy_msg_add_party() local 334 u_int s, d; in copy_msg_add_party_ack() local 364 u_int s, d; in copy_msg_party_alerting() local 382 u_int s, d; in copy_msg_add_party_rej() local 402 u_int s, d; in copy_msg_drop_party() local [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | dict.c | 114 dict *d = zmalloc(sizeof(*d)); in dictCreate() local 121 int _dictInit(dict *d, dictType *type, in _dictInit() 135 int dictResize(dict *d) in dictResize() 188 int dictRehash(dict *d, int n) { in dictRehash() 260 static void _dictRehashStep(dict *d) { in _dictRehashStep() 469 void dictRelease(dict *d) in dictRelease() 510 long long dictFingerprint(dict *d) { in dictFingerprint() 542 dictIterator *dictGetIterator(dict *d) in dictGetIterator() 610 dictEntry *dictGetRandomKey(dict *d) in dictGetRandomKey() 838 unsigned long dictScan(dict *d, in dictScan() [all …]
|
| H A D | dict.h | 53 double d; member 89 dict *d; member 104 #define dictFreeVal(d, entry) \ argument 108 #define dictSetVal(d, entry, _val_) do { \ argument 124 #define dictFreeKey(d, entry) \ argument 128 #define dictSetKey(d, entry, _key_) do { \ argument 135 #define dictCompareKeys(d, key1, key2) \ argument 140 #define dictHashKey(d, key) (d)->type->hashFunction(key) argument 146 #define dictSlots(d) ((d)->ht[0].size+(d)->ht[1].size) argument 147 #define dictSize(d) ((d)->ht[0].used+(d)->ht[1].used) argument [all …]
|
| /f-stack/tools/ifconfig/ |
| H A D | ifbridge.c | 283 setbridge_add(const char *val, int d, int s, const struct afswtch *afp) in setbridge_add() 294 setbridge_delete(const char *val, int d, int s, const struct afswtch *afp) in setbridge_delete() 319 setbridge_learn(const char *val, int d, int s, const struct afswtch *afp) in setbridge_learn() 347 setbridge_span(const char *val, int d, int s, const struct afswtch *afp) in setbridge_span() 369 setbridge_stp(const char *val, int d, int s, const struct afswtch *afp) in setbridge_stp() 376 unsetbridge_stp(const char *val, int d, int s, const struct afswtch *afp) in unsetbridge_stp() 383 setbridge_edge(const char *val, int d, int s, const struct afswtch *afp) in setbridge_edge() 407 setbridge_ptp(const char *val, int d, int s, const struct afswtch *afp) in setbridge_ptp() 413 unsetbridge_ptp(const char *val, int d, int s, const struct afswtch *afp) in unsetbridge_ptp() 431 setbridge_flush(const char *val, int d, int s, const struct afswtch *afp) in setbridge_flush() [all …]
|
| H A D | ifieee80211.c | 1240 DECL_CMD_FUNC(set80211acm, ac, d) in DECL_CMD_FUNC() argument 1245 DECL_CMD_FUNC(set80211noacm, ac, d) in DECL_CMD_FUNC() argument 1296 DECL_CMD_FUNC(set80211bintval, val, d) in DECL_CMD_FUNC() argument 1321 DECL_CMD_FUNC(set80211addmac, val, d) in DECL_CMD_FUNC() argument 1327 DECL_CMD_FUNC(set80211delmac, val, d) in DECL_CMD_FUNC() argument 1333 DECL_CMD_FUNC(set80211kickmac, val, d) in DECL_CMD_FUNC() argument 1357 DECL_CMD_FUNC(set80211maccmd, val, d) in DECL_CMD_FUNC() argument 1682 DECL_CMD_FUNC(set80211mgtrate, val, d) in DECL_CMD_FUNC() argument 2015 DECL_CMD_FUNC(set80211meshttl, val, d) in DECL_CMD_FUNC() argument 3827 DECL_CMD_FUNC(set80211scan, val, d) in DECL_CMD_FUNC() argument [all …]
|
| H A D | ifpfsync.c | 61 setpfsync_syncdev(const char *val, int d, int s, const struct afswtch *rafp) in setpfsync_syncdev() 79 unsetpfsync_syncdev(const char *val, int d, int s, const struct afswtch *rafp) in unsetpfsync_syncdev() 97 setpfsync_syncpeer(const char *val, int d, int s, const struct afswtch *rafp) in setpfsync_syncpeer() 130 unsetpfsync_syncpeer(const char *val, int d, int s, const struct afswtch *rafp) in unsetpfsync_syncpeer() 148 setpfsync_maxupd(const char *val, int d, int s, const struct afswtch *rafp) in setpfsync_maxupd() 171 setpfsync_defer(const char *val, int d, int s, const struct afswtch *rafp) in setpfsync_defer()
|
| H A D | ifvxlan.c | 227 DECL_CMD_FUNC(setvxlan_vni, arg, d) in DECL_CMD_FUNC() argument 249 DECL_CMD_FUNC(setvxlan_local, addr, d) in DECL_CMD_FUNC() argument 309 DECL_CMD_FUNC(setvxlan_remote, addr, d) in DECL_CMD_FUNC() argument 369 DECL_CMD_FUNC(setvxlan_group, addr, d) in DECL_CMD_FUNC() argument 429 DECL_CMD_FUNC(setvxlan_local_port, arg, d) in DECL_CMD_FUNC() argument 451 DECL_CMD_FUNC(setvxlan_remote_port, arg, d) in DECL_CMD_FUNC() argument 501 DECL_CMD_FUNC(setvxlan_timeout, arg, d) in DECL_CMD_FUNC() argument 523 DECL_CMD_FUNC(setvxlan_maxaddr, arg, d) in DECL_CMD_FUNC() argument 545 DECL_CMD_FUNC(setvxlan_dev, arg, d) in DECL_CMD_FUNC() argument 564 DECL_CMD_FUNC(setvxlan_ttl, arg, d) in DECL_CMD_FUNC() argument [all …]
|
| H A D | iflagg.c | 40 setlaggport(const char *val, int d, int s, const struct afswtch *afp) in setlaggport() 62 unsetlaggport(const char *val, int d, int s, const struct afswtch *afp) in unsetlaggport() 75 setlaggproto(const char *val, int d, int s, const struct afswtch *afp) in setlaggproto() 99 setlaggflowidshift(const char *val, int d, int s, const struct afswtch *afp) in setlaggflowidshift() 115 setlaggrr_limit(const char *val, int d, int s, const struct afswtch *afp) in setlaggrr_limit() 131 setlaggsetopt(const char *val, int d, int s, const struct afswtch *afp) in setlaggsetopt() 161 setlagghash(const char *val, int d, int s, const struct afswtch *afp) in setlagghash() 309 DECL_CMD_FUNC(setlaggtype, arg, d) in DECL_CMD_FUNC() argument
|
| H A D | carp.c | 105 setcarp_vhid(const char *val, int d, int s, const struct afswtch *afp) in setcarp_vhid() 186 setcarp_passwd(const char *val, int d, int s, const struct afswtch *afp) in setcarp_passwd() 200 setcarp_advskew(const char *val, int d, int s, const struct afswtch *afp) in setcarp_advskew() 210 setcarp_advbase(const char *val, int d, int s, const struct afswtch *afp) in setcarp_advbase() 220 setcarp_state(const char *val, int d, int s, const struct afswtch *afp) in setcarp_state()
|
| /f-stack/dpdk/drivers/common/dpaax/ |
| H A D | dpaa_of.c | 144 struct dirent **d; in process_dir() local 160 linear_dir(struct dt_dir *d) in linear_dir() 305 const struct dt_dir *d; in of_find_compatible_node() local 329 const struct dt_dir *d; in of_get_property() local 347 const struct dt_dir *d; in of_device_is_available() local 363 const struct dt_dir *d; in of_find_node_by_phandle() local 376 const struct dt_dir *d; in of_get_parent() local 420 const struct dt_dir *d; in of_n_addr_cells() local 442 const struct dt_dir *d; in of_n_size_cells() local 465 const struct dt_dir *d; in of_get_address() local [all …]
|
| /f-stack/freebsd/net/ |
| H A D | bpf.c | 931 struct bpf_d *d; in bpfopen() local 981 struct bpf_d *d; in bpfread() local 1169 struct bpf_d *d; in bpfwrite() local 1357 struct bpf_d *d; in bpfioctl() local 2099 struct bpf_d *d; in bpfpoll() local 2136 struct bpf_d *d; in bpfkqfilter() local 2240 struct bpf_d *d; in bpf_tap() local 2297 struct bpf_d *d; in bpf_mtap() local 2354 struct bpf_d *d; in bpf_mtap2() local 2627 struct bpf_d *d; in bpfd_free() local [all …]
|
| H A D | bpf_buffer.c | 104 bpf_buffer_append_bytes(struct bpf_d *d, caddr_t buf, u_int offset, in bpf_buffer_append_bytes() 117 bpf_buffer_append_mbuf(struct bpf_d *d, caddr_t buf, u_int offset, void *src, in bpf_buffer_append_mbuf() 132 bpf_buffer_free(struct bpf_d *d) in bpf_buffer_free() 153 bpf_buffer_init(struct bpf_d *d) in bpf_buffer_init() 163 bpf_buffer_ioctl_sblen(struct bpf_d *d, u_int *i) in bpf_buffer_ioctl_sblen() 210 bpf_buffer_uiomove(struct bpf_d *d, caddr_t buf, u_int len, struct uio *uio) in bpf_buffer_uiomove()
|
| H A D | bpf_zerocopy.c | 241 bpf_zerocopy_append_bytes(struct bpf_d *d, caddr_t buf, u_int offset, in bpf_zerocopy_append_bytes() 293 bpf_zerocopy_append_mbuf(struct bpf_d *d, caddr_t buf, u_int offset, in bpf_zerocopy_append_mbuf() 357 bpf_zerocopy_buffull(struct bpf_d *d) in bpf_zerocopy_buffull() 384 bpf_zerocopy_bufheld(struct bpf_d *d) in bpf_zerocopy_bufheld() 407 bpf_zerocopy_buf_reclaimed(struct bpf_d *d) in bpf_zerocopy_buf_reclaimed() 427 bpf_zerocopy_canfreebuf(struct bpf_d *d) in bpf_zerocopy_canfreebuf() 450 bpf_zerocopy_canwritebuf(struct bpf_d *d) in bpf_zerocopy_canwritebuf() 469 bpf_zerocopy_free(struct bpf_d *d) in bpf_zerocopy_free() 491 bpf_zerocopy_ioctl_getzmax(struct thread *td, struct bpf_d *d, size_t *i) in bpf_zerocopy_ioctl_getzmax() 507 bpf_zerocopy_ioctl_rotzbuf(struct thread *td, struct bpf_d *d, in bpf_zerocopy_ioctl_rotzbuf() [all …]
|
| /f-stack/dpdk/lib/librte_distributor/ |
| H A D | rte_distributor_single.c | 45 rte_distributor_poll_pkt_single(struct rte_distributor_single *d, in rte_distributor_poll_pkt_single() 60 rte_distributor_get_pkt_single(struct rte_distributor_single *d, in rte_distributor_get_pkt_single() 71 rte_distributor_return_pkt_single(struct rte_distributor_single *d, in rte_distributor_return_pkt_single() 110 store_return(uintptr_t oldbuf, struct rte_distributor_single *d, in store_return() 162 process_returns(struct rte_distributor_single *d) in process_returns() 207 rte_distributor_process_single(struct rte_distributor_single *d, in rte_distributor_process_single() 323 rte_distributor_returned_pkts_single(struct rte_distributor_single *d, in rte_distributor_returned_pkts_single() 345 total_outstanding(const struct rte_distributor_single *d) in total_outstanding() 360 rte_distributor_flush_single(struct rte_distributor_single *d) in rte_distributor_flush_single() 372 rte_distributor_clear_returns_single(struct rte_distributor_single *d) in rte_distributor_clear_returns_single() [all …]
|
| H A D | rte_distributor.c | 87 rte_distributor_poll_pkt(struct rte_distributor *d, in rte_distributor_poll_pkt() 131 rte_distributor_get_pkt(struct rte_distributor *d, in rte_distributor_get_pkt() 161 rte_distributor_return_pkt(struct rte_distributor *d, in rte_distributor_return_pkt() 221 store_return(uintptr_t oldbuf, struct rte_distributor *d, in store_return() 240 find_match_scalar(struct rte_distributor *d, in find_match_scalar() 398 release(struct rte_distributor *d, unsigned int wkr) in release() 443 rte_distributor_process(struct rte_distributor *d, in rte_distributor_process() 613 rte_distributor_returned_pkts(struct rte_distributor *d, in rte_distributor_returned_pkts() 644 total_outstanding(const struct rte_distributor *d) in total_outstanding() 659 rte_distributor_flush(struct rte_distributor *d) in rte_distributor_flush() [all …]
|
| /f-stack/dpdk/drivers/bus/fslmc/qbman/ |
| H A D | qbman_portal.c | 840 const struct qbman_eq_desc *d, in qbman_swp_enqueue_ring_mode_cinh_read_direct() 878 const struct qbman_eq_desc *d, in qbman_swp_enqueue_ring_mode_cinh_direct() 1042 const struct qbman_eq_desc *d, in qbman_swp_enqueue_multiple_cinh_read_direct() 1112 const struct qbman_eq_desc *d, in qbman_swp_enqueue_multiple_cinh_direct() 1310 const struct qbman_eq_desc *d, in qbman_swp_enqueue_multiple_fd_cinh_read_direct() 1380 const struct qbman_eq_desc *d, in qbman_swp_enqueue_multiple_fd_cinh_direct() 1579 const struct qbman_eq_desc *d, in qbman_swp_enqueue_multiple_desc_cinh_read_direct() 1644 const struct qbman_eq_desc *d, in qbman_swp_enqueue_multiple_desc_cinh_direct() 1889 struct qbman_pull_desc *d) in qbman_swp_pull_direct() 1914 struct qbman_pull_desc *d) in qbman_swp_pull_cinh_direct() [all …]
|
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | cc_dump.c | 68 cc_dumpf(struct dump *d, const char *fmt, ...) in cc_dumpf() 123 cc_dump_sap(struct dump *d, const struct uni_sap *sap) in cc_dump_sap() 186 cc_dump_user(struct dump *d, const struct ccuser *user) in cc_dump_user() 211 cc_dump_party(struct dump *d, const struct ccparty *party, const char *pfx) in cc_dump_party() 223 cc_dump_conn(struct dump *d, const struct ccconn *conn, const char *pfx) in cc_dump_conn() 243 cc_dump_port(struct dump *d, const struct ccport *p) in cc_dump_port() 302 struct dump d; in cc_dump() local
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | acmacros.h | 201 #define ACPI_MOVE_16_TO_32(d, s) {(*(UINT32 *)(void *)(d))=0;\ argument 205 #define ACPI_MOVE_16_TO_64(d, s) {(*(UINT64 *)(void *)(d))=0;\ argument 218 #define ACPI_MOVE_32_TO_64(d, s) {(*(UINT64 *)(void *)(d))=0;\ argument 249 #define ACPI_MOVE_16_TO_16(d, s) *(UINT16 *)(void *)(d) = *(UINT16 *)(void *)(s) argument 250 #define ACPI_MOVE_16_TO_32(d, s) *(UINT32 *)(void *)(d) = *(UINT16 *)(void *)(s) argument 251 #define ACPI_MOVE_16_TO_64(d, s) *(UINT64 *)(void *)(d) = *(UINT16 *)(void *)(s) argument 256 #define ACPI_MOVE_32_TO_32(d, s) *(UINT32 *)(void *)(d) = *(UINT32 *)(void *)(s) argument 547 #define ARGI_LIST4(a, b, c, d) (ARG_1(d)|ARG_2(c)|ARG_3(b)|ARG_4(a)) argument 554 #define ARGP_LIST4(a, b, c, d) (ARG_1(a)|ARG_2(b)|ARG_3(c)|ARG_4(d)) argument 625 #define ASL_CV_PRINT_ONE_COMMENT(a,b,c,d) CvPrintOneCommentType (a,b,c,d); argument [all …]
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_dstlist.c | 488 ippool_dst_t *d; local 658 ippool_dst_t *d; local 725 ipf_dstlist_node_free(softd, d, node) in ipf_dstlist_node_free() argument 834 ippool_dst_t user, *d, *new; local 891 ippool_dst_t *d; local 962 ipf_dstlist_table_free(softd, d) in ipf_dstlist_table_free() argument 997 ippool_dst_t *d = table; local 1050 ippool_dst_t *d; local 1080 ippool_dst_t *d; local 1119 ipf_dstlist_select(fin, d) in ipf_dstlist_select() argument [all …]
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | l2t.c | 28 struct l2t_data *d = adap->l2t; in cxgbe_do_l2t_write_rpl() local 57 struct l2t_data *d = adap->l2t; in write_l2e() local 108 static struct l2t_entry *find_or_alloc_l2e(struct l2t_data *d, u16 vlan, in find_or_alloc_l2e() 146 struct l2t_data *d = adap->l2t; in t4_l2t_alloc_switching() local 197 struct l2t_data *d; in t4_init_l2t() local
|
| /f-stack/freebsd/sys/ |
| H A D | bus.h | 836 #define bus_read_multi_1(r, o, d, c) \ argument 838 #define bus_read_region_1(r, o, d, c) \ argument 846 #define bus_write_multi_1(r, o, d, c) \ argument 872 #define bus_read_multi_2(r, o, d, c) \ argument 874 #define bus_read_region_2(r, o, d, c) \ argument 882 #define bus_write_multi_2(r, o, d, c) \ argument 908 #define bus_read_multi_4(r, o, d, c) \ argument 910 #define bus_read_region_4(r, o, d, c) \ argument 918 #define bus_write_multi_4(r, o, d, c) \ argument 944 #define bus_read_multi_8(r, o, d, c) \ argument [all …]
|
| H A D | bitset.h | 128 #define BIT_OR(_s, d, s) do { \ argument 134 #define BIT_OR2(_s, d, s1, s2) do { \ argument 140 #define BIT_AND(_s, d, s) do { \ argument 146 #define BIT_AND2(_s, d, s1, s2) do { \ argument 152 #define BIT_ANDNOT(_s, d, s) do { \ argument 158 #define BIT_ANDNOT2(_s, d, s1, s2) do { \ argument 164 #define BIT_XOR(_s, d, s) do { \ argument 170 #define BIT_XOR2(_s, d, s1, s2) do { \ argument 203 #define BIT_AND_ATOMIC(_s, d, s) do { \ argument 210 #define BIT_OR_ATOMIC(_s, d, s) do { \ argument
|
| H A D | ktr.h | 93 #define CTR0(m, d) (void)0 argument 94 #define CTR1(m, d, p1) (void)0 argument 95 #define CTR2(m, d, p1, p2) (void)0 argument 102 #define TR0(d) CTR0(KTR_GEN, d) argument 250 #define ITR0(d) CTR0(KTR_INIT, d) argument 258 #define ITR0(d) argument 259 #define ITR1(d, p1) argument 260 #define ITR2(d, p1, p2) argument 261 #define ITR3(d, p1, p2, p3) argument 262 #define ITR4(d, p1, p2, p3, p4) argument [all …]
|