Searched defs:phead (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dlist.c179 conf_entrylist_t *phead = NULL; local
199 if (get_entrylist(&phead) == KMF_OK) {
200 while (phead != NULL) {
201 (void) printf("%s:%s", phead->entry->keystore,
202 phead->entry->modulepath);
204 if (phead->entry->option == NULL)
208 phead->entry->option);
209 phead = phead->next;
211 free_entrylist(phead);
[all...]
H A Dutil.c496 conf_entrylist_t *phead = NULL; local
503 if (get_entrylist(&phead) != KMF_OK)
506 ptr = phead;
516 free_entrylist(phead);
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c263 uentrylist_t *phead; local
272 phead = pplist;
275 while (phead != NULL) {
276 if (!strcasecmp(phead->puent->name, "metaslot")) {
289 metaslot_entry = phead->puent;
294 if (!strcasecmp(phead->puent->name, FIPS_KEYWORD)) {
304 if ((isa = strstr(phead->puent->name, PKCS11_ISA)) != NULL) {
306 len = strlen(phead->puent->name) -
320 phead->puent->name, PKCS11_ISA_DIR, isa);
321 } else if ((fullpath = strdup(phead
[all...]
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c230 umechlist_t *phead = NULL; local
340 if (phead == NULL) {
341 phead = pcur = pmech;
351 pent->policylist = phead;
354 free_umechlist(phead);
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_ioctl.c324 mechlist_t *phead; local
371 phead = pcur = NULL;
379 if (phead == NULL) {
380 phead = pcur = pmech;
389 *ppmechlist = phead;
391 free_mechlist(phead);
412 mechlist_t *phead; local
509 phead = pcur = NULL;
516 if (phead == NULL) {
517 phead
[all...]
H A Dadm_kef_util.c184 mechlist_t *phead = NULL; local
223 pent->suplist = phead = pmech;
231 pent->dislist = phead = pmech;
243 phead->next = pmech;
244 phead = phead->next;
255 free_mechlist(phead);
581 mechlist_t *phead; /* the current and resulting disabled list */ local
607 phead = pcur = pent->dislist;
612 phead
1164 mechlist_t *phead = NULL; local
[all...]
H A Dadm_uef.c1304 umechlist_t *phead; local
1339 phead = puent->policylist;
1340 while (phead != NULL) {
1341 if (strlcat(buf, phead->name, BUFSIZ) >= BUFSIZ) {
1346 phead = phead->next;
1347 if (phead != NULL) {
1366 phead = puent->policylist;
1367 while (phead != NULL) {
1368 if (strlcat(buf, phead
1520 umechlist_t *phead; local
[all...]
H A Dcryptoadm.c468 mechlist_t *phead = NULL; local
510 if (phead == NULL) {
511 phead = pcur = pmech;
521 free_mechlist(phead);
523 mecharglist = phead;
1553 entrylist_t *phead = NULL; local
1684 phead = ptr = pdevlist_conf;
1689 phead = ptr;
1697 if (phead == ptr) {
1700 phead
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dglobal.h123 uint_t phead; /* # physical heads */ variable
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c179 char *phead; local
196 phead = &shead[6];
199 dev = get_uint8(phead++);
200 func = get_uint8(phead++);
204 dev = get_uint8(phead++);
205 func = get_uint8(phead++);
/illumos-gate/usr/src/uts/sun4/os/
H A Dintr.c451 intr_dist_add_list(struct intr_dist **phead, void (*func)(void *), void *arg) argument
464 for (iptr = *phead, pptr = phead; iptr != NULL;
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c181 static void trycon(struct call_list *phead, int fd);
182 static void send_dis(struct call_list *phead, int fd);
183 static void doevent(struct call_list *phead, int fd);
899 struct call_list *phead; /* pending head */ local
945 phead = ((sp->fd) + Priv_call);
946 doevent(phead, (sp->fd));
948 trycon(phead, (sp->fd));
950 send_dis(phead, (sp->fd));
1071 doevent(struct call_list *phead, int fd) argument
1093 queue(phead, curren
1131 send_dis(struct call_list *phead, int fd) argument
1164 trycon(struct call_list *phead, int fd) argument
[all...]
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c240 conf_entrylist_t *phead = extra_plugin_list; local
243 while (phead != NULL) {
244 if (phead->entry->kstype == kstype)
247 phead = phead->next;
250 if (phead == NULL)
261 if (strncmp(phead->entry->modulepath, "/", 1) != 0) {
263 KMF_PLUGIN_PATH, phead->entry->modulepath);
265 char *buf = phead->entry->modulepath;
284 phead
465 conf_entrylist_t *phead = extra_plugin_list; local
2650 conf_entrylist_t *phead = extra_plugin_list; local
[all...]
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi.c950 pvscsi_cmd_t *cmd, *pcmd, *phead = NULL; local
986 if (phead == NULL) {
987 phead = pcmd;
989 phead->tail_cmd->next_cmd = pcmd;
990 phead->tail_cmd = pcmd->tail_cmd;
998 *pending = phead;
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h833 node_t *phead; /* Phys LRU list head (MRU) */ member in struct:lru_s
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c4055 struct pm_comp_pkg *phead = NULL; local
4090 phead = NULL;
4112 p = kmem_zalloc(sizeof (*phead), KM_SLEEP);
4113 if (phead == NULL) {
4114 phead = ptail = p;
4168 for (i = 0, p = phead; i < components; i++) {
4207 phead = p; /* errout depends on phead making sense */
4232 for (p = phead; p; ) {

Completed in 122 milliseconds