Searched refs:type (Results 151 - 175 of 3417) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_mutex.c44 ap->type = PTHREAD_MUTEX_DEFAULT;
203 * various attributes into one type argument and calls mutex_init().
211 int type; local
215 * All of the pshared, type, protocol, robust attributes
221 type = ap->pshared | ap->type | ap->protocol | ap->robustness;
225 type = PTHREAD_PROCESS_PRIVATE | PTHREAD_MUTEX_DEFAULT |
229 return (mutex_init((mutex_t *)mutex, type, &prioceiling));
273 * pthread_mutexattr_settype: sets the type attribute
276 pthread_mutexattr_settype(pthread_mutexattr_t *attr, int type) argument
307 int type; local
[all...]
/illumos-gate/usr/src/lib/scsi/plugins/ses/libses/common/
H A Dlibses.c40 uint64_t id, type; local
48 &type) == 0 &&
49 (name = ses_element_type_name(type)) != NULL) {
51 * Add a standard human-readable name for the element type.
/illumos-gate/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...]
/illumos-gate/usr/src/lib/libm/common/C/
H A D_SVID_error.c123 _SVID_libm_err(double x, double y, int type) { argument
137 switch (type) {
140 exc.type = DOMAIN;
155 exc.type = DOMAIN;
172 exc.type = DOMAIN;
188 exc.type = OVERFLOW;
202 exc.type = OVERFLOW;
216 exc.type = OVERFLOW;
230 exc.type = UNDERFLOW;
241 exc.type
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dimsg.c95 * type -> message type
102 omsg(type, msg, fn)
104 char type;
109 (void) sprintf(buf, "%c%c%s", MSYNC, type, msg);
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dcache.c295 * get the hash table for individual type of object.
297 * type - the object type.
304 isns_type_t type
307 if (type > 0 && type < MAX_OBJ_TYPE) {
308 return (imc->t[type]);
320 * type - the discovery domain or discovery domain set object type.
327 isns_type_t type
[all...]
/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcSendLIRR.cc42 * @param type ???
50 HBA_UINT8 type,
59 port->sendLIRR(0, function, type, pRspBuffer, pRspBufferSize);
61 port->sendLIRR(wwnConversion(destWWN.wwn), function, type, local
46 Sun_fcSendLIRR(HBA_HANDLE handle, HBA_WWN hbaPortWWN, HBA_WWN destWWN, HBA_UINT8 function, HBA_UINT8 type, void *pRspBuffer, HBA_UINT32 *pRspBufferSize) argument
/illumos-gate/usr/src/uts/common/sys/
H A Dstmf_defines.h89 #define READ_SCSI16(addr, type) ((((type)(((uint8_t *)(addr))[0])) \
91 ((type)(((uint8_t *)(addr))[1])))
92 #define READ_SCSI21(addr, type) ((((type)(((uint8_t *)(addr))[0] & \
94 | (READ_SCSI16(addr+1, type)))
95 #define READ_SCSI32(addr, type) (((READ_SCSI16(addr, type)) << 16) |\
96 (READ_SCSI16((addr+2), type)))
97 #define READ_SCSI64(addr, type) (((READ_SCSI3
[all...]
/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddtextract.c38 if(dt->data->type&(DT_OSET|DT_OBAG) )
40 else if(dt->data->type&(DT_SET|DT_BAG))
45 else /*if(dt->data->type&(DT_LIST|DT_STACK|DT_QUEUE))*/
50 dt->data->type &= ~DT_FLATTEN;
/illumos-gate/usr/src/uts/sparc/sys/
H A Dasm_linkage.h64 * particular to the type
130 * except a compiler can determine type. The assembler must be told. Hence,
131 * the second parameter must be the type of the symbol (i.e.: function,...)
137 .type _/**/sym, #stype; \
147 .type sym1, #stype; \
159 .type x, #function; \
168 .type x, #function; \
175 .type x, #function; \
185 .type x, #function; \
186 .type
[all...]
/illumos-gate/usr/src/uts/intel/ia32/sys/
H A Dasm_linkage.h140 * particular to the type
178 * except a compiler can determine type. The assembler must be told. Hence,
179 * the second parameter must be the type of the symbol (i.e.: function,...)
185 .type _/**/sym, @stype; \
195 .type sym1, @stype; \
207 .type x, @function; \
214 .type x, @function; \
221 .type x, @function; \
231 .type x, @function; \
232 .type
[all...]
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Dmisc.h31 extern Property append_prop(register Name target, register Property_id type);
38 extern Property get_prop(register Property start, register Property_id type);
44 extern Property maybe_append_prop(register Name target, register Property_id type);
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dhunt_impl.h82 __in efx_bist_type_t type);
87 __in efx_bist_type_t type,
98 __in efx_bist_type_t type);
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dbiossmap.c55 sm->type = SMAP_TYPE_MEMORY;
60 sm->type = SMAP_TYPE_MEMORY;
68 sm->type = SMAP_TYPE_MEMORY;
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sparc.c91 * Determine which type of invalid operation exception occurred
130 /* determine the type of operation */
184 * exceptions, and set a code indicating the type of operation
202 info->op1.type = fex_nodata;
204 info->op2.type = fex_int;
208 info->op2.type = fex_llong;
214 info->op1.type = info->op2.type = fex_float;
220 info->op1.type = info->op2.type
[all...]
/illumos-gate/usr/src/lib/libfruutils/
H A Dfru_tag.c77 mk_tag(fru_tagtype_t type, uint32_t dense, size_t pl_len, argument
85 switch (type) {
91 tag->a.type = FRU_A_ID;
100 tag->b.type = FRU_B_ID;
109 tag->c.type = FRU_C_ID;
118 tag->d.type = FRU_D_ID;
127 tag->e.type = FRU_E_ID;
136 tag->f.type = FRU_F_ID;
145 tag->g.type = FRU_G_ID;
154 return (get_tag_size(type));
[all...]
/illumos-gate/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)
/illumos-gate/usr/src/lib/passwdutil/
H A Dpasswdutil.h84 attrtype type; member in struct:attrlist_s
93 char *type; member in struct:__anon4264
116 #define IS_FILES(r) (r.type != NULL && strcmp(r.type, "files") == 0)
117 #define IS_NIS(r) (r.type != NULL && strcmp(r.type, "nis") == 0)
118 #define IS_LDAP(r) (r.type != NULL && strcmp(r.type, "ldap") == 0)
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DLocator.java69 * the service type names.
85 * @param type The type of the service (e.g. printer, etc.).
96 public ServiceLocationEnumeration findServices(ServiceType type, argument
132 * service type in the locale of the Locator.
134 * @param type The service type.
135 * @param scopes The SLP scopes of the service type.
154 public ServiceLocationEnumeration findAttributes(ServiceType type, argument
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgethostby_door.c50 _door_gethostbyaddr_r(const char *addr, int length, int type, argument
54 length, type, result, buffer, buflen, h_errnop));
/illumos-gate/usr/src/common/ctf/
H A Dctf_lookup.c69 * Attempt to convert the given C type name into the corresponding CTF type ID.
70 * It is not possible to do complete and proper conversion of type names
86 ctf_id_t type = 0; local
104 * Find a pointer to type by looking in fp->ctf_ptrtab.
105 * If we can't find a pointer to the given type, see if
106 * we can compute a pointer to the type resulting from
107 * resolving the type down to its base type and use
112 ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)];
182 ctf_id_t type; local
216 ctf_lookup_by_id(ctf_file_t **fpp, ctf_id_t type) argument
[all...]
/illumos-gate/usr/src/head/
H A Dvarargs.h62 #define va_arg(list, type) __va_arg(list, type)
/illumos-gate/usr/src/lib/c_synonyms/amd64/
H A Dsynonyms.s33 .type _/**/name, @function; \
43 .type __/**/name, @function; \
/illumos-gate/usr/src/lib/c_synonyms/sparc/
H A Dsynonyms.s33 .type _/**/name, #function; \
44 .type __/**/name, #function; \
/illumos-gate/usr/src/lib/c_synonyms/sparcv9/
H A Dsynonyms.s33 .type _/**/name, #function; \
44 .type __/**/name, #function; \

Completed in 1112 milliseconds

1234567891011>>