Searched defs:type (Results 251 - 275 of 894) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwgetn_ws.c65 int type; member in struct:t_key_entry
105 int type; local
160 type = wget_wch(fld_window, &fld_key);
162 for (k = key_table; k->type != ERR; ++k)
163 if (k->type == type && k->code == fld_key)
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dscratchops.c70 lock_op(int fd, int type) argument
74 lock.l_type = type;
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotToken.c270 meta_GetMechanismInfo(CK_SLOT_ID slotID, CK_MECHANISM_TYPE type, argument
292 mech_support_info.mech = type;
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSlotToken.c227 C_GetMechanismInfo(CK_SLOT_ID slotID, CK_MECHANISM_TYPE type, argument
245 if (kms_mechanisms[i] == type)
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDH.c46 soft_genDHkey_set_attribute(soft_object_t *key, CK_ATTRIBUTE_TYPE type, argument
54 switch (type) {
241 /* keylen may be modified if it was 0 or conflicts with key type */
/osnet-11/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_enclosure_ctl.c321 uint64_t type; local
323 VERIFY(nvlist_lookup_uint64(props, SES_PROP_ELEMENT_TYPE, &type) == 0);
325 if (type == SES_ET_ENCLOSURE &&
/osnet-11/usr/src/lib/sun_fc/common/
H A DHBA.cc126 * Iterator for WWN to HBAPort map type
362 void HBA::_ioctl(int fd, int type, uchar_t *arg) { argument
374 if (ioctl(fd, type, arg) != 0) {
/osnet-11/usr/src/lib/libpp/common/
H A Dppsearch.c111 search(register struct ppfile* fp, register struct ppdirs* dp, int type, int flags) argument
132 message((-3, "search: %s %s%s%s%s%s%s type=%s prefix=%s flags=|%s%s%s%s%s%s start=%s=\"%s\" pre=%s lcl=%s vnd=%s std=%s cur=%s",
140 type == T_HEADER ? "<*>" : "\"*\"", prefix,
162 if (dp->type & need)
164 message((-3, "search: fp=%s need=%02x index=%d dp=%s type=%02x index=%d", fp->name, need, index, dp->name, dp->type, dp->index));
166 if (!(dp->type & (TYPE_ARCHIVE|TYPE_DIRECTORY)))
173 dp->type = 0;
194 dp->type = 0;
202 dp->type
595 ppsearch(char* file, int type, int flags) argument
[all...]
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Dstpaul.c62 static int stpaul_get_io_instance(char *path, char *type);
437 stpaul_get_io_instance(char *path, char *type) argument
440 *type = SPL_PEM_TYPE;
443 *type = SPL_PEM_TYPE;
446 *type = SPL_NEM_TYPE;
449 *type = SPL_NEM_TYPE;
472 if (pinfo.type == PICL_PTYPE_CHARSTRING) {
485 if (pinfo.type != PICL_PTYPE_TABLE)
535 if ((pinfo.type != PICL_PTYPE_INT) &&
536 (pinfo.type !
[all...]
/osnet-11/usr/src/lib/libresolv/
H A Dres_gethost.c90 int type, class, buflen, ancount, qdcount; local
139 type = _getshort(cp);
145 if (type == T_CNAME) {
155 if (iquery && type == T_PTR) {
165 if (iquery || type != T_A) {
168 printf("unexpected answer type %d, size %d\n",
169 type, n);
268 _getrhbyaddr(addr, len, type)
270 int len, type;
277 if (type !
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dhesiod.c60 const char *type);
62 const char *type);
169 * This function takes a hesiod (name, type) and returns a DNS
173 hesiod_to_bind(void *context, const char *name, const char *type) { argument
199 if ((bindname = malloc((cp - name) + strlen(type) + strlen(RHS) +
211 strcat(bindname, type);
228 * This is the core function. Given a hesiod (name, type), it
232 hesiod_resolve(void *context, const char *name, const char *type) { argument
234 char *bindname = hesiod_to_bind(context, name, type);
345 int type; /* member in struct:__anon2421
[all...]
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_verify.c61 int n, type; local
103 GETSHORT(type, cp);
104 if (type != ns_t_tsig)
147 u_int16_t type, length; local
168 /* Read the type. */
170 GETSHORT(type, cp);
171 if (type != ns_t_tsig)
350 int n, type, length, fudge, error; local
396 /* Read the type. */
398 GETSHORT(type, c
[all...]
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_data.c164 int class, int type, /*!< class and type of query */
175 return (res_nmkquery(&_res, op, dname, class, type,
192 int class, int type, /*!< class and type of query */
200 return (res_nquery(&_res, name, class, type, answer, anslen));
257 int class, int type, /*!< class and type of query */
266 return (res_nsearch(&_res, name, class, type, answer, anslen));
272 int class, int type, /*!< clas
162 res_mkquery(int op, const char *dname, int class, int type, const u_char *data, int datalen, const u_char *newrr_in, u_char *buf, int buflen) argument
191 res_query(const char *name, int class, int type, u_char *answer, int anslen) argument
256 res_search(const char *name, int class, int type, u_char *answer, int anslen) argument
270 res_querydomain(const char *name, const char *domain, int class, int type, u_char *answer, int anslen) argument
[all...]
H A Dres_query.c113 int class, int type, /*%< class and type of query */
129 printf(";; res_query(%s, %d, %d)\n", name, class, type);
132 n = res_nmkquery(statp, QUERY, name, class, type, NULL, 0, NULL,
214 int class, int type, /*%< class and type of query */
238 return (res_nquery(statp, cp, class, type, answer, anslen));
247 ret = res_nquerydomain(statp, name, NULL, class, type,
275 class, type,
286 * a wildcard entry of another type coul
111 res_nquery(res_state statp, const char *name, int class, int type, u_char *answer, int anslen) argument
212 res_nsearch(res_state statp, const char *name, int class, int type, u_char *answer, int anslen) argument
358 res_nquerydomain(res_state statp, const char *name, const char *domain, int class, int type, u_char *answer, int anslen) argument
[all...]
/osnet-11/usr/src/lib/libshare_plugins/autofs/
H A Dlibshare_autofs.c115 scf_type_t type; member in struct:proto_option_defs
351 switch (autofs_proto_options[index].type) {
399 sctype = autofs_proto_options[i].type;
521 sctype = autofs_proto_options[index].type;
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.h93 int type; member in struct:option_defs
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dcompletion.c96 * returns pointer to beginning of expansion and sets type of expansion
98 static char *find_begin(char outbuff[], char *last, int endchar, int *type) argument
102 int mode=*type;
104 *type = 0;
150 *type='$';
159 *type = mode;
160 xp = find_begin(cp,last,')',type);
194 *type = *bp++;
/osnet-11/usr/src/lib/libshell/common/sh/
H A Darith.c190 static Sfdouble_t arith(const char **ptr, struct lval *lvalue, int type, Sfdouble_t n) argument
196 switch(type)
431 mp = ((Namfun_t*)lvalue->ptr)->type;
H A Dfault.c52 static int malloc_done(Vmalloc_t* vm, int type, Void_t* val, Vmdisc_t* dp) argument
H A Dmain.c289 int type; local
301 if(((type = sh_type(cp = av[0])) & SH_TYPE_SH) && (!(name = nv_getval(L_ARGNOD)) || !((type = sh_type(cp = name)) & SH_TYPE_SH)))
303 av[0] = (type & SH_TYPE_LOGIN) ? cp : path_basename(cp);
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_dialog_ui.c512 * Return the dialog type
518 int type; local
529 type = _dialog->sip_dlg_type;
531 return (type);
H A Dsip_logging.c363 sip_write_to_log(void *obj, int type, char *file, int line) argument
365 if (type & SIP_TRANSACTION_LOG) {
368 if (type & SIP_ASSERT_ERROR) {
378 if (type & SIP_ASSERT_ERROR) {
394 sip_add_log(sip_log_t *sip_log, sip_msg_t sip_msg, int seq, int type) argument
404 if (((type == SIP_DIALOG_LOG) && !dialog_log.sip_logging_enabled) ||
405 ((type == SIP_TRANSACTION_LOG) && !trans_log.sip_logging_enabled)) {
H A Dsip_xaction_state_mc.c134 _sip_msg_t *sip_msg, sip_timer_t timer, int type)
144 sip_timer_obj->sip_xaction_timer_type = type;
133 sip_setup_timer(sip_conn_object_t conn_obj, sip_xaction_t *sip_trans, _sip_msg_t *sip_msg, sip_timer_t timer, int type) argument
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceTable.java545 // Check if the service type is restricted. If so, nobody outside
751 // Check if the service type is restricted. If so, nobody outside
862 * Process the service type request and return the result in a reply.
864 * @param req Service type request message.
865 * @return SrvTypeRply A service type reply.
1058 // on a specific URL or for an entire service type.
1135 ServiceType type =
1208 // Check whether the type is restricted, through an exception if so.
1210 private void checkForRestrictedType(ServiceType type) argument
1213 if (Defaults.restrictedTypes.contains(type)) {
[all...]
H A DTransact.java903 static Vector transactActiveAdvertRequest(ServiceType type, argument
955 if ((type.equals(Defaults.DA_SERVICE_TYPE) &&
957 (type.equals(Defaults.SA_SERVICE_TYPE) &&
972 if (type.equals(Defaults.DA_SERVICE_TYPE)) {

Completed in 1320 milliseconds

<<11121314151617181920>>