Home
last modified time | relevance | path

Searched refs:MAXUSERS (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/acct/
H A Dacctdusg.c62 static struct disk *usglist[MAXUSERS]; /* holds data on disk usg by uid */
63 #define HASHKEY(x) ((int)((unsigned int)(x) % MAXUSERS))
186 for (index = 0; index < MAXUSERS; index++) { in output()
273 for (index = 0; index < MAXUSERS; index++) { in pdisk()
H A Dacctdef.h43 #define MAXUSERS 5003 macro
49 #define MAXUSERS 3001 macro
/titanic_50/usr/src/head/rpcsvc/
H A Drusers.x89 %#define MAXUSERS 100
/titanic_50/usr/src/lib/librpcsvc/common/
H A Drusersxdr.c121 (u_int *)&(up->uia_cnt), MAXUSERS, sizeof (struct utmpidle *),
/titanic_50/usr/src/cmd/rpcsvc/
H A Drpc.rusersd.c333 malloc(MAXUSERS*sizeof (struct utmpidle *));
336 RUSERSVERS_IDLE, MAXUSERS);