Searched defs:type (Results 476 - 500 of 2141) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEC.c130 CK_ATTRIBUTE_TYPE type)
134 switch (type) {
166 template.type = CKA_EC_PARAMS;
234 template.type = CKA_VALUE;
245 template.type = CKA_EC_PARAMS;
374 template.type = CKA_EC_PARAMS;
560 template.type = CKA_EC_POINT;
129 soft_genECkey_set_attribute(soft_object_t *key, biginteger_t *bi, CK_ATTRIBUTE_TYPE type) argument
/illumos-gate/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;
/illumos-gate/usr/src/lib/print/libipp-core/common/
H A Dread.c109 /* verify that the IPP type and size are compatible */
111 validate_length(int8_t type, int8_t size) argument
116 if (type_info[i].ipp_type == type)
121 /* convert tyep IPP type to a type that is marginally compatible */
148 /* verify that the IPP type is correct for the named attribute */
150 validate_type(char *name, int8_t type) argument
156 else if (t == type) /* The supplied type matched the RFC type */
168 validate_value(papi_attribute_t ***message, char *name, int8_t type, ...) argument
270 ipp_read_attribute_group(ipp_reader_t iread, void *fd, int8_t *type, papi_attribute_t ***message) argument
588 ipp_read_header(ipp_reader_t iread, void *fd, papi_attribute_t ***message, char type) argument
653 ipp_read_message(ipp_reader_t iread, void *fd, papi_attribute_t ***message, char type) argument
[all...]
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dipp-listener.c102 enum { OP_REQUIRED, OP_OPTIONAL, OP_VENDOR } type; member in struct:__anon4305
236 type_to_boolean(char *type) argument
240 if ((strcasecmp(type, "true") == 0) ||
241 (strcasecmp(type, "yes") == 0) ||
242 (strcasecmp(type, "on") == 0) ||
243 (strcasecmp(type, "enable") == 0))
256 if (handlers[i].type == OP_REQUIRED)
279 ipp_configure_operation(papi_attribute_t ***list, char *operation, char *type) argument
284 if ((list == NULL) || (operation == NULL) || (type == NULL))
287 boolean = type_to_boolean(type);
[all...]
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dprinter.c186 char *message, uint16_t type)
200 ipp_initialize_request(svc, &request, type);
204 switch (type) {
185 _printer_enable_disable_pause_resume_delete(papi_service_t handle, char *name, char *message, uint16_t type) argument
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_plugin.c151 ses_get_pagedesc(ses_target_t *tp, int pagenum, ses_pagetype_t type) argument
162 if ((type == SES_PAGE_CTL && dp->spd_ctl_len == NULL) ||
163 (type == SES_PAGE_DIAG && dp->spd_ctl_len != NULL))
/illumos-gate/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) {
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_pages.c62 uint64_t index, type; local
71 &type) == 0);
91 type != SES_ET_DEVICE &&
92 type != SES_ET_ARRAY_DEVICE) {
/illumos-gate/usr/src/lib/efcode/gp2/
H A Dgp2.c203 fstack_t portid, bar, align, type, size_hi, size_lo; local
213 type = POP(DS);
219 fc_int2cell(type), fc_int2cell(size_hi), fc_int2cell(size_lo),
227 (int)bar, (int)align, (int)type, (int)size_hi, (int)size_lo,
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dcpu.c252 uint8_t type; local
283 * Cache index, way and type are optional elements
290 rc |= nvlist_lookup_uint8(nvl, FM_FMRI_CPU_CACHE_TYPE, &type);
308 FM_FMRI_CPU_CACHE_TYPE, type));
324 FM_FMRI_CPU_CACHE_TYPE, type));
372 uint8_t type = 0; local
448 type = strtoul(s, &end, 0);
471 type);
H A Dtopo_method.c295 topo_sensor_failed(int32_t type, uint32_t state, struct sensor_errinfo *seinfo) argument
308 switch (type) {
368 * type, state, units, reading
389 uint32_t type, state, units; local
413 type = state = units = 0;
430 TOPO_PROP_VAL_VAL, &type);
444 if (topo_sensor_failed(type, state, &seinfo)) {
448 type) != 0 ||
H A Dtopo_subr.c336 topo_sensor_type_name(uint32_t type, char *buf, size_t len) argument
341 if (ntp->int_value == type) {
347 (void) snprintf(buf, len, "0x%02x", type);
351 topo_sensor_units_name(uint8_t type, char *buf, size_t len) argument
356 if (ntp->int_value == type) {
362 (void) snprintf(buf, len, "0x%02x", type);
366 topo_led_type_name(uint8_t type, char *buf, size_t len) argument
371 if (ntp->int_value == type) {
377 (void) snprintf(buf, len, "0x%02x", type);
381 topo_led_state_name(uint8_t type, cha argument
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bboard.c39 /* base baoed type values to hc-canonical-name */
41 int type; member in struct:x86pi_bb_name
119 for (bbnp = x86pi_bb_names; bbnp->type != 0x00; bbnp++) {
120 if (bbnp->type == bb.smbb_type) {
121 switch (bbnp->type) {
136 * Enumerate any other baseboard type
157 if (bbnp->type != 0x00)
229 smbc->type = SMB_TYPE_PROCESSOR;
H A Dx86pi_impl.h97 * Count and smbios struct id(s) for each smbios struct type.
109 int type; /* SMBIOS stucture type */ member in struct:smbs_cnt
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/motherboard/
H A Dmotherboard.c131 uint32_t type = 0; local
148 (void) ldom_get_type(lhp, &type);
149 if ((type & LDOM_TYPE_CONTROL) != 0) {
196 if (md_get_prop_str(mdp, listp[i], "type", &pstr) == 0) {
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu.c341 uint32_t type = 0; local
366 (void) ldom_get_type(lhp, &type);
369 (status == P_OFFLINE && ((type & LDOM_TYPE_CONTROL) != 0)));
H A Dcpu_mdesc.c351 uint32_t type = 0; local
359 (void) ldom_get_type(lhp, &type);
360 if ((type & LDOM_TYPE_CONTROL) != 0) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.c313 /* ASN.1 constructed type encoder engine
340 assert(a->type == atype_ptr);
359 const struct atype_info *type,
363 int length = get_nullterm_sequence_len(val, type);
365 return encode_sequence_of(buf, length, val, type, retlen);
381 switch (a->type) {
399 a->type == atype_nullterm_sequence_of,
424 assert(a->type > atype_min);
425 assert(a->type < atype_max);
426 assert(a->type !
358 encode_nullterm_sequence_of(asn1buf *buf, const void *val, const struct atype_info *type, int can_be_empty, unsigned int *retlen) argument
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_solaris.c55 * The default is file type w/o the write. If it's anything besides
122 * encryption type
136 * Note: For encryption types; the union of the enc type flag and the
137 * capabilities of the client is used to determine the enc type set to
274 kt_remove_by_key(krb5_context ctx, char *key, uint_t type) argument
286 if (type == REALM) {
289 } else if (type == PRINCIPAL) {
302 if (type == PRINCIPAL && krb5_principal_compare(ctx, svc_princ,
305 } else if (type == REALM && krb5_realm_compare(ctx, &realm_data,
403 * encryption type
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A DgssapiP_spnego.h51 * send_token_flag is used to indicate in later steps what type
76 gss_OID type; member in struct:__anon2545
/illumos-gate/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...]
/illumos-gate/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...]
/illumos-gate/usr/src/lib/librsc/sparc/mpxu/common/
H A Dlibrsc.c174 request.type = DP_GET_SDP_VERSION;
178 response.type = DP_GET_SDP_VERSION_R;
221 if (rsc_check_unsupported_cmd(req->type) != 0)
228 if (!rsc_cmd_response_guaranteed(req->type))
231 rr_req->msg_type = req->type;
236 rr_resp->msg_type = resp->type;
268 * type, will return a record which provides the following information:
272 rsc_lookup_rr_table(req_resp_table_t *rr_table, int cnt, rsci8 type) argument
277 printf("lookup for type %x, count %d\n", type, cn
293 rsc_check_unsupported_cmd(rsci8 type) argument
313 rsc_cmd_response_guaranteed(rsci8 type) argument
[all...]
/illumos-gate/usr/src/lib/librsm/common/
H A Drsmloopback.c581 rsm_barrier_type_t type,
588 type = type; im_memseg = im_memseg; barrier = barrier;
580 loopback_init_barrier(rsm_memseg_import_handle_t im_memseg, rsm_barrier_type_t type, rsm_barrier_handle_t barrier) argument

Completed in 84 milliseconds

<<11121314151617181920>>