Home
last modified time | relevance | path

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

12345678910>>...81

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dshqueue.h53 #define SH_LIST_FIRSTP(head, type) \ argument
56 #define SH_LIST_FIRST(head, type) \ argument
60 #define SH_LIST_NEXTP(elm, field, type) \ argument
63 #define SH_LIST_NEXT(elm, field, type) \ argument
136 #define SH_TAILQ_FIRSTP(head, type) \ argument
139 #define SH_TAILQ_FIRST(head, type) \ argument
142 #define SH_TAILQ_NEXTP(elm, field, type) \ argument
242 #define SH_CIRCLEQ_FIRSTP(head, type) \ argument
245 #define SH_CIRCLEQ_FIRST(head, type) \ argument
249 #define SH_CIRCLEQ_LASTP(head, type) \ argument
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mip.c63 uint8_t type; member
69 uint8_t type; member
181 const char *get_mip_adv_desc(uint8_t type) { in get_mip_adv_desc()
186 uint8_t type, in get_interpreter()
631 static void spi_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in spi_ext()
651 static void key_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in key_ext()
706 static void trav_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in trav_ext()
731 static void empty_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in empty_ext()
736 static void nai_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in nai_ext()
759 static void ma_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in ma_ext()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_address.c24 struct symbol *type; in is_non_null_array() local
67 struct symbol *type, *tmp; in matches_anonymous_union() local
85 int get_member_offset(struct symbol *type, const char *member_name) in get_member_offset()
118 struct symbol *type; in get_member_offset_from_deref() local
216 struct symbol *type; in handle_fn_address() local
270 struct symbol *type; in get_address_rl() local
286 struct symbol *type; in get_address_rl() local
H A Dcheck_kernel_printf.c76 unsigned int type:8; /* format_type enum */ member
294 static int is_struct_tag(struct symbol *type, const char *tag) in is_struct_tag()
299 static int has_struct_tag(struct symbol *type, const char *tag) in has_struct_tag()
315 static int is_char_type(struct symbol *type) in is_char_type()
356 static void ip4(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in ip4()
405 static void ip6(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in ip6()
423 static void ipS(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in ipS()
549 static void va_format(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in va_format()
665 struct symbol *type, *basetype; in pointer() local
810 struct symbol *type; in hexbyte() local
[all …]
H A Dsmatch_function_ptrs.c55 struct symbol *type; in xxx_is_array() local
96 struct symbol *type; in get_array_ptr() local
157 struct symbol *type; in get_returned_ptr() local
213 struct symbol *type; in get_fnptr_name() local
238 struct symbol *type; in match_passes_function_pointer() local
288 struct symbol *type; in can_hold_function_ptr() local
316 struct symbol *type; in match_function_assign() local
371 struct symbol *type; in match_returns_function_pointer() local
H A Dsmatch_sval.c65 sval_t sval_type_val(struct symbol *type, long long val) in sval_type_val()
77 sval_t sval_type_fval(struct symbol *type, long double fval) in sval_type_fval()
267 int sval_cmp_t(struct symbol *type, sval_t one, sval_t two) in sval_cmp_t()
298 int sval_too_low(struct symbol *type, sval_t sval) in sval_too_low()
312 int sval_too_high(struct symbol *type, sval_t sval) in sval_too_high()
321 int sval_fits(struct symbol *type, sval_t sval) in sval_fits()
337 static sval_t cast_to_fp(struct symbol *type, sval_t sval) in cast_to_fp()
402 sval_t sval_cast(struct symbol *type, sval_t sval) in sval_cast()
613 struct symbol *type; in sval_binop() local
648 struct symbol *type; in sval_binop_overflows() local
[all …]
H A Ddissect.c65 static inline int is_ptr(struct symbol *type) in is_ptr()
82 static usage_t u_lval(struct symbol *type) in u_lval()
89 static usage_t fix_mode(struct symbol *type, usage_t mode) in fix_mode()
134 struct symbol *type, struct symbol *mem) in report_member()
144 static void report_implicit(usage_t mode, struct position *pos, struct symbol *type) in report_implicit()
258 static struct symbol *__lookup_member(struct symbol *type, struct ident *name, int *p_addr) in __lookup_member()
285 static struct symbol *lookup_member(struct symbol *type, struct ident *name, int *addr) in lookup_member()
529 static struct symbol *do_initializer(struct symbol *type, struct expression *expr) in do_initializer()
578 struct symbol *type; in do_symbol() local
H A Dsmatch_type.c42 int type_bytes(struct symbol *type) in type_bytes()
55 int array_bytes(struct symbol *type) in array_bytes()
444 static sval_t fp_max(struct symbol *type) in fp_max()
473 static sval_t fp_min(struct symbol *type) in fp_min()
510 struct symbol *type; in nr_bits() local
520 struct symbol *type; in is_void_pointer() local
533 struct symbol *type; in is_char_pointer() local
554 bool is_struct_ptr(struct symbol *type) in is_struct_ptr()
758 struct symbol *type; in get_arg_type_from_key() local
775 struct symbol *type; in is_struct() local
[all …]
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_fa.c51 s1394_fa_claim_addr(s1394_hal_t *hal, s1394_fa_type_t type, in s1394_fa_claim_addr()
86 s1394_fa_free_addr(s1394_hal_t *hal, s1394_fa_type_t type) in s1394_fa_free_addr()
104 s1394_fa_type_t type) in s1394_fa_list_add()
125 s1394_fa_type_t type) in s1394_fa_list_remove()
151 s1394_fa_list_is_empty(s1394_hal_t *hal, s1394_fa_type_t type) in s1394_fa_list_is_empty()
164 s1394_fa_list_gen(s1394_hal_t *hal, s1394_fa_type_t type) in s1394_fa_list_gen()
176 s1394_fa_init_cmd(s1394_cmd_priv_t *s_priv, s1394_fa_type_t type) in s1394_fa_init_cmd()
/illumos-gate/usr/src/lib/libsocket/socket/
H A Dsocket.c56 _socket(int family, int type, int protocol) in _socket()
65 _socket_bsd(int family, int type, int protocol) in _socket_bsd()
71 _socket_svr4(int family, int type, int protocol) in _socket_svr4()
77 __xnet_socket(int family, int type, int protocol) in __xnet_socket()
93 _socket_create(int family, int type, int protocol, int version) in _socket_create()
H A Dsocketpair.c57 _socketpair(int family, int type, int protocol, int sv[2]) in _socketpair()
66 _socketpair_bsd(int family, int type, int protocol, int sv[2]) in _socketpair_bsd()
72 _socketpair_svr4(int family, int type, int protocol, int sv[2]) in _socketpair_svr4()
78 __xnet_socketpair(int family, int type, int protocol, int sv[2]) in __xnet_socketpair()
84 _socketpair_create(int family, int type, int protocol, int sv[2], int version) in _socketpair_create()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dobjects.c185 nwamd_get_object_list(nwam_object_type_t type) in nwamd_get_object_list()
192 nwamd_object_list_lock(nwam_object_type_t type) in nwamd_object_list_lock()
201 nwamd_object_list_rlock(nwam_object_type_t type) in nwamd_object_list_rlock()
214 nwamd_object_list_unlock(nwam_object_type_t type) in nwamd_object_list_unlock()
225 nwamd_object_init(nwam_object_type_t type, const char *name, void *handle, in nwamd_object_init()
277 nwamd_object_find(nwam_object_type_t type, const char *name) in nwamd_object_find()
417 nwamd_object_set_state_timed(nwam_object_type_t type, const char *name, in nwamd_object_set_state_timed()
431 nwamd_object_set_state(nwam_object_type_t type, const char *name, in nwamd_object_set_state()
438 nwamd_object_event_methods(nwam_object_type_t type) in nwamd_object_event_methods()
450 nwamd_walk_objects(nwam_object_type_t type, int (*cb)(nwamd_object_t, void *), in nwamd_walk_objects()
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_stat.h68 #define VMM_STAT_FDEFINE(type, nelems, desc, func, scope) \ argument
74 #define VMM_STAT_DEFINE(type, nelems, desc, scope) \ argument
77 #define VMM_STAT_DECLARE(type) \ argument
80 #define VMM_STAT(type, desc) \ argument
82 #define VMM_STAT_INTEL(type, desc) \ argument
84 #define VMM_STAT_AMD(type, desc) \ argument
87 #define VMM_STAT_FUNC(type, desc, func) \ argument
90 #define VMM_STAT_ARRAY(type, nelems, desc) \ argument
/illumos-gate/usr/src/common/zfs/
H A Dzprop_common.c53 zprop_get_proptable(zfs_type_t type) in zprop_get_proptable()
62 zprop_get_numprops(zfs_type_t type) in zprop_get_numprops()
71 zprop_register_impl(int prop, const char *name, zprop_type_t type, in zprop_register_impl()
131 zprop_register_hidden(int prop, const char *name, zprop_type_t type, in zprop_register_hidden()
167 boolean_t ordered, zfs_type_t type) in zprop_iter_common()
254 zprop_name_to_prop(const char *propname, zfs_type_t type) in zprop_name_to_prop()
270 zfs_type_t type) in zprop_string_to_index()
296 zfs_type_t type) in zprop_index_to_string()
324 zprop_random_value(int prop, uint64_t seed, zfs_type_t type) in zprop_random_value()
340 zprop_values(int prop, zfs_type_t type) in zprop_values()
[all …]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddisptab.c284 dispatchName(int type) in dispatchName()
304 dispatch(int type, char *m, MESG *md) in dispatch()
340 r_H(MESG *md, int type) in r_H()
346 r_HS(MESG *md, int type) in r_HS()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c140 #define WRITE_MACCL_ENTER(vswp, port, type) \ argument
144 #define READ_MACCL_ENTER(vswp, port, type) \ argument
148 #define RW_MACCL_EXIT(vswp, port, type) \ argument
334 int type) in vsw_mac_multicast_add()
365 int type) in vsw_mac_multicast_remove()
516 vsw_maccl_open(vsw_t *vswp, vsw_port_t *port, int type) in vsw_maccl_open()
582 vsw_maccl_close(vsw_t *vswp, vsw_port_t *port, int type) in vsw_maccl_close()
624 vsw_set_hw(vsw_t *vswp, vsw_port_t *port, int type) in vsw_set_hw()
657 vsw_unset_hw(vsw_t *vswp, vsw_port_t *port, int type) in vsw_unset_hw()
824 vsw_unset_hw_addr(vsw_t *vswp, vsw_port_t *port, int type) in vsw_unset_hw_addr()
[all …]
/illumos-gate/usr/src/lib/libwrap/
H A Dmystdarg.h13 #define VARARGS(func,type,arg) func(type arg, ...) argument
14 #define VASTART(ap,type,name) va_start(ap,name) argument
18 #define VARARGS(func,type,arg) func(va_alist) va_dcl argument
19 #define VASTART(ap,type,name) {type name; va_start(ap); name = va_arg(ap, type) argument
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtopen.c31 static int _dttype2005(Dt_t* dt, int type) in _dttype2005()
49 int ev, type; local
122 Dtlink_t* _dtmake(Dt_t* dt, Void_t* obj, int type) in _dtmake()
146 void _dtfree(Dt_t* dt, Dtlink_t* l, int type) in _dtfree()
157 int dtuserlock(Dt_t* dt, unsigned int key, int type) in dtuserlock()
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c187 ctf_type_resolve(ctf_file_t *fp, ctf_id_t type) in ctf_type_resolve()
453 ctf_type_lname(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len) in ctf_type_lname()
463 ctf_type_name(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len) in ctf_type_name()
490 ctf_type_size(ctf_file_t *fp, ctf_id_t type) in ctf_type_size()
557 ctf_type_align(ctf_file_t *fp, ctf_id_t type) in ctf_type_align()
619 ctf_type_kind(ctf_file_t *fp, ctf_id_t type) in ctf_type_kind()
634 ctf_type_reference(ctf_file_t *fp, ctf_id_t type) in ctf_type_reference()
662 ctf_type_pointer(ctf_file_t *fp, ctf_id_t type) in ctf_type_pointer()
812 ctf_member_info(ctf_file_t *fp, ctf_id_t type, const char *name, in ctf_member_info()
863 ctf_array_info(ctf_file_t *fp, ctf_id_t type, ctf_arinfo_t *arp) in ctf_array_info()
[all …]
/illumos-gate/usr/src/cmd/acctadm/
H A Dres.c183 name2id(char *name, int type) in name2id()
206 id2name(int id, int type) in id2name()
219 printgroup(int type) in printgroup()
239 printgroups(int type) in printgroups()
297 str2buf(ac_res_t *buf, char *str, int state, int type) in str2buf()
345 buf2str(ac_res_t *buffer, size_t bufsz, int state, int type) in buf2str()
/illumos-gate/usr/src/contrib/bhyve/sys/
H A Dqueue.h156 #define QUEUE_TYPEOF(type) type argument
158 #define QUEUE_TYPEOF(type) struct type argument
164 #define SLIST_HEAD(name, type) \ argument
177 #define SLIST_ENTRY(type) \ argument
182 #define SLIST_CLASS_ENTRY(type) \ argument
280 #define STAILQ_HEAD(name, type) \ argument
295 #define STAILQ_ENTRY(type) \ argument
413 #define LIST_HEAD(name, type) \ argument
426 #define LIST_ENTRY(type) \ argument
432 #define LIST_CLASS_ENTRY(type) \ argument
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A De820.c51 enum e820_memory_type type; member
57 e820_element_alloc(uint64_t base, uint64_t end, enum e820_memory_type type) in e820_element_alloc()
74 e820_get_type_name(const enum e820_memory_type type) in e820_get_type_name()
154 const enum e820_memory_type type) in e820_add_entry()
330 const uint64_t alignment, const enum e820_memory_type type) in e820_alloc_highest()
364 const uint64_t alignment, const enum e820_memory_type type) in e820_alloc_lowest()
396 const uint64_t alignment, const enum e820_memory_type type, in e820_alloc()
/illumos-gate/usr/src/uts/common/sys/
H A Dqueue.h151 #define QUEUE_TYPEOF(type) type argument
153 #define QUEUE_TYPEOF(type) struct type argument
159 #define SLIST_HEAD(name, type) \ argument
172 #define SLIST_ENTRY(type) \ argument
177 #define SLIST_CLASS_ENTRY(type) \ argument
297 #define STAILQ_ENTRY(type) \ argument
428 #define LIST_HEAD(name, type) \ argument
441 #define LIST_ENTRY(type) \ argument
582 #define SIMPLEQ_ENTRY(type) \ argument
716 #define TAILQ_ENTRY(type) \ argument
[all …]
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_util.c123 findit(definition *def, char *type) in findit()
129 fixit(char *type, char *orig) in fixit()
150 fixtype(char *type) in fixtype()
156 stringfix(char *type) in stringfix()
164 ptype(char *prefix, char *type, int follow) in ptype()
185 typedefed(definition *def, char *type) in typedefed()
193 isvectordef(char *type, relation rel) in isvectordef()
431 add_type(int len, char *type) in add_type()
454 find_type(char *type) in find_type()
/illumos-gate/usr/src/boot/sys/sys/
H A Dqueue.h152 #define QUEUE_TYPEOF(type) type argument
154 #define QUEUE_TYPEOF(type) struct type argument
160 #define SLIST_HEAD(name, type) \ argument
173 #define SLIST_ENTRY(type) \ argument
178 #define SLIST_CLASS_ENTRY(type) \ argument
263 #define STAILQ_HEAD(name, type) \ argument
278 #define STAILQ_ENTRY(type) \ argument
396 #define LIST_HEAD(name, type) \ argument
409 #define LIST_ENTRY(type) \ argument
415 #define LIST_CLASS_ENTRY(type) \ argument
[all …]

12345678910>>...81