Searched defs:entry (Results 1 - 4 of 4) sorted by relevance
/solaris-userland/components/krb5/Solaris/ |
H A D | kadm_host_srv_names.c | 61 struct server_entry *entry; local 72 entry = &serverlist.servers[0]; 73 *master = strdup(entry->hostname);
|
H A D | kt_solaris.c | 56 krb5_keytab_entry entry; local 61 memset(&entry, 0, sizeof (entry)); 74 entry.key = key; 75 entry.vno = kvno; 76 entry.principal = princ; 78 code = krb5_kt_add_entry(ctx, kt, &entry); 270 krb5_keytab_entry entry; local 293 while ((code = krb5_kt_next_entry(ctx, kt, &entry, &cursor)) == 0) { 295 entry 415 krb5_keytab_entry entry; local [all...] |
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/ |
H A D | dsr.c | 234 nms_t *entry; local 236 entry = (nms_t *)malloc(sizeof (nms_t)); 237 if (entry != (nms_t *)NULL) { 244 entry->real = (char *)malloc(len); 245 if (entry->real) { 246 (void) strcpy(entry->real, nlnm); 249 entry->dsk = (char *)malloc(len); 250 if (entry->dsk) { 251 (void) strcpy(entry->dsk, shortnm); 252 entry 319 nms_t *entry; local 484 disk_list_t *entry; local [all...] |
/solaris-userland/components/openssl/common/engines/pkcs11/ |
H A D | e_pk11_pub.c | 219 * Find active list entry according to object handle and return pointer to the 220 * entry otherwise return NULL. 228 PK11_active *entry; local 230 for (entry = active_list[type]; entry != NULL; entry = entry->next) { 231 if (entry->h == h) { 232 return (entry); 240 * Search for an entry i 250 PK11_active *entry = NULL; local 291 pk11_active_remove(PK11_active *entry, PK11_OPTYPE type) argument 320 PK11_active *entry; local 353 PK11_active *entry = NULL; local [all...] |
Completed in 138 milliseconds