Home
last modified time | relevance | path

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

12345678910>>...90

/titanic_52/usr/src/cmd/sendmail/db/include/
H A Dshqueue.h55 #define SH_LIST_FIRSTP(head, type) \ argument
58 #define SH_LIST_FIRST(head, type) \ argument
62 #define SH_LIST_NEXTP(elm, field, type) \ argument
65 #define SH_LIST_NEXT(elm, field, type) \ argument
87 #define SH_LIST_INSERT_AFTER(listelm, elm, field, type) d argument
99 SH_LIST_INSERT_HEAD(head,elm,field,type) global() argument
111 SH_LIST_REMOVE(elm,field,type) global() argument
138 SH_TAILQ_FIRSTP(head,type) global() argument
141 SH_TAILQ_FIRST(head,type) global() argument
144 SH_TAILQ_NEXTP(elm,field,type) global() argument
147 SH_TAILQ_NEXT(elm,field,type) global() argument
166 SH_TAILQ_INSERT_HEAD(head,elm,field,type) global() argument
197 SH_TAILQ_INSERT_AFTER(head,listelm,elm,field,type) global() argument
212 SH_TAILQ_REMOVE(head,elm,field,type) global() argument
244 SH_CIRCLEQ_FIRSTP(head,type) global() argument
247 SH_CIRCLEQ_FIRST(head,type) global() argument
251 SH_CIRCLEQ_LASTP(head,type) global() argument
254 SH_CIRCLEQ_LAST(head,type) global() argument
257 SH_CIRCLEQ_NEXTP(elm,field,type) global() argument
260 SH_CIRCLEQ_NEXT(head,elm,field,type) global() argument
264 SH_CIRCLEQ_PREVP(elm,field,type) global() argument
267 SH_CIRCLEQ_PREV(head,elm,field,type) global() argument
278 SH_CIRCLEQ_INSERT_AFTER(head,listelm,elm,field,type) global() argument
292 SH_CIRCLEQ_INSERT_BEFORE(head,listelm,elm,field,type) global() argument
306 SH_CIRCLEQ_INSERT_HEAD(head,elm,field,type) global() argument
318 SH_CIRCLEQ_INSERT_TAIL(head,elm,field,type) global() argument
330 SH_CIRCLEQ_REMOVE(head,elm,field,type) global() argument
[all...]
H A Ddb_shash.h33 #define HASHLOOKUP(begin, type, field, elt, r, n, hash, cmp) do { \ argument
57 HASHINSERT(begin,type,field,elt,n,hash) global() argument
78 HASHREMOVE(begin,type,field,elt,n,hash,cmp) global() argument
99 HASHREMOVE_EL(begin,type,field,obj,n,hash) global() argument
[all...]
/titanic_52/usr/src/lib/libsocket/socket/
H A Dsocket.c56 _socket(int family, int type, int protocol) in _socket() argument
65 _socket_bsd(int family, int type, int protocol) in _socket_bsd() argument
71 _socket_svr4(int family, int type, int protocol) in _socket_svr4() argument
77 __xnet_socket(int family, int type, int protocol) in __xnet_socket() argument
93 _socket_create(int family, int type, in argument
[all...]
H A Dsocketpair.c59 _socketpair(int family, int type, int protocol, int sv[2]) in _socketpair() argument
68 _socketpair_bsd(int family, int type, int protocol, int sv[2]) in _socketpair_bsd() argument
74 _socketpair_svr4(int family, int type, int protocol, int sv[2]) in _socketpair_svr4() argument
81 __xnet_socketpair(int family, int type, int protocol, int sv[2]) in __xnet_socketpair() argument
88 _socketpair_create(int family, int type, int protocol, int sv[2], int version) in _socketpair_create() argument
[all...]
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mip.c65 uint8_t type; member
71 uint8_t type; member
169 get_desc(struct ext_desc table[],uint8_t type,int max) get_desc() argument
183 get_mip_adv_desc(uint8_t type) get_mip_adv_desc() argument
188 get_interpreter(struct ext_dispatch table[],uint8_t type,int max) get_interpreter() argument
633 spi_ext(uint8_t type,uint8_t this_ext_len,uchar_t * p) spi_ext() argument
653 key_ext(uint8_t type,uint8_t this_ext_len,uchar_t * p) key_ext() argument
708 trav_ext(uint8_t type,uint8_t this_ext_len,uchar_t * p) trav_ext() argument
733 empty_ext(uint8_t type,uint8_t this_ext_len,uchar_t * p) empty_ext() argument
738 nai_ext(uint8_t type,uint8_t this_ext_len,uchar_t * p) nai_ext() argument
749 chall_ext(uint8_t type,uint8_t this_ext_len,uchar_t * p) chall_ext() argument
761 ma_ext(uint8_t type,uint8_t this_ext_len,uchar_t * p) ma_ext() argument
848 prefix_ext(uint8_t type,uint8_t this_ext_len,uchar_t * p) prefix_ext() argument
860 unk_ext(uint8_t type,uint8_t this_ext_len,uchar_t * p) unk_ext() argument
[all...]
/titanic_52/usr/src/uts/common/io/1394/
H A Ds1394_fa.c54 s1394_fa_claim_addr(s1394_hal_t *hal, s1394_fa_type_t type, in s1394_fa_claim_addr() argument
97 s1394_fa_free_addr(s1394_hal_t *hal, s1394_fa_type_t type) in s1394_fa_free_addr() argument
124 s1394_fa_type_t type) in s1394_fa_list_add() argument
145 s1394_fa_type_t type) in s1394_fa_list_remove() argument
171 s1394_fa_list_is_empty(s1394_hal_t * hal,s1394_fa_type_t type) s1394_fa_list_is_empty() argument
184 s1394_fa_list_gen(s1394_hal_t * hal,s1394_fa_type_t type) s1394_fa_list_gen() argument
196 s1394_fa_init_cmd(s1394_cmd_priv_t * s_priv,s1394_fa_type_t type) s1394_fa_init_cmd() argument
[all...]
/titanic_52/usr/src/cmd/lp/cmd/lpsched/
H A Ddisptab.c284 dispatchName(int type) in dispatchName() argument
304 dispatch(int type, char *m, MESG *md) in dispatch() argument
340 r_H(MESG * md,int type) r_H() argument
346 r_HS(MESG * md,int type) r_HS() argument
[all...]
/titanic_52/usr/src/lib/libwrap/
H A Dmystdarg.h15 #define VARARGS(func,type,arg) func(type arg, ...) argument
16 #define VASTART(ap,type,name) va_start(ap,name) argument
20 #define VARARGS(func,type,arg) func(va_alist) va_dcl argument
21 #define VASTART(ap,type,name) {type name; va_start(ap); name = va_arg(ap, type) argument
/titanic_52/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() argument
192 nwamd_object_list_lock(nwam_object_type_t type) in nwamd_object_list_lock() argument
201 nwamd_object_list_rlock(nwam_object_type_t type) in nwamd_object_list_rlock() argument
214 nwamd_object_list_unlock(nwam_object_type_t type) in nwamd_object_list_unlock() argument
225 nwamd_object_init(nwam_object_type_t type, cons argument
277 nwamd_object_find(nwam_object_type_t type,const char * name) nwamd_object_find() argument
417 nwamd_object_set_state_timed(nwam_object_type_t type,const char * name,nwam_state_t state,nwam_aux_state_t aux_state,uint32_t when) nwamd_object_set_state_timed() argument
431 nwamd_object_set_state(nwam_object_type_t type,const char * name,nwam_state_t state,nwam_aux_state_t aux_state) nwamd_object_set_state() argument
438 nwamd_object_event_methods(nwam_object_type_t type) nwamd_object_event_methods() argument
450 nwamd_walk_objects(nwam_object_type_t type,int (* cb)(nwamd_object_t,void *),void * data) nwamd_walk_objects() argument
[all...]
/titanic_52/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtopen.c31 static int _dttype2005(Dt_t* dt, int type) in _dttype2005() argument
49 int ev, type; local
122 _dtmake(Dt_t * dt,Void_t * obj,int type) _dtmake() argument
146 _dtfree(Dt_t * dt,Dtlink_t * l,int type) _dtfree() argument
157 dtuserlock(Dt_t * dt,unsigned int key,int type) dtuserlock() argument
[all...]
/titanic_52/usr/src/common/zfs/
H A Dzprop_common.c53 zprop_get_proptable(zfs_type_t type) in zprop_get_proptable() argument
62 zprop_get_numprops(zfs_type_t type) in zprop_get_numprops() argument
71 zprop_register_impl(int prop, const char *name, zprop_type_t type, in zprop_register_impl() argument
131 zprop_register_hidden(int prop, const char *name, zprop_type_t type, in zprop_register_hidden() argument
167 boolean_t ordered, zfs_type_t type) in zprop_iter_common() argument
254 zprop_name_to_prop(const char * propname,zfs_type_t type) zprop_name_to_prop() argument
270 zprop_string_to_index(int prop,const char * string,uint64_t * index,zfs_type_t type) zprop_string_to_index() argument
296 zprop_index_to_string(int prop,uint64_t index,const char ** string,zfs_type_t type) zprop_index_to_string() argument
324 zprop_random_value(int prop,uint64_t seed,zfs_type_t type) zprop_random_value() argument
340 zprop_values(int prop,zfs_type_t type) zprop_values() argument
356 zprop_valid_for_type(int prop,zfs_type_t type) zprop_valid_for_type() argument
375 zprop_width(int prop,boolean_t * fixed,zfs_type_t type) zprop_width() argument
[all...]
/titanic_52/usr/src/uts/sun4v/io/
H A Dvsw_phys.c140 WRITE_MACCL_ENTER(vswp,port,type) global() argument
144 READ_MACCL_ENTER(vswp,port,type) global() argument
148 RW_MACCL_EXIT(vswp,port,type) global() argument
334 vsw_mac_multicast_add(vsw_t * vswp,vsw_port_t * port,mcst_addr_t * mcst_p,int type) vsw_mac_multicast_add() argument
365 vsw_mac_multicast_remove(vsw_t * vswp,vsw_port_t * port,mcst_addr_t * mcst_p,int type) vsw_mac_multicast_remove() argument
384 vsw_mac_multicast_add_all(vsw_t * vswp,vsw_port_t * portp,int type) vsw_mac_multicast_add_all() argument
427 vsw_mac_multicast_remove_all(vsw_t * vswp,vsw_port_t * portp,int type) vsw_mac_multicast_remove_all() argument
460 vsw_update_bandwidth(vsw_t * vswp,vsw_port_t * port,int type,uint64_t maxbw) vsw_update_bandwidth() argument
477 vsw_mac_client_init(vsw_t * vswp,vsw_port_t * port,int type) vsw_mac_client_init() argument
516 vsw_maccl_open(vsw_t * vswp,vsw_port_t * port,int type) vsw_maccl_open() argument
569 vsw_mac_client_cleanup(vsw_t * vswp,vsw_port_t * port,int type) vsw_mac_client_cleanup() argument
582 vsw_maccl_close(vsw_t * vswp,vsw_port_t * port,int type) vsw_maccl_close() argument
624 vsw_set_hw(vsw_t * vswp,vsw_port_t * port,int type) vsw_set_hw() argument
657 vsw_unset_hw(vsw_t * vswp,vsw_port_t * port,int type) vsw_unset_hw() argument
824 vsw_unset_hw_addr(vsw_t * vswp,vsw_port_t * port,int type) vsw_unset_hw_addr() argument
1341 vsw_notify_cb(void * arg,mac_notify_type_t type) vsw_notify_cb() argument
1385 vsw_maccl_set_bandwidth(vsw_t * vswp,vsw_port_t * port,int type,uint64_t maxbw) vsw_maccl_set_bandwidth() argument
[all...]
/titanic_52/usr/src/cmd/acctadm/
H A Dres.c183 name2id(char *name, int type) in name2id() argument
206 id2name(int id, int type) in id2name() argument
219 printgroup(int type) in printgroup() argument
239 printgroups(int type) in printgroups() argument
297 str2buf(ac_res_t * buf,char * str,int state,int type) str2buf() argument
345 buf2str(ac_res_t * buffer,size_t bufsz,int state,int type) buf2str() argument
[all...]
/titanic_52/usr/src/common/ctf/
H A Dctf_types.c62 ctf_member_iter(ctf_file_t *fp, ctf_id_t type, ctf_member_f *func, void *arg) in ctf_member_iter() argument
113 ctf_enum_iter(ctf_file_t *fp, ctf_id_t type, ctf_enum_f *func, void *arg) in ctf_enum_iter() argument
174 ctf_type_resolve(ctf_file_t * fp,ctf_id_t type) ctf_type_resolve() argument
285 ctf_type_qlname(ctf_file_t * fp,ctf_id_t type,char * buf,size_t len,const char * vname,const char * qname) ctf_type_qlname() argument
425 ctf_type_lname(ctf_file_t * fp,ctf_id_t type,char * buf,size_t len) ctf_type_lname() argument
435 ctf_type_name(ctf_file_t * fp,ctf_id_t type,char * buf,size_t len) ctf_type_name() argument
442 ctf_type_qname(ctf_file_t * fp,ctf_id_t type,char * buf,size_t len,const char * qname) ctf_type_qname() argument
450 ctf_type_cname(ctf_file_t * fp,ctf_id_t type,char * buf,size_t len,const char * cname) ctf_type_cname() argument
462 ctf_type_size(ctf_file_t * fp,ctf_id_t type) ctf_type_size() argument
529 ctf_type_align(ctf_file_t * fp,ctf_id_t type) ctf_type_align() argument
593 ctf_type_kind(ctf_file_t * fp,ctf_id_t type) ctf_type_kind() argument
608 ctf_type_reference(ctf_file_t * fp,ctf_id_t type) ctf_type_reference() argument
636 ctf_type_pointer(ctf_file_t * fp,ctf_id_t type) ctf_type_pointer() argument
663 ctf_type_encoding(ctf_file_t * fp,ctf_id_t type,ctf_encoding_t * ep) ctf_type_encoding() argument
786 ctf_member_info(ctf_file_t * fp,ctf_id_t type,const char * name,ctf_membinfo_t * mip) ctf_member_info() argument
837 ctf_array_info(ctf_file_t * fp,ctf_id_t type,ctf_arinfo_t * arp) ctf_array_info() argument
865 ctf_enum_name(ctf_file_t * fp,ctf_id_t type,int value) ctf_enum_name() argument
902 ctf_enum_value(ctf_file_t * fp,ctf_id_t type,const char * name,int * valp) ctf_enum_value() argument
945 ctf_type_rvisit(ctf_file_t * fp,ctf_id_t type,ctf_visit_f * func,void * arg,const char * name,ulong_t offset,int depth) ctf_type_rvisit() argument
1002 ctf_type_visit(ctf_file_t * fp,ctf_id_t type,ctf_visit_f * func,void * arg) ctf_type_visit() argument
1008 ctf_func_info_by_id(ctf_file_t * fp,ctf_id_t type,ctf_funcinfo_t * fip) ctf_func_info_by_id() argument
1042 ctf_func_args_by_id(ctf_file_t * fp,ctf_id_t type,uint_t argc,ctf_id_t * argv) ctf_func_args_by_id() argument
[all...]
/titanic_52/usr/src/uts/common/tnf/
H A Dtnf_types.h54 #define TAG_DATA(type) type##_tag_data argument
55 #define _TAG_DATA(type) _##type##_tag_data argument
57 #define TAG_SNAP(type) TAG_DATA(type) = &_TAG_DATA(type) argument
58 #define TAG_EXPORT(type) tnf_tag_data_t *TAG_SNAP(type) argument
74 #define TAG_SET(type) TAG_SNA argument
79 TAG_SET(type) global() argument
116 TNF_ABSTRACT_TAG(type) global() argument
127 TNF_SCALAR_TAG(type,size,align,kind) global() argument
139 TNF_STD_SCALAR_TAG(type,kind) global() argument
148 TNF_ARRAY_TAG(type,eltag,props,slots,kind) global() argument
162 TNF_STD_ARRAY_TAG(type,eltype,kind) global() argument
170 TNF_DERIVED_TAG(type,basetag,props,size,align,kind) global() argument
183 TNF_STD_DERIVED_TAG(type,base,props,kind) global() argument
192 TNF_STRUCT_TAG(type,props,slots,names,size) global() argument
207 TNF_STD_STRUCT_TAG(type,slots,names,size) global() argument
216 TNF_METATAG(type,props,slots,desc) global() argument
[all...]
/titanic_52/usr/src/cmd/audio/include/
H A Dlibaudio_impl.h64 #define MALLOC(type) \ argument
66 #define CALLOC(number, type) \ argument
68 #define REALLOC(ptr, number, type) \ argument
/titanic_52/usr/src/cmd/rpcgen/
H A Drpc_util.c123 findit(definition *def, char *type) in findit() argument
129 fixit(char *type, char *orig) in fixit() argument
150 fixtype(char *type) in fixtype() argument
156 stringfix(char *type) in stringfix() argument
164 ptype(char * prefix,char * type,int follow) ptype() argument
185 typedefed(definition * def,char * type) typedefed() argument
193 isvectordef(char * type,relation rel) isvectordef() argument
431 add_type(int len,char * type) add_type() argument
454 find_type(char * type) find_type() argument
[all...]
/titanic_52/usr/src/lib/libc/port/gen/
H A Dgetauxv.c49 _getaux(int type) in _getaux() argument
110 ___getauxval(int type) in ___getauxval() argument
120 ___getauxptr(int type) in ___getauxptr() argument
/titanic_52/usr/src/lib/libfruutils/
H A Dfru_tag.h45 unsigned type : 1; member
50 unsigned type : 2; member
55 unsigned type : 3; member
60 unsigned type : 4; member
65 unsigned type : 5; member
70 unsigned type : 6; member
75 unsigned type : 7; member
[all...]
/titanic_52/usr/src/lib/libdwarf/common/
H A Ddwarf_pubtypes.c94 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_pubtypename() local
109 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_pubtype_type_die_offset() local
119 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_pubtype_cu_offset() local
133 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_pubtype_name_offsets() local
H A Ddwarf_types.c87 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_typename() local
103 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_type_die_offset() local
113 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_type_cu_offset() local
125 Dwarf_Global type in dwarf_type_name_offsets() local
[all...]
/titanic_52/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
165 #define SLIST_CLASS_HEAD(name, type) \ argument
173 #define SLIST_ENTRY(type) \ argument
178 SLIST_CLASS_ENTRY(type) global() argument
231 SLIST_REMOVE(head,elm,type,field) global() argument
254 SLIST_SWAP(head1,head2,type) global() argument
263 STAILQ_HEAD(name,type) global() argument
269 STAILQ_CLASS_HEAD(name,type) global() argument
278 STAILQ_ENTRY(type) global() argument
283 STAILQ_CLASS_ENTRY(type) global() argument
346 STAILQ_LAST(head,type,field) global() argument
353 STAILQ_REMOVE(head,elm,type,field) global() argument
379 STAILQ_SWAP(head1,head2,type) global() argument
396 LIST_HEAD(name,type) global() argument
401 LIST_CLASS_HEAD(name,type) global() argument
409 LIST_ENTRY(type) global() argument
415 LIST_CLASS_ENTRY(type) global() argument
505 LIST_PREV(elm,head,type,field) global() argument
523 LIST_SWAP(head1,head2,type,field) global() argument
536 TAILQ_HEAD(name,type) global() argument
543 TAILQ_CLASS_HEAD(name,type) global() argument
553 TAILQ_ENTRY(type) global() argument
560 TAILQ_CLASS_ENTRY(type) global() argument
736 TAILQ_SWAP(head1,head2,type,field) global() argument
[all...]
/titanic_52/usr/src/uts/common/os/
H A Dcpu_pm.c251 cpupm_domain_find(id_t id, cpupm_dtype_t type) in cpupm_domain_find() argument
270 cpupm_domain_create(id_t id, cpupm_dtype_t type) in cpupm_domain_create() argument
319 cpupm_domain_init(struct cpu *cp, cpupm_dtype_t type) in cpupm_domain_init() argument
365 cpupm_domain_id(struct cpu * cp,cpupm_dtype_t type) cpupm_domain_id() argument
675 cpupm_dtype_t type = CPUPM_DTYPE_ACTIVE; cpupm_redefine_max_activepwr_state() local
747 cpupm_state_change_global(cpupm_dtype_t type,cpupm_state_name_t state) cpupm_state_change_global() argument
[all...]
/titanic_52/usr/src/uts/sun4/os/
H A Dbus_func.c43 bus_func_register(int type, busfunc_t func, void *arg) in bus_func_register() argument
63 bus_func_unregister(int type, busfunc_t func, void *arg) in bus_func_unregister() argument
93 bus_func_invoke(int type) in bus_func_invoke() argument
/titanic_52/usr/src/uts/intel/io/
H A Dpolled_io.c203 polled_io_console_type_t type, in polled_io_register() argument
260 polled_io_console_type_t type, in polled_io_unregister() argument
317 polled_io_console_type_t type, in polled_io_take_console() argument
346 polled_io_console_type_t type, in polled_io_release_console() argument

12345678910>>...90