Home
last modified time | relevance | path

Searched refs:OPT_FORCE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dchgrp.c146 #define OPT_FORCE 0x0002 /* ignore errors */ macro
285 options |= OPT_FORCE; in b_chgrp()
415 if (!(options & OPT_FORCE)) in b_chgrp()
482 if (!(options & OPT_SHOW) && (*chownf)(ent->fts_accpath, uid, gid) && !(options & OPT_FORCE)) in b_chgrp()
487 if (!(options & OPT_FORCE)) in b_chgrp()
491 if (!(options & OPT_FORCE)) in b_chgrp()
495 if (!(options & OPT_FORCE)) in b_chgrp()
499 if (!(options & OPT_FORCE)) in b_chgrp()
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.h69 #define OPT_FORCE 30 macro
H A Dap_seq.c73 if (check && (!ap_getopt(a, OPT_FORCE)) && (!ap_confirm(a))) { in ap_suspend_check()
H A Dap_sbd.c365 ap_setopt(a, OPT_FORCE); in apd_alloc()
545 if (ap_getopt(a, OPT_FORCE)) in ap_ioctl()
H A Dap.c387 #define CMFOPT (CMNOPT|SHFT(OPT_FORCE))
H A Dap_rcm.c1176 if (ap_getopt(a, OPT_FORCE)) in ap_rcm_ctl()