Searched defs:type (Results 376 - 400 of 894) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c95 printf(" type: %s\n", type_name[GETTYPE(exp->op)]);
125 printf(" type: %s\n",
139 printf(" type: %s\n", type_name[GETTYPE(e->op)]);
166 unsigned int type; local
168 type = GETTYPE(op);
172 printf(" op type: %s\n", type_name[type]);
182 if (type == T_NUM)
194 unsigned int type; local
196 type
463 unsigned int op, nop, num, type, opnum; local
854 unsigned int type, opnum; local
[all...]
/osnet-11/usr/src/lib/libc/port/rt/
H A Dpos4obj.c117 __pos4obj_name(const char *path, const char *type) argument
127 * If the path is path_max - strlen(type) characters or less,
129 * the type.
132 * path_max - strlen(type) characters, we create a string based on the
136 * after the type of object requested. Inside the type
141 * Let objroot = "/tmp/", path = "/<longpath>", and type = ".MQD"
151 if ((strlen(path) - 1) > (name_max - strlen(type)))
158 len = strlen(objroot) + strlen(type) + strlen(path);
163 len = strlen(objroot) + HASHSTRLEN + strlen(type)
284 __pos4obj_open(const char *name, char *type, int oflag, mode_t mode, int *crflag) argument
336 __pos4obj_unlink(const char *name, const char *type) argument
391 __pos4obj_unlock(const char *path, const char *type) argument
[all...]
/osnet-11/usr/src/lib/libstmf/common/
H A Dlibstmf_impl.h43 uint16_t type; member in struct:_luResourceImpl
/osnet-11/usr/src/lib/libtsol/common/
H A Dlabel.h51 int type; /* type of the set */ member in struct:label_set_identifier
209 /* bad requested label type, bad previous label type */
/osnet-11/usr/src/lib/libuvfs/common/
H A Dsvc.c162 int type; local
164 type = scf_value_type(scfval);
166 if ((scf_transaction_property_new(tr, ent, name, type) != 0) &&
167 (scf_transaction_property_change(tr, ent, name, type) != 0)) {
/osnet-11/usr/src/lib/libwanboot/common/
H A Dbootinfo_aux.c67 * Root filesystem type string.
336 char *type; local
339 "device_type", &type) > 0 && strcmp(type, "network") == 0);
343 * Initialise bootmisc with the rootfs-type.
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticscan.c76 char bad_token[] = m_textstr(3136, "Bad token type", "E");
108 int type; local
119 type = EOF;
152 type = NAMES;
168 type = BOOLEAN;
175 type = CANCEL;
186 type = NUMBER;
195 type = STRING;
210 switch (type)
248 type
[all...]
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetn_ws.c70 int type; member in struct:t_key_entry
113 int type; local
173 if ((type = wget_wch(fld_window, &fld_key)) == ERR)
176 for (k = key_table; k->type != ERR; ++k) {
177 if (k->type == type && k->code == fld_key) {
198 return ((type == ERR) ? ERR : OK);
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_cache.c129 zfs_type_t type, zfs_pathent_t **cached_zpp, boolean_t quiet)
142 * It's not a valid path, assume it's a name of the given type.
145 zhp = zfs_open_quiet(hdl, path, type);
147 zhp = zfs_open(hdl, path, type);
185 zhp = zfs_open_quiet(hdl, entry.mnt_special, type);
187 zhp = zfs_open(hdl, entry.mnt_special, type);
197 zfs_cache_contains(zfs_handle_cache_t *zhc, const char *path, zfs_type_t type, argument
214 if (zhp == NULL || !(zhp->zfs_type & type))
245 zfs_cache_get_impl(zfs_handle_cache_t *zhc, const char *path, zfs_type_t type, argument
263 if (zhp == NULL || !(zhp->zfs_type & type))
128 zfs_cache_path_to_zhandle(zfs_handle_cache_t *zhc, const char *path, zfs_type_t type, zfs_pathent_t **cached_zpp, boolean_t quiet) argument
313 zfs_cache_get(libzfs_handle_t *hdl, const char *path, zfs_type_t type) argument
328 zfs_cache_get_quiet(libzfs_handle_t *hdl, const char *path, zfs_type_t type) argument
435 zfs_cache_iter_type(zfs_handle_cache_t *zhc, zfs_handle_t *zhp, zfs_type_t type, zfs_iter_f func, void *data) argument
562 zfs_type_t type = zfs_is_share_name(dependents[i]) ? local
[all...]
H A Dlibzfs_status.c112 char *type; local
122 &type) == 0);
123 if (strcmp(type, VDEV_TYPE_REPLACING) == 0)
/osnet-11/usr/src/lib/nsswitch/dns/common/
H A Dgethostent.c53 int len, int type);
74 _gethostbyaddr(int *h_errnop, const char *addr, int len, int type) argument
78 hp = gethostbyaddr(addr, len, type);
217 af = argp->key.hostaddr.type;
227 ret = ent2str(he, a, argp->key.hostaddr.type);
229 ret = ent2result(he, a, argp->key.hostaddr.type);
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgetexecattr.c60 const char *type = _priv_exec->type; local
73 (type && (strcmp(type, exec->type) != 0))) {
79 (type && exec->type && (strcmp(type, exec->type) != 0)) ||
111 execp->type
[all...]
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c54 attr.type = CKA_CLASS;
67 attr.type = CKA_CERTIFICATE_TYPE;
70 attr.type = CKA_HW_FEATURE_TYPE;
76 attr.type = CKA_KEY_TYPE;
424 /* Secret keys share a common template, so set the key type here. */
557 find_attribute(new_attr->type, attributes, num_attributes, &attr);
627 if (attr->attribute.type == attrtype) {
644 get_template_ulong(CK_ATTRIBUTE_TYPE type, CK_ATTRIBUTE *attributes, argument
651 if (attributes[i].type == type) {
671 get_template_boolean(CK_ATTRIBUTE_TYPE type, CK_ATTRIBUTE *attributes, CK_ULONG num_attributes, boolean_t *result) argument
708 set_template_boolean(CK_ATTRIBUTE_TYPE type, CK_ATTRIBUTE *attributes, CK_ULONG num_attributes, boolean_t local, CK_BBOOL *value) argument
[all...]
H A DmetaMechManager.c32 * Each element in the array represents a particular mechanism type. The
33 * array is sorted by type, so that searching by mechanism can be done
53 CK_MECHANISM_TYPE type; member in struct:mechliststruct
172 mechlist[i].type)) {
192 list[num_found - 1] = mechlist[i].type;
580 mechlist[index].type = new_mechs[i];
620 if (mechlist[i].type == mechanism) {
625 if (mechlist[i].type > mechanism)
H A Dpkcs11SUNWExtensions.c74 CK_KEY_TYPE type; member in struct:_KEY_TYPE_SIZE_MAPPING
93 * It matches the given mech type (in args) with the slot's mech info.
298 * Check to make sure mechanism type is not for asymmetric key
317 template[i].type = CKA_CLASS;
322 /* get the key type for this mechanism */
328 template[i].type = CKA_KEY_TYPE;
338 /* set the attribute type flag on object based on mechanism */
342 template[i].type = mapping[j].attr;
353 template[i].type = CKA_TOKEN;
359 template[i].type
[all...]
H A Dpkcs11SlotToken.c712 C_GetMechanismInfo(CK_SLOT_ID slotID, CK_MECHANISM_TYPE type, argument
725 return (fast_funcs->C_GetMechanismInfo(slotID, type, pInfo));
729 return (meta_GetMechanismInfo(METASLOT_SLOTID, type, pInfo));
747 if (pkcs11_is_dismech(slotID, type)) {
751 rv = prov_funcs->C_GetMechanismInfo(true_id, type, pInfo);
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSlotToken.c226 CK_MECHANISM_TYPE type; local
340 &type) != CKR_OK)
345 pMechanismList[count] = type;
364 C_GetMechanismInfo(CK_SLOT_ID slotID, CK_MECHANISM_TYPE type, argument
380 rv = get_mechanism_info(slot_table[slotID], type, pInfo, &k_mi_flags);
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDESCrypt.c57 /* Allocate key schedule for DES or DES3 based on key type. */
696 des_ecb_ctx_init(void *key_sched, size_t size, CK_KEY_TYPE type) argument
707 if (type == CKK_DES)
719 des_cbc_ctx_init(void *key_sched, size_t size, uint8_t *ivec, CK_KEY_TYPE type) argument
733 if (type == CKK_DES)
H A DsoftDSA.c457 soft_genDSAkey_set_attribute(soft_object_t *key, CK_ATTRIBUTE_TYPE type, argument
465 switch (type) {
H A DsoftSlotToken.c559 C_GetMechanismInfo(CK_SLOT_ID slotID, CK_MECHANISM_TYPE type, argument
578 if (soft_mechanisms[i] == type)
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dutility.c268 is_attribute_defined(CK_ATTRIBUTE_TYPE type) argument
270 if (type >= CKA_VENDOR_DEFINED)
272 switch (type) {
499 build_attribute(CK_ATTRIBUTE_TYPE type, argument
509 attr->type = type;
/osnet-11/usr/src/lib/scsi/libses/common/
H A Dses_plugin.c148 ses_get_pagedesc(ses_target_t *tp, int pagenum, ses_pagetype_t type, argument
160 if ((type == SES_PAGE_CTL && dp->spd_ctl_len == NULL) ||
161 (type == SES_PAGE_DIAG && dp->spd_ctl_len != NULL))
173 * if the node type is known to the
176 * The caller should pass np if node type
182 * if the type is not known to
/osnet-11/usr/src/lib/scsi/plugins/ses/SUN-Storage-J4400/common/
H A Driverwalk.c80 uint64_t type, index; local
116 &type) == 0);
121 switch (type) {
/osnet-11/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_pages.c59 uint64_t cl_index, eo_index, type, unctype; local
72 &type) == 0);
114 * port or SAS expander. The count indicates the type of the element
150 type != SES_ET_DEVICE &&
151 type != SES_ET_ARRAY_DEVICE) {
202 type != SES_ET_DEVICE &&
203 type != SES_ET_ARRAY_DEVICE) {
/osnet-11/usr/src/lib/sun_fc/common/
H A DTgtFCHBAPort.h96 HBA_UINT8 type,
94 sendLIRR(uint64_t destWWN, HBA_UINT8 function, HBA_UINT8 type, void *pRspBuffer, HBA_UINT32 *pRspBufferSize) argument

Completed in 53 milliseconds

<<11121314151617181920>>