Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.c126 if ((ET_NotifySize = atoi(optarg)) < 1) in main()
127 ET_NotifySize = 1; in main()
128 syslog(LOG_DEBUG, "-n option is %d", ET_NotifySize); in main()
H A Dinit.c44 ET_NotifySize = 1; variable
275 for (i = 0; i < ET_NotifySize; i++) { in init_exec()
H A Dlpsched.h384 ET_NotifySize; /* Number of notify execs */