Home
last modified time | relevance | path

Searched refs:inact (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/oamuser/user/
H A Duseradd.c120 static long inact; /* inactive days */ variable
354 inact = strtol(inactstr, &ptr, 10);
355 if (*ptr || inact < 0) {
361 usrdefs->definact = inact;
547 inact = strtol(inactstr, &ptr, 10);
548 if (*ptr || inact < 0) {
552 } else inact = usrdefs->definact;
599 (void) sprintf(inactstring, "%ld", inact);
H A Dusermod.c150 int tries, mflag = 0, inact, **gidlist, flag = 0, zflag = 0, Zflag = 0; local
559 inact = (int)strtol(inactstr, &ptr, 10);
560 if (*ptr || inact < 0) {
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_node.c1579 const char *name, int inact, int keyixmax, in ieee80211_node_table_init() argument
1585 "%s table, inact %d\n", name, inact); in ieee80211_node_table_init()
1590 nt->nt_inact_init = inact; in ieee80211_node_table_init()