Home
last modified time | relevance | path

Searched refs:extptr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddryrun.c65 static struct cfextra **extptr; variable
337 for (n = 0; extptr && extptr[n]; n++) { in write_dryrun_ascii()
343 (extptr[n]->mstat.contchg || extptr[n]->mstat.attrchg)) || in write_dryrun_ascii()
344 extptr[n]->mstat.preloaded) { in write_dryrun_ascii()
346 extptr[n]->cf_ent.ftype, in write_dryrun_ascii()
347 extptr[n]->client_path); in write_dryrun_ascii()
416 for (n = 0; extptr && extptr[n]; n++) { in write_dryrun_bin()
429 (extptr[n]->mstat.contchg || extptr[n]->mstat.attrchg))) in write_dryrun_bin()
443 extptr[n]->cf_ent.pinfo = eptstat(&(extptr[n]->cf_ent), in write_dryrun_bin()
450 pkginfo = extptr[n]->cf_ent.pinfo; in write_dryrun_bin()
[all …]
/illumos-gate/usr/src/test/os-tests/tests/pf_key/
H A Dkmc-updater.c87 uint64_t *extptr, *endptr; in main() local
249 extptr = (uint64_t *)(samsg + 1); in main()
250 endptr = extptr + samsg->sadb_msg_len - SADB_8TO64(sizeof (*samsg)); in main()
251 ext = (sadb_ext_t *)extptr; in main()
253 while ((extptr < endptr) && in main()
255 extptr += ext->sadb_ext_len; in main()
256 ext = (sadb_ext_t *)extptr; in main()
259 if (extptr == endptr) { in main()
263 kmcext = (sadb_x_kmc_t *)extptr; in main()
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertgetsetop.c615 KMF_BOOL *critical, KMF_X509EXT_CERT_POLICIES *extptr) in kmf_get_cert_policies() argument
627 if (certdata == NULL || critical == NULL || extptr == NULL) in kmf_get_cert_policies()
646 (void) memset((void *)extptr, 0, sizeof (KMF_X509EXT_CERT_POLICIES)); in kmf_get_cert_policies()
718 extptr->numberOfPolicyInfo++; in kmf_get_cert_policies()
719 extptr->policyInfo = realloc(extptr->policyInfo, in kmf_get_cert_policies()
720 extptr->numberOfPolicyInfo * in kmf_get_cert_policies()
722 if (extptr->policyInfo == NULL) { in kmf_get_cert_policies()
726 extptr->policyInfo[extptr->numberOfPolicyInfo-1] = *pinfo; in kmf_get_cert_policies()