Searched refs:slotlist (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/syslog-267/libsystem_asl.tproj/include/
H A Dasl_legacy1.h77 asl_legacy1_slot_info_t *slotlist; member in struct:__anon12681
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl_legacy1.c169 * callback for sorting slotlist
220 if (xid == s->slotlist[mid].xid) return mid;
221 else if (xid < s->slotlist[mid].xid) top = mid;
228 if (xid == s->slotlist[top].xid) return top;
229 if (xid == s->slotlist[bot].xid) return bot;
249 s->slotlist = (asl_legacy1_slot_info_t *)calloc(count, sizeof(asl_legacy1_slot_info_t));
250 if (s->slotlist == NULL) return ASL_STATUS_NO_MEMORY;
281 s->slotlist[si].type = t;
282 s->slotlist[si].slot = i;
283 s->slotlist[s
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-pkcs11.c55 CK_SLOT_ID *slotlist; member in struct:pkcs11_provider
123 xfree(p->slotlist);
363 if ((rv = f->C_OpenSession(p->slotlist[slotidx], CKF_RW_SESSION|
543 p->slotlist = xcalloc(p->nslots, sizeof(CK_SLOT_ID));
544 if ((rv = f->C_GetSlotList(CK_TRUE, p->slotlist, &p->nslots))
554 if ((rv = f->C_GetTokenInfo(p->slotlist[i], token))
582 if (p->slotlist)
583 xfree(p->slotlist);

Completed in 178 milliseconds