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.c1482 "station timed out due to inact (refcnt %u)\n",
1579 const char *name, int inact, int keyixmax,
1585 "%s table, inact %d\n", name, inact);
1590 nt->nt_inact_init = inact;
1578 ieee80211_node_table_init(ieee80211com_t *ic, ieee80211_node_table_t *nt, const char *name, int inact, int keyixmax, void (*timeout)(ieee80211_node_table_t *)) argument

Completed in 63 milliseconds