Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 1219) sorted by relevance

12345678910>>...49

/f-stack/freebsd/kern/
H A Dsubr_csan.c385 #define _CSAN_ATOMIC_FUNC_ADD(name, type) \ argument
393 #define CSAN_ATOMIC_FUNC_ADD(name, type) \ argument
406 #define CSAN_ATOMIC_FUNC_CLEAR(name, type) \ argument
447 #define _CSAN_ATOMIC_FUNC_LOAD(name, type) \ argument
455 #define CSAN_ATOMIC_FUNC_LOAD(name, type) \ argument
467 #define _CSAN_ATOMIC_FUNC_SET(name, type) \ argument
475 #define CSAN_ATOMIC_FUNC_SET(name, type) \ argument
501 #define CSAN_ATOMIC_FUNC_STORE(name, type) \ argument
505 #define CSAN_ATOMIC_FUNC_SWAP(name, type) \ argument
882 #define CSAN_BUS_PEEK_FUNC(width, type) \ argument
[all …]
H A Dkern_osd.c96 osd_register(u_int type, osd_destructor_t destructor, osd_method_t *methods) in osd_register()
153 osd_deregister(u_int type, u_int slot) in osd_deregister()
201 osd_set(u_int type, struct osd *osd, u_int slot, void *value) in osd_set()
218 osd_set_reserved(u_int type, struct osd *osd, u_int slot, void **rsv, in osd_set_reserved()
296 osd_get(u_int type, struct osd *osd, u_int slot) in osd_get()
319 osd_del(u_int type, struct osd *osd, u_int slot) in osd_del()
329 do_osd_del(u_int type, struct osd *osd, u_int slot, int list_locked) in do_osd_del()
381 osd_call(u_int type, u_int method, void *obj, void *data) in osd_call()
406 osd_exit(u_int type, struct osd *osd) in osd_exit()
H A Dsubr_hash.c57 hashinit_flags(int elements, struct malloc_type *type, u_long *hashmask, in hashinit_flags()
86 hashinit(int elements, struct malloc_type *type, u_long *hashmask) in hashinit()
93 hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) in hashdestroy()
114 phashinit_flags(int elements, struct malloc_type *type, u_long *nentries, int flags) in phashinit_flags()
148 phashinit(int elements, struct malloc_type *type, u_long *nentries) in phashinit()
H A Dvfs_acl.c141 acl_copyin(const void *user_acl, struct acl *kernel_acl, acl_type_t type) in acl_copyin()
165 acl_copyout(const struct acl *kernel_acl, void *user_acl, acl_type_t type) in acl_copyout()
202 acl_type_unold(int type) in acl_type_unold()
228 vacl_set_acl(struct thread *td, struct vnode *vp, acl_type_t type, in vacl_set_acl()
266 vacl_get_acl(struct thread *td, struct vnode *vp, acl_type_t type, in vacl_get_acl()
298 vacl_delete(struct thread *td, struct vnode *vp, acl_type_t type) in vacl_delete()
329 vacl_aclcheck(struct thread *td, struct vnode *vp, acl_type_t type, in vacl_aclcheck()
374 kern___acl_get_path(struct thread *td, const char *path, acl_type_t type, in kern___acl_get_path()
413 acl_type_t type, const struct acl *aclp, int follow) in kern___acl_set_path()
489 acl_type_t type, int follow) in kern___acl_delete_path()
[all …]
/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_exec.c23 #define BPF_JMP_CND_REG(reg, ins, op, type) \ argument
28 #define BPF_JMP_CND_IMM(reg, ins, op, type) \ argument
33 #define BPF_NEG_ALU(reg, ins, type) \ argument
36 #define EBPF_MOV_ALU_REG(reg, ins, type) \ argument
39 #define BPF_OP_ALU_REG(reg, ins, op, type) \ argument
43 #define EBPF_MOV_ALU_IMM(reg, ins, type) \ argument
46 #define BPF_OP_ALU_IMM(reg, ins, op, type) \ argument
60 #define BPF_LD_REG(reg, ins, type) \ argument
64 #define BPF_ST_IMM(reg, ins, type) \ argument
68 #define BPF_ST_REG(reg, ins, type) \ argument
[all …]
/f-stack/freebsd/netgraph/
H A Dng_parse.c147 ng_parse(const struct ng_parse_type *type, in ng_parse()
157 ng_unparse(const struct ng_parse_type *type, in ng_unparse()
183 ng_struct_parse(const struct ng_parse_type *type, in ng_struct_parse()
286 ng_array_parse(const struct ng_parse_type *type, in ng_array_parse()
294 ng_array_unparse(const struct ng_parse_type *type, in ng_array_unparse()
333 ng_int8_parse(const struct ng_parse_type *type, in ng_int8_parse()
352 ng_int8_unparse(const struct ng_parse_type *type, in ng_int8_unparse()
428 ng_int16_parse(const struct ng_parse_type *type, in ng_int16_parse()
524 ng_int32_parse(const struct ng_parse_type *type, in ng_int32_parse()
623 ng_int64_parse(const struct ng_parse_type *type, in ng_int64_parse()
[all …]
/f-stack/tools/compat/include/sys/
H A Dtree.h62 #define SPLAY_HEAD(name, type) \ argument
74 #define SPLAY_ENTRY(type) \ argument
161 #define SPLAY_GENERATE(name, type, field, cmp) \ argument
296 #define RB_HEAD(name, type) \ argument
310 #define RB_ENTRY(type) \ argument
381 #define RB_PROTOTYPE(name, type, field, cmp) \ argument
403 #define RB_PROTOTYPE_FIND(name, type, attr) \ argument
405 #define RB_PROTOTYPE_NFIND(name, type, attr) \ argument
407 #define RB_PROTOTYPE_NEXT(name, type, attr) \ argument
409 #define RB_PROTOTYPE_PREV(name, type, attr) \ argument
[all …]
H A Dqueue.h153 #define QUEUE_TYPEOF(type) type argument
155 #define QUEUE_TYPEOF(type) struct type argument
161 #define SLIST_HEAD(name, type) \ argument
174 #define SLIST_ENTRY(type) \ argument
179 #define SLIST_CLASS_ENTRY(type) \ argument
264 #define STAILQ_HEAD(name, type) \ argument
279 #define STAILQ_ENTRY(type) \ argument
397 #define LIST_HEAD(name, type) \ argument
410 #define LIST_ENTRY(type) \ argument
416 #define LIST_CLASS_ENTRY(type) \ argument
[all …]
/f-stack/freebsd/sys/
H A Dtree.h73 #define SPLAY_HEAD(name, type) \ argument
85 #define SPLAY_ENTRY(type) \ argument
172 #define SPLAY_GENERATE(name, type, field, cmp) \ argument
307 #define RB_HEAD(name, type) \ argument
319 #define RB_ENTRY(type) \ argument
407 #define RB_PROTOTYPE(name, type, field, cmp) \ argument
431 #define RB_PROTOTYPE_FIND(name, type, attr) \ argument
433 #define RB_PROTOTYPE_NFIND(name, type, attr) \ argument
435 #define RB_PROTOTYPE_NEXT(name, type, attr) \ argument
437 #define RB_PROTOTYPE_PREV(name, type, attr) \ argument
[all …]
H A Darb.h47 #define ARB_HEAD(name, type, idxbits) \ argument
57 #define ARB8_HEAD(name, type) ARB_HEAD(name, type, 8) argument
237 #define ARB_PROTOTYPE(name, type, field, cmp) \ argument
264 #define ARB_PROTOTYPE_CFIND(name, type, attr) \ argument
267 #define ARB_PROTOTYPE_FIND(name, type, attr) \ argument
270 #define ARB_PROTOTYPE_NFIND(name, type, attr) \ argument
275 #define ARB_PROTOTYPE_CNEXT(name, type, attr) \ argument
278 #define ARB_PROTOTYPE_NEXT(name, type, attr) \ argument
281 #define ARB_PROTOTYPE_CPREV(name, type, attr) \ argument
284 #define ARB_PROTOTYPE_PREV(name, type, attr) \ argument
[all …]
H A Dqueue.h171 #define QUEUE_TYPEOF(type) type argument
173 #define QUEUE_TYPEOF(type) struct type argument
179 #define SLIST_HEAD(name, type) \ argument
192 #define SLIST_ENTRY(type) \ argument
197 #define SLIST_CLASS_ENTRY(type) \ argument
311 #define STAILQ_HEAD(name, type) \ argument
326 #define STAILQ_ENTRY(type) \ argument
443 #define LIST_HEAD(name, type) \ argument
456 #define LIST_ENTRY(type) \ argument
462 #define LIST_CLASS_ENTRY(type) \ argument
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libspl/asm-generic/
H A Datomic.c43 #define ATOMIC_INC(name, type) \ argument
61 #define ATOMIC_DEC(name, type) \ in ATOMIC_INC() argument
131 #define ATOMIC_OR(name, type) \ argument
149 #define ATOMIC_AND(name, type) \ in ATOMIC_OR() argument
171 #define ATOMIC_INC_NV(name, type) \ argument
191 #define ATOMIC_DEC_NV(name, type) \ argument
275 #define ATOMIC_OR_NV(name, type) \ argument
295 #define ATOMIC_AND_NV(name, type) \ in ATOMIC_OR_NV() argument
319 #define ATOMIC_CAS(name, type) \ argument
359 #define ATOMIC_SWAP(name, type) \ argument
/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_cfg.c26 __rte_unused enum func_type type) in hinic_parse_shared_res_cap()
51 enum func_type type) in hinic_parse_l2nic_res_cap()
110 enum func_type type) in hinic_parse_pub_res_cap()
154 enum func_type type) in parse_dev_cap()
170 static int get_cap_from_fw(struct hinic_hwdev *dev, enum func_type type) in get_cap_from_fw()
192 static int get_cap_from_pf(struct hinic_hwdev *dev, enum func_type type) in get_cap_from_pf()
217 enum func_type type = HINIC_FUNC_TYPE(dev); in get_dev_cap() local
/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/dashboards/grafana/
H A DZFS-pool-latency-heatmaps-influxdb.json7 "type": "datasource", string
14 "type": "grafana", string
20 "type": "panel", string
26 "type": "datasource", string
32 "type": "panel", string
38 "type": "panel", string
78 "type": "row" string
340 "type": "row" string
850 "type": "row" string
1360 "type": "row" string
[all …]
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzprop_common.c52 zprop_get_proptable(zfs_type_t type) in zprop_get_proptable()
61 zprop_get_numprops(zfs_type_t type) in zprop_get_numprops()
70 zfs_mod_supported_prop(const char *name, zfs_type_t type) in zfs_mod_supported_prop()
89 zprop_register_impl(int prop, const char *name, zprop_type_t type, in zprop_register_impl()
186 boolean_t ordered, zfs_type_t type) in zprop_iter_common()
274 zprop_name_to_prop(const char *propname, zfs_type_t type) in zprop_name_to_prop()
290 zfs_type_t type) in zprop_string_to_index()
316 zfs_type_t type) in zprop_index_to_string()
344 zprop_random_value(int prop, uint64_t seed, zfs_type_t type) in zprop_random_value()
360 zprop_values(int prop, zfs_type_t type) in zprop_values()
[all …]
/f-stack/freebsd/contrib/libnv/
H A Dcnvlist.c72 #define CNVLIST_GET(ftype, type, NVTYPE) \ argument
94 #define CNVLIST_GET_ARRAY(ftype, type, NVTYPE) \ in CNVLIST_GET() argument
125 #define CNVLIST_TAKE(ftype, type, NVTYPE) \ argument
153 #define CNVLIST_TAKE_ARRAY(ftype, type, NVTYPE) \ argument
197 #define CNVLIST_FREE(type) \ argument
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dsysmacros.h62 #define P2NPHASE_TYPED(x, align, type) \ argument
78 #define P2ALIGN_TYPED(x, align, type) \ argument
80 #define P2PHASE_TYPED(x, align, type) \ argument
82 #define P2NPHASE_TYPED(x, align, type) \ argument
84 #define P2ROUNDUP_TYPED(x, align, type) \ argument
86 #define P2END_TYPED(x, align, type) \ argument
88 #define P2PHASEUP_TYPED(x, align, phase, type) \ argument
90 #define P2CROSS_TYPED(x, y, align, type) \ argument
92 #define P2SAMEHIGHBIT_TYPED(x, y, type) \ argument
/f-stack/freebsd/amd64/vmm/
H A Dvmm_stat.h61 #define VMM_STAT_FDEFINE(type, nelems, desc, func, scope) \ argument
67 #define VMM_STAT_DEFINE(type, nelems, desc, scope) \ argument
70 #define VMM_STAT_DECLARE(type) \ argument
73 #define VMM_STAT(type, desc) \ argument
75 #define VMM_STAT_INTEL(type, desc) \ argument
77 #define VMM_STAT_AMD(type, desc) \ argument
80 #define VMM_STAT_FUNC(type, desc, func) \ argument
83 #define VMM_STAT_ARRAY(type, nelems, desc) \ argument
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_utils.c53 mlx4_mallocv_inline(const char *type, const struct mlx4_malloc_vec *vec, in mlx4_mallocv_inline()
138 mlx4_mallocv(const char *type, const struct mlx4_malloc_vec *vec, in mlx4_mallocv()
151 mlx4_zmallocv(const char *type, const struct mlx4_malloc_vec *vec, in mlx4_zmallocv()
170 mlx4_mallocv_socket(const char *type, const struct mlx4_malloc_vec *vec, in mlx4_mallocv_socket()
184 mlx4_zmallocv_socket(const char *type, const struct mlx4_malloc_vec *vec, in mlx4_zmallocv_socket()
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_nvs.h71 uint32_t type; member
75 uint32_t type; /* NVS_TYPE_INIT */ member
82 uint32_t type; /* NVS_TYPE_INIT_RESP */ member
90 uint32_t type; /* NVS_TYPE_NDIS_CONF */ member
102 uint32_t type; /* NVS_TYPE_NDIS_INIT */ member
125 uint32_t type; /* NVS_TYPE_RXBUF_CONN */ member
153 uint32_t type; /* NVS_TYPE_CHIM_CONN */ member
175 uint32_t type; /* NVS_TYPE_SUBCH_REQ */ member
182 uint32_t type; /* NVS_TYPE_SUBCH_RESP */ member
189 uint32_t type; /* NVS_TYPE_RNDIS */ member
[all …]
/f-stack/dpdk/lib/librte_eal/windows/include/sys/
H A Dqueue.h141 #define QUEUE_TYPEOF(type) type argument
143 #define QUEUE_TYPEOF(type) struct type argument
149 #define SLIST_HEAD(name, type) \ argument
162 #define SLIST_ENTRY(type) \ argument
167 #define SLIST_CLASS_ENTRY(type) \ argument
281 #define STAILQ_HEAD(name, type) \ argument
296 #define STAILQ_ENTRY(type) \ argument
414 #define LIST_HEAD(name, type) \ argument
427 #define LIST_ENTRY(type) \ argument
433 #define LIST_CLASS_ENTRY(type) \ argument
[all …]
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_cpuflags.c44 _rte_cpu_getauxval(unsigned long type, const char *str) in _rte_cpu_getauxval()
75 rte_cpu_getauxval(unsigned long type) in rte_cpu_getauxval()
81 rte_cpu_strcmp_auxval(unsigned long type, const char *str) in rte_cpu_strcmp_auxval()
/f-stack/lib/
H A Dff_kern_subr.c56 hashinit_flags(int elements, struct malloc_type *type, u_long *hashmask, in hashinit_flags()
89 hashinit(int elements, struct malloc_type *type, u_long *hashmask) in hashinit()
95 hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) in hashdestroy()
116 phashinit_flags(int elements, struct malloc_type *type, u_long *nentries, int flags) in phashinit_flags()
150 phashinit(int elements, struct malloc_type *type, u_long *nentries) in phashinit()
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_malloc.c59 malloc_socket(const char *type, size_t size, unsigned int align, in malloc_socket()
89 rte_malloc_socket(const char *type, size_t size, unsigned int align, in rte_malloc_socket()
96 eal_malloc_no_trace(const char *type, size_t size, unsigned int align) in eal_malloc_no_trace()
105 rte_malloc(const char *type, size_t size, unsigned align) in rte_malloc()
114 rte_zmalloc_socket(const char *type, size_t size, unsigned align, int socket) in rte_zmalloc_socket()
136 rte_zmalloc(const char *type, size_t size, unsigned align) in rte_zmalloc()
145 rte_calloc_socket(const char *type, size_t num, size_t size, unsigned align, int socket) in rte_calloc_socket()
154 rte_calloc(const char *type, size_t num, size_t size, unsigned align) in rte_calloc()
321 rte_malloc_dump_stats(FILE *f, __rte_unused const char *type) in rte_malloc_dump_stats()
350 rte_malloc_set_limit(__rte_unused const char *type, in rte_malloc_set_limit()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dddt.c60 ddt_object_create(ddt_t *ddt, enum ddt_type type, enum ddt_class class, in ddt_object_create()
108 ddt_object_load(ddt_t *ddt, enum ddt_type type, enum ddt_class class) in ddt_object_load()
148 ddt_object_sync(ddt_t *ddt, enum ddt_type type, enum ddt_class class, in ddt_object_sync()
482 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_get_dedup_object_stats() local
506 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_get_dedup_histogram() local
673 enum ddt_type type; in ddt_lookup() local
749 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_prefetch() local
839 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_load() local
887 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_class_contains() local
910 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_repair_start() local
[all …]

12345678910>>...49