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

/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c75 * options (EXCL_OPT) are mutually exclusive key options, while
77 * for EXCL_OPT and -u for MOD_OPT.
79 typedef enum {EXCL_OPT, MOD_OPT} opt_flavor_t; enumerator in enum:__anon566
415 * If EXCL_OPT, allow only one option to be set
417 if ((type == EXCL_OPT) && (*options)) {
477 set_option(&opts, OPT_DEVINFO, EXCL_OPT);
502 set_option(&opts, OPT_CONTAINED, EXCL_OPT);
505 set_option(&opts, OPT_FILE_ONLY, EXCL_OPT);

Completed in 57 milliseconds