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

/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c280 struct uid_blk *uid_sp; variable in typeref:struct:uid_blk
776 uid_sp = malloc(sizeof (struct uid_blk));
777 if (uid_sp == NULL) {
782 uid_sp->link = NULL;
783 uid_sp->low = (UID_MIN -1);
784 uid_sp->high = (UID_MIN -1);
980 passwd_st.pw_uid = uid_sp->high + 1;
1454 uid_p = uid_sp;

Completed in 58 milliseconds