Home
last modified time | relevance | path

Searched defs:type (Results 151 – 175 of 2369) sorted by relevance

12345678910>>...95

/titanic_52/usr/src/lib/libsocket/inet/
H A Dinet6_rthdr.c53 inet6_rth_space(int type, int segments) in inet6_rth_space() argument
70 inet6_rth_init(void *bp, socklen_t bp_len, int type, int segments) in inet6_rth_init() argument
/titanic_52/usr/src/cmd/nscd/
H A Dnscd_dbimpl.c119 int type, in scan_hash() argument
163 int type, in _nscd_get_db_entry() argument
288 int type, in _nscd_delete_db_entry() argument
375 _nscd_alloc_db_entry(int type,const char * name,int dataSize,int num_data,int num_array) _nscd_alloc_db_entry() argument
[all...]
/titanic_52/usr/src/uts/common/sys/
H A Dstmf_defines.h89 #define READ_SCSI16(addr, type) ((((type)(((uint8_t *)(addr))[0])) \ argument
92 #define READ_SCSI21(addr, type) ((((type)(((uint8_t *)(addr))[0] & \ argument
95 #define READ_SCSI32(addr, type) (((READ_SCSI16(addr, type)) << 16) |\ argument
97 #define READ_SCSI64(addr, type) (((READ_SCSI3 argument
[all...]
H A Dsysmacros.h308 #define P2ALIGN_TYPED(x, align, type) \ argument
310 #define P2PHASE_TYPED(x, align, type) \ argument
312 #define P2NPHASE_TYPED(x, align, type) \ argument
314 P2ROUNDUP_TYPED(x,align,type) global() argument
316 P2END_TYPED(x,align,type) global() argument
318 P2PHASEUP_TYPED(x,align,phase,type) global() argument
320 P2CROSS_TYPED(x,y,align,type) global() argument
322 P2SAMEHIGHBIT_TYPED(x,y,type) global() argument
[all...]
/titanic_52/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.c336 topo_sensor_type_name(uint32_t type, char *buf, size_t len) in topo_sensor_type_name() argument
351 topo_sensor_units_name(uint8_t type, char *buf, size_t len) in topo_sensor_units_name() argument
366 topo_led_type_name(uint8_t type, char *buf, size_t len) in topo_led_type_name() argument
381 topo_led_state_name(uint8_t type, cha argument
[all...]
/titanic_52/usr/src/uts/common/os/
H A Dddi_intr_irm.c351 i_ddi_irm_insert(dev_info_t *dip, int type, int count) in i_ddi_irm_insert() argument
489 int type; in i_ddi_irm_modify() local
810 i_ddi_irm_supported(dev_info_t * dip,int type) i_ddi_irm_supported() argument
1229 i_ddi_intr_get_pool(dev_info_t * dip,int type) global() argument
1358 int type; global() local
[all...]
/titanic_52/usr/src/uts/sun4v/io/
H A Ddr_util.c45 dr_is_disabled(dr_type_t type) in dr_is_disabled() argument
81 dr_generate_event(dr_type_t type, int se_hint) in dr_generate_event() argument
/titanic_52/usr/src/cmd/sendmail/libsm/
H A Dfopen.c109 sm_io_open(type, timeout, info, flags, rpool) in sm_io_open() argument
223 sm_io_reopen(type,timeout,info,flags,rpool,fp) sm_io_reopen() argument
[all...]
/titanic_52/usr/src/lib/libresolv2/common/nameser/
H A Dns_verify.c61 int n, type; in ns_find_tsig() local
147 u_int16_t type, length; in ns_verify() local
350 int n, type, length, fudge, error; in ns_verify_tcp() local
[all...]
/titanic_52/usr/src/lib/libipmi/common/
H A Dipmi_util.c157 ipmi_sensor_type_name(uint8_t type, char *buf, size_t len) in ipmi_sensor_type_name() argument
172 ipmi_sensor_units_name(uint8_t type, char *buf, size_t len) in ipmi_sensor_units_name() argument
242 ipmi_decode_string(uint8_t type, uint8_t len, char *data, char *buf) in ipmi_decode_string() argument
[all...]
/titanic_52/usr/src/lib/libc/port/threads/
H A Dpthr_mutex.c211 int type; in pthread_mutex_init() local
276 pthread_mutexattr_settype(pthread_mutexattr_t *attr, int type) in pthread_mutexattr_settype() argument
307 int type; pthread_mutexattr_gettype() local
[all...]
/titanic_52/usr/src/cmd/zpool/
H A Dzpool_vdev.c397 char *type = NULL; in make_leaf_vdev() local
552 char *type; in get_replication() local
893 char *type, *path, *diskname; make_disks() local
1040 char *type, *path; is_device_in_use() local
1101 is_grouping(const char * type,int * mindev,int * maxdev) is_grouping() argument
1168 const char *type; construct_spec() local
1391 const char *type; split_mirror_vdev() local
[all...]
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mip.h43 uchar_t type; member
49 uint8_t type; member
87 uchar_t type; /* must be REG_TYPE_REQ */ member
109 uchar_t type; /* must be REG_TYPE_REQ */ member
133 uchar_t type; /* must be REG_TYPE_REP */ member
284 uchar_t type; member
305 uchar_t type; member
H A Dsnoop_nfs_acl.c171 interpret_nfs_acl(flags, type, xid, vers, proc, data, len) in interpret_nfs_acl() argument
194 interpret_nfs_acl2(int flags, int type, int xid, int vers, int proc, in interpret_nfs_acl2() argument
288 interpret_nfs_acl3(int flags, int type, int xid, int vers, int proc, in interpret_nfs_acl3() argument
363 interpret_nfs_acl4(int flags,int type,int xid,int vers,int proc,char * data,int len) interpret_nfs_acl4() argument
687 int type; detail_aclent() local
[all...]
/titanic_52/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfmutex.c31 int sfmutex(Sfio_t* f, int type) in sfmutex() argument
/titanic_52/usr/src/lib/print/libipp-core/common/
H A Dipp_types.c202 max_val_len(int8_t type, char *name) in max_val_len() argument
241 min_val_len(int8_t type, char *name) in min_val_len() argument
/titanic_52/usr/src/uts/common/inet/ip/
H A Dip6_rts.c80 rts_fill_msg_v6(int type, int rtm_addrs, const in6_addr_t *dst, in rts_fill_msg_v6() argument
196 ip_rts_change_v6(int type, const in6_addr_t *dst_addr, in ip_rts_change_v6() argument
/titanic_52/usr/src/lib/fm/topo/modules/common/ses/
H A Dses_facility.c454 const char *type, uint64_t nodeid) in ses_add_fac_common() argument
517 int type, const char *name, const char *propname, const char *altprop) in ses_add_indicator() argument
580 const char *name, const char *class, int type) in ses_add_sensor_common() argument
764 uint64_t type, nodeid; in ses_node_enum_facility() local
858 ses_add_enclosure_sensors(topo_mod_t * mod,tnode_t * tn,ses_node_t * agg,uint64_t type) ses_add_enclosure_sensors() argument
950 uint64_t type, nodeid; ses_enc_enum_facility() local
[all...]
/titanic_52/usr/src/lib/libnwam/common/
H A Dlibnwam_object.c46 nwam_handle_create(nwam_object_type_t type, const char *name, in nwam_handle_create() argument
72 nwam_read(nwam_object_type_t type, const char *dbname, const char *name, in nwam_read() argument
121 nwam_create(nwam_object_type_t type, const char *dbname, const char *name, in nwam_create() argument
200 nwam_walk(nwam_object_type_t type,const char * dbname,int (* cb)(struct nwam_handle *,void *),void * data,uint64_t flags,int * retp,int (* selectcb)(struct nwam_handle *,uint64_t,void *)) nwam_walk() argument
629 nwam_value_type_t type; nwam_validate_prop_internal() local
719 nwam_get_default_proplist(struct nwam_prop_table table,uint64_t type,uint64_t class,const char *** prop_list,uint_t * numvalues) nwam_get_default_proplist() argument
[all...]
/titanic_52/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs100 #define LGRP_RESOURCES(c, lgrp, type) \ argument
111 #define LGRP_RESOURCES(c, lgrp, type) { \ argument
/titanic_52/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddttree.c87 Void_t* tfirstlast(Dt_t* dt, int type) in tfirstlast() argument
143 static Void_t* tlist(Dt_t* dt, Dtlink_t* list, int type) in tlist() argument
285 troot(Dt_t * dt,Dtlink_t * list,Dtlink_t * link,Void_t * obj,int type) troot() argument
394 dttree(Dt_t * dt,Void_t * obj,int type) dttree() argument
[all...]
/titanic_52/usr/src/cmd/mail/
H A Disit.c46 isit(lp, type) in isit() argument
[all...]
/titanic_52/usr/src/lib/libcurses/screen/
H A DV3.newterm.c51 newterm(char *type, FILE *outfptr, FILE *infptr) in newterm() argument
H A DV3.m_newterm.c49 m_newterm(char *type, FILE *outfptr, FILE *infptr) in m_newterm() argument
/titanic_52/usr/src/tools/ctf/common/
H A Dsymbol.c37 uchar_t type = GELF_ST_TYPE(sym->st_info); in ignore_symbol() local

12345678910>>...95