/titanic_52/usr/src/lib/libsocket/inet/ |
H A D | inet6_rthdr.c | 53 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 D | nscd_dbimpl.c | 119 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 D | stmf_defines.h | 89 #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 D | sysmacros.h | 308 #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 D | topo_subr.c | 336 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 D | ddi_intr_irm.c | 351 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 D | dr_util.c | 45 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 D | fopen.c | 109 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 D | ns_verify.c | 61 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 D | ipmi_util.c | 157 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 D | pthr_mutex.c | 211 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 D | zpool_vdev.c | 397 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 D | snoop_mip.h | 43 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 D | snoop_nfs_acl.c | 171 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 D | sfmutex.c | 31 int sfmutex(Sfio_t* f, int type) in sfmutex() argument
|
/titanic_52/usr/src/lib/print/libipp-core/common/ |
H A D | ipp_types.c | 202 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 D | ip6_rts.c | 80 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 D | ses_facility.c | 454 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 D | libnwam_object.c | 46 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 D | Lgrp.xs | 100 #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 D | dttree.c | 87 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 D | isit.c | 46 isit(lp, type) in isit() argument [all...] |
/titanic_52/usr/src/lib/libcurses/screen/ |
H A D | V3.newterm.c | 51 newterm(char *type, FILE *outfptr, FILE *infptr) in newterm() argument
|
H A D | V3.m_newterm.c | 49 m_newterm(char *type, FILE *outfptr, FILE *infptr) in m_newterm() argument
|
/titanic_52/usr/src/tools/ctf/common/ |
H A D | symbol.c | 37 uchar_t type = GELF_ST_TYPE(sym->st_info); in ignore_symbol() local
|