Searched refs:hash_insert (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/acct/ |
H A D | acctdusg.c | 65 static struct disk *hash_insert(uid_t); 106 entry = hash_insert(pw->pw_uid); in main() 138 hash_insert(uid_t uid) in hash_insert() function 251 entry = hash_insert(statb.st_uid); in charge()
|
/titanic_50/usr/src/cmd/cmd-crypto/tpmadm/ |
H A D | admin_cmds.c | 357 hash_insert(TSS_UUID uuid, TSS_KM_KEYINFO2 *key_data) in hash_insert() function 442 parent = hash_insert(keys[i].parentKeyUUID, NULL); in cmd_keyinfo() 443 child = hash_insert(keys[i].keyUUID, &keys[i]); in cmd_keyinfo()
|
/titanic_50/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.h | 348 static void hash_insert(struct di_devlink_handle *hdp, cache_link_t *clp);
|
H A D | devinfo_devlink.c | 2780 hash_insert(hdp, clp); in link_insert() 2796 hash_insert(struct di_devlink_handle *hdp, cache_link_t *clp) in hash_insert() function
|
/titanic_50/usr/src/cmd/tar/ |
H A D | tar.c | 6286 hash_insert(cachenode_t *table[], char *name, int value) in hash_insert() function 6317 c = hash_insert(uids, pwent ? pwent->pw_name : NULL, uid); in getname() 6329 c = hash_insert(gids, grent ? grent->gr_name : NULL, gid); in getgroup() 6341 c = hash_insert(names, name, pwent ? (int)pwent->pw_uid : -1); in getuidbyname() 6353 c = hash_insert(groups, group, grent ? (int)grent->gr_gid : -1); in getgidbyname()
|