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

/illumos-gate/usr/src/cmd/acct/
H A Dacctdusg.c62 static struct disk *usglist[MAXUSERS]; /* holds data on disk usg by uid */ variable in typeref:struct:disk
103 /* fill usglist with the user's in the passwd file */
112 /* charge the files listed in names to users listed in the usglist */
151 curdisk->next = usglist[key];
152 usglist[key] = curdisk;
164 for (curdisk = usglist[HASHKEY(uid)];
187 for (entry = usglist[index];
274 for (entry = usglist[index];

Completed in 138 milliseconds