Searched defs:ad (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/libast/common/string/
H A Dtokline.c58 spliceline(Sfio_t* s, int op, void* val, Sfdisc_t* ad) argument
60 Splice_t* d = (Splice_t*)ad;
/osnet-11/usr/src/common/mpi/
H A Dmpmontg.c134 mp_digit *ad; local
137 ad = MP_DIGITS(a);
143 d[i] = ad[2 * i] + (((uint64_t)ad[2 * i + 1]) << 32);
147 d[useda / 2 ] = ad[useda - 1];
156 d[i] = ad[i];
166 mp_digit *ad; local
168 ad = MP_DIGITS(a);
174 ad[2 * i] = d[i] & 0xffffffff;
175 ad[
[all...]
H A Dmpi.c840 mp_digit *ad; local
854 ad = MP_DIGITS(a);
856 d[i] = ad[2 * i] + (((uint64_t)ad[2 * i + 1]) << 32);
859 d[useda / 2] = ad[useda - 1];
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dauth_des.c133 struct ad_private *ad; local
144 ad = malloc(sizeof (struct ad_private));
145 if (ad == NULL) {
149 ad->ad_fullname = ad->ad_servername = NULL; /* Sanity reasons */
150 ad->ad_timehost = NULL;
151 ad->ad_netid = NULL;
152 ad->ad_uaddr = NULL;
153 ad->ad_nis_srvr = NULL;
154 ad
249 struct ad_private *ad = (struct ad_private *)auth->ah_private; local
345 struct ad_private *ad = (struct ad_private *)auth->ah_private; local
403 struct ad_private *ad = (struct ad_private *)auth->ah_private; local
443 struct ad_private *ad = (struct ad_private *)auth->ah_private; local
[all...]
/osnet-11/usr/src/lib/libipp/
H A Dlibipp.c406 array_desc_t ad; local
438 ad.name = IPPCTL_MODNAME_ARRAY;
439 ad.array = NULL;
440 ad.nelt = 0;
442 if ((rc = dispatch(&nvlp, string_array_callback, (void *)&ad)) == 0) {
443 *modname_arrayp = ad.array;
444 *neltp = ad.nelt;
464 array_desc_t ad; local
502 ad.name = IPPCTL_ANAME_ARRAY;
503 ad
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dcopy_auth.c237 krb5_authdata *ad = in_authdat[i]; local
240 switch (ad->ad_type) {
244 ad->ad_type,
245 ad,
262 if (ad->ad_type == ad_type && retval == 0)
263 retval = grow_find_authdata(context, fctx, ad);
/osnet-11/usr/src/lib/nsswitch/ad/common/
H A Dad_common.c71 nssad_cfg_reload_ad(nssad_prop_t *props, adutils_ad_t **ad) argument
91 if (*ad != NULL)
92 adutils_ad_free(ad);
93 *ad = new;
133 (void) nssad_cfg_reload_ad(&cp->props, &cp->ad);
145 adutils_ad_free(&cp->ad);
167 if (nssad_cfg_reload_ad(&cp->props, &cp->ad) < 0)
395 rc = adutils_lookup_batch_start(cp->ad, 1, NULL, NULL, &qs);
H A Dad_common.h98 adutils_ad_t *ad; member in struct:nssad_cfg
/osnet-11/usr/src/lib/libbsm/common/
H A Dgeneric.c398 int ad; local
412 if ((ad = au_open()) == -1) {
416 (void) au_write(ad, au_to_subject_ex(aug_auid, aug_euid, aug_egid,
419 (void) au_write(ad, au_to_mylabel());
426 (void) au_write(ad, au_to_newgroups(ng, grplst));
430 (void) au_write(ad, au_to_text(aug_text));
433 (void) au_write(ad, au_to_text(aug_text1));
436 (void) au_write(ad, au_to_text(aug_text2));
439 (void) au_write(ad, au_to_path(aug_path));
442 (*aug_afunc)(ad);
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/dtrace/
H A Dkerberos_dtrace.c493 const krb5_authdata *ad = a; local
496 if (ad != NULL)
497 str = k5_type_to_str(k5_adtype_lookup, ad->ad_type);
/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils.c58 static void delete_ds(adutils_ad_t *ad, const char *host, int port);
501 adutils_ad_t *ad; local
505 if ((ad = calloc(1, sizeof (*ad))) == NULL)
507 ad->ref = 1;
508 ad->partition = part;
515 ad->basedn = adutils_dns2dn(domain_name);
518 ad->basedn = strdup("");
520 if (ad->basedn == NULL)
523 if (pthread_mutex_init(&ad
535 adutils_ad_free(adutils_ad_t **ad) argument
670 get_conn(adutils_ad_t *ad) argument
773 adutils_add_ds(adutils_ad_t *ad, const char *host, int port) argument
841 delete_ds(adutils_ad_t *ad, const char *host, int port) argument
883 adutils_add_domain(adutils_ad_t *ad, const char *domain, const char *sid) argument
921 adutils_ad_t *ad = qs->qadh->owner; local
946 adutils_ad_t *ad = qs->qadh->owner; local
960 adutils_lookup_batch_start(adutils_ad_t *ad, int nqueries, adutils_ldap_res_search_cb ldap_res_search_cb, void *ldap_res_search_argp, adutils_query_state_t **state) argument
1684 adutils_lookup(adutils_ad_t *ad, const char *filter, const char **attrs, const char *domain, adutils_result_t **result) argument
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c2420 ATTR_DEF *ad; local
2426 for (ad = vol->attrdef; (u8*)ad - (u8*)vol->attrdef <
2427 vol->attrdef_len && ad->type; ++ad) {
2429 if (le32_to_cpu(ad->type) < le32_to_cpu(type))
2432 if (ad->type == type)
2433 return ad;
2460 ATTR_DEF *ad; local
2476 ad
2508 ATTR_DEF *ad; local
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgweb.c1156 ACCESS_DESCRIPTION *ad; local
1168 ad = sk_ACCESS_DESCRIPTION_value(aia, i);
1169 if (OBJ_obj2nid(ad->method) == NID_ad_OCSP) {
1170 if (ad->location->type == GEN_URI) {
1172 xstrdup((char *)ASN1_STRING_data(ad->location->d.ia5));
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dudf.c441 struct grub_udf_short_ad *ad = (struct grub_udf_short_ad *) ptr; local
446 grub_uint32_t adlen = U32 (ad->length) & 0x3fffffff;
447 grub_uint32_t adtype = U32 (ad->length) >> 30;
453 ad->position);
472 ad = (struct grub_udf_short_ad *)
479 grub_uint32_t ad_pos = ad->position;
488 ad++;
494 struct grub_udf_long_ad *ad = (struct grub_udf_long_ad *) ptr; local
499 grub_uint32_t adlen = U32 (ad->length) & 0x3fffffff;
500 grub_uint32_t adtype = U32 (ad
[all...]

Completed in 63 milliseconds