Searched defs:type (Results 101 - 125 of 894) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libast/common/cdt/
H A Ddtview.c31 static Void_t* dtvsearch(Dt_t* dt, reg Void_t* obj, reg int type) argument
33 static Void_t* dtvsearch(dt,obj,type)
36 reg int type;
45 if(type&(DT_INSERT|DT_DELETE|DT_CLEAR|DT_RENEW))
46 return (*(dt->meth->searchf))(dt,obj,type);
48 if((type&(DT_MATCH|DT_SEARCH)) || /* order sets first/last done below */
49 ((type&(DT_FIRST|DT_LAST)) && !(dt->meth->type&(DT_OBAG|DT_OSET)) ) )
51 if((o = (*(d->meth->searchf))(d,obj,type)) )
57 if(dt->meth->type
[all...]
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathfind.c80 * if type!=0 and name has no '.' then file.type also attempted
85 pathfind(const char* name, const char* lib, const char* type, char* buf, size_t size) argument
93 type = 0;
105 if (type)
107 sfsprintf(buf, size, "%s.%s", name, type);
124 if (type)
126 sfsprintf(buf, size, "%-.*s%s%.s", s - error_info.file + 1, error_info.file, name, type);
141 if (type)
143 sfsprintf(tmp, sizeof(tmp), "%s/%s.%s", dp->dir, name, type);
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfpool.c220 static int _sfpmove(reg Sfio_t* f, reg int type) argument
222 static int _sfpmove(f,type)
224 reg int type; /* <0 : deleting, 0: move-to-front, >0: inserting */
230 if(type > 0)
241 return type == 0 ? _sfphead(p,f,n) : _sfpdelete(p,f,n);
/osnet-11/usr/src/lib/libc/port/sys/
H A Dppriv.c41 setppriv(priv_op_t op, priv_ptype_t type, const priv_set_t *pset) argument
48 set = priv_getsetbyname(type);
55 getppriv(priv_ptype_t type, priv_set_t *pset) argument
62 set = priv_getsetbyname(type);
/osnet-11/usr/src/lib/libc/port/threads/
H A Dpthr_barrier.c94 int type; local
97 type = DEFAULT_TYPE;
99 type = ap->pshared;
101 type = -1;
104 (type != PTHREAD_PROCESS_PRIVATE && type != PTHREAD_PROCESS_SHARED))
111 (void) mutex_init(mp, type, NULL);
112 (void) cond_init(cvp, type, NULL);
H A Dpthr_cond.c134 * pshared attr into type argument and calls cond_init().
141 int type; local
146 type = DEFAULT_TYPE;
149 type = ap->pshared;
157 else if ((error = cond_init((cond_t *)cond, type, NULL)) == 0)
/osnet-11/usr/src/lib/libumem/common/
H A Dumem_fail.c44 firstexit(int type) argument
54 umem_exiting = type;
/osnet-11/usr/src/lib/libxcurses/src/libc/gen/
H A Dbase.c63 * - deal with general case, returning prefix or suffix based on type
66 basedir(char *arg, int type) argument
72 (type==DIRNAME && arg[1]=='.' && arg[2]=='\0'))))
94 if (type==DIRNAME && path!=arg) {
98 return (type==DIRNAME)?curdir:path;
99 else if (cp == path && type == DIRNAME) {
104 else if (type == BASENAME)
/osnet-11/usr/src/lib/libxprop/common/
H A Dlibxprop.c32 xprop_encode(nvlist_t *xprops, const char *name, const char *type, argument
44 if ((err = nvlist_add_string(fields, XPROP_TYPE, type)) != 0)
46 if (strcmp(type, XPROP_TYPE_BOOLEAN) == 0) {
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGlobal.h38 CK_MECHANISM_TYPE type; member in struct:kmh_elem
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.h61 uint64_t type; member in struct:ks_attr_hdr
117 CK_RV soft_get_token_objects_from_keystore(ks_search_type_t type);
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapiutil.c321 logit(int type, char *fmt, ...) argument
328 if (type <= logging) {
332 syslog(type, buffer);
/osnet-11/usr/src/lib/sun_fc/common/
H A DAdapterPortEvent.h39 * event of this type will be sent to registered
52 wwn(myWwn), type(myType), affectedID(myID) { }
54 EVENT_TYPE getType() { return (type); }
60 EVENT_TYPE type; member in class:AdapterPortEvent
H A DLinkEvent.h36 * event of this type will be sent to registered
46 wwn(myWwn), buf(myBuf), size(mySize), type(myType) { }
50 EVENT_TYPE getType() { return (type); }
56 EVENT_TYPE type; member in class:LinkEvent
/osnet-11/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_sun4u.c167 char *type; local
201 type = get_node_type(pnode);
206 if (type != NULL)
207 printf("type=%s ", type);
214 if (type == NULL)
215 type = "";
221 printf("ADDED BOARD name=%s type=%s model=%s\n",
222 name, type, model);
226 (strcmp(type, "cp
[all...]
/osnet-11/usr/src/lib/libraidcfg/common/
H A Draidcfg.h61 uint32_t type; member in struct:__anon2391
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgen_nw.c142 nw_byname(struct irs_nw *this, const char *name, int type) { argument
154 rval = (*nw->byname)(nw, name, type);
165 nw_byaddr(struct irs_nw *this, void *net, int length, int type) { argument
177 rval = (*nw->byaddr)(nw, net, length, type);
H A Dgethostent_r.c67 gethostbyaddr_r(const char *addr, int len, int type, argument
69 struct hostent *he = gethostbyaddr(addr, len, type);
182 /* copy address size and type */
223 /* copy address size and type */
H A Dgetnetent_r.c65 getnetbyaddr_r(GETNETBYADDR_ADDR_T addr, int type, struct netent *nptr, NET_R_ARGS) { argument
66 struct netent *ne = getnetbyaddr(addr, type);
167 /* copy net value and type */
197 /* copy net value and type */
H A Dirp_nw.c137 * int length, int type)
142 nw_byaddr(struct irs_nw *this, void *net, int length, int type) { argument
151 if (inet_net_ntop(type, net, length, paddr, sizeof paddr) == NULL) {
160 paddr, ADDR_T_STR(type)) != 0)
186 * struct nwent * nw_byname(struct irs_nw *this, const char *name, int type)
191 nw_byname(struct irs_nw *this, const char *name, int type) { argument
201 nw->n_addrtype == type) {
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dlogging_p.h38 log_channel_type type; member in struct:log_channel
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_rdata.c88 ns_type type, const u_char *rdata, size_t rdlen,
94 switch (type) {
179 ns_rdata_equal(ns_type type, argument
183 switch (type) {
252 ns_rdata_refers(ns_type type, argument
256 switch (type) {
87 ns_rdata_unpack(const u_char *msg, const u_char *eom, ns_type type, const u_char *rdata, size_t rdlen, u_char *nrdata, size_t nrdsiz) argument
/osnet-11/usr/src/lib/libsec/common/
H A Daclsort.c33 * Sort an ACL by entry type according to the following order:
49 * entry type with this map.
94 * We change entry type to sort order in the ACL, do the sorting.
95 * We then change sort order back to entry type.
109 /* typecast to remove incompatible type warning */
156 * sortid() sorts the ids with the same entry type in increasing order
159 sortid(aclent_t *ap, int cnt, int type) argument
162 aclent_t *startp; /* start of the desired entry type */
166 if (tp->a_type != type)
170 for (tp++, cnt--; cnt > 0 && tp->a_type == type; t
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_trace.c56 int type; member in struct:option
81 switch (opt->type) {
/osnet-11/usr/src/lib/libslp/clib/
H A DSLPParseSrvURL.c43 /* service type struct */
60 slp_type_t type[1]; local
81 /* parse type */
88 if (parseType(r, type) != SLP_OK)
91 /* no need to free type since it is on the stack */
146 * typeString contains only the service type part of an URL. It should
149 static SLPError parseType(char *typeString, slp_type_t *type) { argument
152 /* Initialize type structure */
153 type->isServiceURL = SLP_FALSE;
154 type
[all...]

Completed in 62 milliseconds

1234567891011>>