/titanic_41/usr/src/cmd/sendmail/db/include/ |
H A D | shqueue.h | 55 #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) do { \ argument 99 #define SH_LIST_INSERT_HEAD(head, elm, field, type) do { \ argument 111 #define SH_LIST_REMOVE(elm, field, type) do { \ argument 138 #define SH_TAILQ_FIRSTP(head, type) \ argument 141 #define SH_TAILQ_FIRST(head, type) \ argument 144 #define SH_TAILQ_NEXTP(elm, field, type) \ argument [all …]
|
H A D | db_shash.h | 33 #define HASHLOOKUP(begin, type, field, elt, r, n, hash, cmp) do { \ argument 57 #define HASHINSERT(begin, type, field, elt, n, hash) do { \ argument 78 #define HASHREMOVE(begin, type, field, elt, n, hash, cmp) { \ argument 99 #define HASHREMOVE_EL(begin, type, field, obj, n, hash) { \ argument
|
/titanic_41/usr/src/cmd/lvm/metassist/layout/ |
H A D | layout_messages.c | 47 char *type, in print_layout_volume_msg() 70 char *type) in print_layout_explicit_msg() 114 char *type) in print_insufficient_resources_msg() 197 char *type, in print_debug_failure_msg() 281 char *type, in print_layout_submirrors_msg() 306 char *type, in print_layout_submirrors_failed_msg() 331 char *type, in print_populate_volume_msg() 355 char *type, in print_populate_volume_ncomps_msg()
|
/titanic_41/usr/src/lib/libsocket/socket/ |
H A D | socket.c | 56 _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 D | socketpair.c | 59 _socketpair(int family, int type, int protocol, int sv[2]) in _socketpair() 68 _socketpair_bsd(int family, int type, int protocol, int sv[2]) in _socketpair_bsd() 74 _socketpair_svr4(int family, int type, int protocol, int sv[2]) in _socketpair_svr4() 81 __xnet_socketpair(int family, int type, int protocol, int sv[2]) in __xnet_socketpair() 88 _socketpair_create(int family, int type, int protocol, int sv[2], int version) in _socketpair_create()
|
/titanic_41/usr/src/uts/common/io/1394/ |
H A D | s1394_fa.c | 54 s1394_fa_claim_addr(s1394_hal_t *hal, s1394_fa_type_t type, in s1394_fa_claim_addr() 97 s1394_fa_free_addr(s1394_hal_t *hal, s1394_fa_type_t type) in s1394_fa_free_addr() 124 s1394_fa_type_t type) in s1394_fa_list_add() 145 s1394_fa_type_t type) in s1394_fa_list_remove() 171 s1394_fa_list_is_empty(s1394_hal_t *hal, s1394_fa_type_t type) in s1394_fa_list_is_empty() 184 s1394_fa_list_gen(s1394_hal_t *hal, s1394_fa_type_t type) in s1394_fa_list_gen() 196 s1394_fa_init_cmd(s1394_cmd_priv_t *s_priv, s1394_fa_type_t type) in s1394_fa_init_cmd()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_mip.c | 65 uint8_t type; member 71 uint8_t type; member 169 static const char *get_desc(struct ext_desc table[], uint8_t type, int max) { in get_desc() 183 const char *get_mip_adv_desc(uint8_t type) { in get_mip_adv_desc() 188 uint8_t type, in get_interpreter() 633 static void spi_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in spi_ext() 653 static void key_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in key_ext() 708 static void trav_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in trav_ext() 733 static void empty_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in empty_ext() 738 static void nai_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in nai_ext() [all …]
|
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | disptab.c | 284 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()
|
/titanic_41/usr/src/lib/libwrap/ |
H A D | mystdarg.h | 15 #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_41/usr/src/common/ctf/ |
H A D | ctf_types.c | 58 ctf_member_iter(ctf_file_t *fp, ctf_id_t type, ctf_member_f *func, void *arg) in ctf_member_iter() 109 ctf_enum_iter(ctf_file_t *fp, ctf_id_t type, ctf_enum_f *func, void *arg) in ctf_enum_iter() 168 ctf_type_resolve(ctf_file_t *fp, ctf_id_t type) in ctf_type_resolve() 201 ctf_type_qlname(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len, in ctf_type_qlname() 315 ctf_type_lname(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len) in ctf_type_lname() 325 ctf_type_name(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len) in ctf_type_name() 332 ctf_type_qname(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len, in ctf_type_qname() 345 ctf_type_size(ctf_file_t *fp, ctf_id_t type) in ctf_type_size() 394 ctf_type_align(ctf_file_t *fp, ctf_id_t type) in ctf_type_align() 458 ctf_type_kind(ctf_file_t *fp, ctf_id_t type) in ctf_type_kind() [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | objects.c | 185 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()
|
/titanic_41/usr/src/common/zfs/ |
H A D | zprop_common.c | 53 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 …]
|
/titanic_41/usr/src/cmd/acctadm/ |
H A D | res.c | 183 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()
|
/titanic_41/usr/src/cmd/audio/include/ |
H A D | libaudio_impl.h | 64 #define MALLOC(type) \ argument 66 #define CALLOC(number, type) \ argument 68 #define REALLOC(ptr, number, type) \ argument
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vsw_phys.c | 140 #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() 384 vsw_mac_multicast_add_all(vsw_t *vswp, vsw_port_t *portp, int type) in vsw_mac_multicast_add_all() 427 vsw_mac_multicast_remove_all(vsw_t *vswp, vsw_port_t *portp, int type) in vsw_mac_multicast_remove_all() 460 vsw_update_bandwidth(vsw_t *vswp, vsw_port_t *port, int type, uint64_t maxbw) in vsw_update_bandwidth() 477 vsw_mac_client_init(vsw_t *vswp, vsw_port_t *port, int type) in vsw_mac_client_init() 516 vsw_maccl_open(vsw_t *vswp, vsw_port_t *port, int type) in vsw_maccl_open() [all …]
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | dispatch.c | 42 dispatch_protocol_error(int type, u_int32_t seq, void *ctxt) in dispatch_protocol_error() 53 dispatch_protocol_ignore(int type, u_int32_t seq, void *ctxt) in dispatch_protocol_ignore() 76 dispatch_set(int type, dispatch_fn *fn) in dispatch_set() 84 int type; in dispatch_run() local
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | getauxv.c | 49 _getaux(int type) in _getaux() 110 ___getauxval(int type) in ___getauxval() 120 ___getauxptr(int type) in ___getauxptr()
|
/titanic_41/usr/src/uts/common/tnf/ |
H A D | tnf_types.h | 54 #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_SNAP(type) argument 79 #define TAG_SET(type) TAG_EXPORT(type) argument 116 #define TNF_ABSTRACT_TAG(type) \ argument 127 #define TNF_SCALAR_TAG(type, size, align, kind) \ argument 139 #define TNF_STD_SCALAR_TAG(type, kind) \ argument 148 #define TNF_ARRAY_TAG(type, eltag, props, slots, kind) \ argument [all …]
|
/titanic_41/usr/src/cmd/rpcgen/ |
H A D | rpc_util.c | 123 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()
|
/titanic_41/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_pubtypes.c | 94 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 D | dwarf_types.c | 87 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 = (Dwarf_Global) type_in; in dwarf_type_name_offsets() local
|
/titanic_41/usr/src/lib/libfruutils/ |
H A D | fru_tag.h | 45 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
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | bus_func.c | 43 bus_func_register(int type, busfunc_t func, void *arg) in bus_func_register() 63 bus_func_unregister(int type, busfunc_t func, void *arg) in bus_func_unregister() 93 bus_func_invoke(int type) in bus_func_invoke()
|
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect1.c | 72 int type; in try_agent_authentication() local 218 int i, type, quit; in try_rsa_authentication() local 335 int type; in try_rhosts_rsa_authentication() local 397 int r, type; in try_krb4_authentication() local 520 int type; in try_krb5_authentication() local 637 int fd, type; in send_krb5_tgt() local 744 int problem, type; in send_krb4_tgt() local 794 int i, type, len; in send_afs_tokens() local 867 int type, i; in try_challenge_response_authentication() local 928 int type, i; in try_password_authentication() local [all …]
|
/titanic_41/usr/src/uts/common/os/ |
H A D | cpu_pm.c | 251 cpupm_domain_find(id_t id, cpupm_dtype_t type) in cpupm_domain_find() 270 cpupm_domain_create(id_t id, cpupm_dtype_t type) in cpupm_domain_create() 319 cpupm_domain_init(struct cpu *cp, cpupm_dtype_t type) in cpupm_domain_init() 365 cpupm_domain_id(struct cpu *cp, cpupm_dtype_t type) in cpupm_domain_id() 675 cpupm_dtype_t type = CPUPM_DTYPE_ACTIVE; in cpupm_redefine_max_activepwr_state() local 747 cpupm_state_change_global(cpupm_dtype_t type, cpupm_state_name_t state) in cpupm_state_change_global()
|