Searched refs:valptr (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libtsnet/common/
H A Dmisc.c184 const char *valptr, *nxtopt; local
201 valptr = parse_entry(attrbuf, sizeof (attrbuf), options, ",=");
216 if ((key == SAK_CIPSO && *valptr == '=') ||
217 (key != SAK_CIPSO && *valptr != '=')) {
218 *errstrp = (char *)valptr;
223 nxtopt = valptr;
224 if (*valptr == '=') {
225 valptr++;
227 valptr, ",=");
248 *errstrp = (char *)valptr;
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.h108 asn1_error_code asn1_decode_checksum_ptr(asn1buf *buf, krb5_checksum **valptr);
111 krb5_keyblock **valptr);
122 asn1_error_code asn1_decode_ticket_ptr(asn1buf *buf, krb5_ticket **valptr);
128 krb5_address **valptr);
133 krb5_last_req_entry **valptr);
136 krb5_authdata **valptr);
142 krb5_cred_info **valptr);
144 asn1_error_code asn1_decode_pa_data_ptr(asn1buf *buf, krb5_pa_data **valptr);
148 passwd_phrase_element **valptr);
172 asn1buf *buf, krb5_external_principal_identifier **valptr);
[all...]
H A Dasn1_k_decode.c384 *valptr = NULL; \
393 *valptr = val; \
538 asn1_decode_checksum_ptr(asn1buf *buf, krb5_checksum **valptr) argument
561 asn1_decode_encryption_key_ptr(asn1buf *buf, krb5_keyblock **valptr) argument
732 asn1_decode_ticket_ptr(asn1buf *buf, krb5_ticket **valptr) argument
879 asn1_decode_host_address_ptr(asn1buf *buf, krb5_address **valptr) argument
1062 asn1_decode_authdata_elt_ptr(asn1buf *buf, krb5_authdata **valptr) argument
1138 asn1_decode_krb_cred_info_ptr(asn1buf *buf, krb5_cred_info **valptr) argument
1175 asn1_decode_pa_data_ptr(asn1buf *buf, krb5_pa_data **valptr) argument
1214 asn1_decode_last_req_entry_ptr(asn1buf *buf, krb5_last_req_entry **valptr) argument
1297 asn1_decode_etype_info2_entry_ptr(asn1buf *buf, krb5_etype_info_entry **valptr) argument
1336 asn1_decode_etype_info2_entry_1_3_ptr(asn1buf *buf, krb5_etype_info_entry **valptr) argument
1367 asn1_decode_etype_info_entry_ptr(asn1buf *buf, krb5_etype_info_entry **valptr) argument
1428 asn1_decode_passwdsequence_ptr(asn1buf *buf, passwd_phrase_element **valptr) argument
1809 asn1_decode_fast_armor_ptr(asn1buf *buf, krb5_fast_armor **valptr) argument
1836 asn1_decode_fast_finished_ptr(asn1buf *buf, krb5_fast_finished **valptr) argument
1866 asn1_decode_princ_plus_realm(asn1buf *buf, krb5_principal *valptr) argument
1942 asn1_decode_external_principal_identifier_ptr( asn1buf *buf, krb5_external_principal_identifier **valptr) argument
2089 asn1_decode_trusted_ca_ptr(asn1buf *buf, krb5_trusted_ca **valptr) argument
2255 asn1_decode_algorithm_identifier_ptr(asn1buf *buf, krb5_algorithm_identifier **valptr) argument
2617 asn1_decode_typed_data_ptr(asn1buf *buf, krb5_typed_data **valptr) argument
[all...]
/osnet-11/usr/src/lib/libc/port/print/
H A Ddoprnt.c237 _lowdigit(ssize_t *valptr) argument
240 /* pointed to by valptr, and returns this digit after dividing */
241 /* *valptr by ten. This function is called ONLY to compute the */
244 ssize_t lowbit = *valptr & 1;
245 long value = (*valptr >> 1) & ~HIBITL;
247 *valptr = value / 5;
253 _lowlldigit(long long *valptr) argument
255 ssize_t lowbit = *valptr & 1;
256 long long value = (*valptr >> 1) & ~HIBITLL;
257 *valptr
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4250 struct zone_rctlvaltab *valptr; local
4269 valptr = (struct zone_rctlvaltab *)malloc(
4271 if (valptr == NULL)
4274 valptr->zone_rctlval_priv,
4275 sizeof (valptr->zone_rctlval_priv)) !=
4279 valptr->zone_rctlval_limit,
4280 sizeof (valptr->zone_rctlval_limit)) !=
4284 valptr->zone_rctlval_action,
4285 sizeof (valptr->zone_rctlval_action)) !=
4288 if (zonecfg_add_rctl_value(tabptr, valptr) !
4302 struct zone_rctlvaltab *valptr; local
4778 struct zone_rctlvaltab *valptr; local
6043 struct zone_rctlvaltab *valptr; local
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlaggr.c384 char *valptr[1]; local
388 valptr[0] = propval;
390 "ntcs", (char **)valptr, &valcnt) != DLADM_STATUS_OK) {

Completed in 80 milliseconds