Searched refs:MOD_OPT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c76 * modifier options (MOD_OPT) add to the key option. Examples are -f
77 * for EXCL_OPT and -u for MOD_OPT.
79 typedef enum {EXCL_OPT, MOD_OPT} opt_flavor_t; enumerator in enum:__anon566
480 set_option(&flags, OPT_SIGNAL, MOD_OPT);
484 set_option(&flags, OPT_SIGNAL, MOD_OPT);
493 set_option(&flags, OPT_USERID, MOD_OPT);
499 set_option(&flags, OPT_NBMANDLIST, MOD_OPT);

Completed in 58 milliseconds