Home
last modified time | relevance | path

Searched refs:FORCE (Results 1 – 25 of 42) sorted by relevance

12

/illumos-gate/usr/src/cmd/power/
H A Dsys-suspend.c95 #define FORCE 0x001 macro
354 if (flags & FORCE) { in pm_suspend()
611 flags |= FORCE; in main()
657 if ((flags & FORCE) && (flags & LOWPOWER)) in main()
663 if ((flags & SHUTDOWN) && (flags & FORCE)) in main()
664 flags &= ~(FORCE | LOWPOWER); in main()
666 if (flags & FORCE) in main()
678 if ((flags & (FORCE|SHUTDOWN)) && in main()
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c908 } else if (optflag & FORCE) { in exec_clean()
925 else if (optflag & FORCE) in exec_clean()
1074 if (!(optflag & FORCE) && in _deallocate_dev()
1087 if (!(optflag & FORCE)) { in _deallocate_dev()
1107 !(optflag & FORCE)) { in _deallocate_dev()
1114 if (!(optflag & FORCE)) in _deallocate_dev()
1234 if (optflag & FORCE) { in _allocate_dev()
1236 dealloc_optflag = FORCE|SILENT; in _allocate_dev()
1238 dealloc_optflag = FORCE; in _allocate_dev()
1439 if (optflag & (FORCE | FORCE_ALL)) { in deallocate()
[all …]
H A Dallocate.c370 optflg |= FORCE; in main()
435 optflg |= FORCE; in main()
438 if (optflg & (CLASS | TYPE | FORCE)) in main()
H A Dallocate.h46 #define FORCE 0x00000800 /* -F */ macro
/illumos-gate/usr/src/lib/libsocket/inet/
H A Druserpass.c66 #define FORCE 9 macro
106 t->tokstr = "force"; t++->tval = FORCE; in _ruserdata()
222 case FORCE: in rnetrc()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DTEST.mk80 test.$(A) : .VIRTUAL .FORCE
161 .TESTINIT : .MAKE .VIRTUAL .FORCE .REPEAT
H A DWWW.mk165 $(G) : .JOINT $(ARCH)/$(ITEM)/$(ITEM).mm (html_info) .WWW.semaphore .FORCE
177 $(BINS) :JOINT: .FORCE .WWW.semaphore
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.h16 FORCE enumerator
H A Dpnic.c203 case FORCE : in pnic_irq()
H A Depic100.c429 case FORCE : in epic100_irq()
H A D3c595.c462 case FORCE : in t595_irq()
H A Drtl8139.c500 case FORCE : in rtl_irq()
H A Dnatsemi.c764 case FORCE : in natsemi_irq()
H A Ddavicom.c646 case FORCE : in davicom_irq()
H A Deepro100.c372 case FORCE : in eepro100_irq()
H A D3c90x.c682 case FORCE : in a3c90x_irq()
H A Dr8169.c437 case FORCE : in r8169_irq()
H A Dw89c840.c604 case FORCE : in w89c840_irq()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dmain.c100 #define FORCE 4 /* force checking, even if clean */ macro
157 case FORCE: in main()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c160 #define FORCE 4 /* force checking, even if clean */ macro
279 case FORCE: in main()
/illumos-gate/usr/src/cmd/tip/
H A Dtip.h194 #define FORCE 8 macro
H A Dtip.c386 } else if (!cumode && gch == character(value(FORCE))) in tipin()
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh49 FORCE=0
99 f) FORCE=1
113 if [ $CREATEDEF -eq 1 -a $FORCE -eq 1 ] ; then
118 if [ $FORCE -eq 1 -a $CREATEDEF -eq 0 -a $DESTROYZONES -eq 0 ] ; then
1414 if [ $FORCE -eq 0 ] ; then
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DMamfile264 exec - ${CC} ${mam_cc_FLAGS} ${-debug-symbols?1?${mam_cc_DEBUG} -D_BLD_DEBUG?${CCFLAGS.FORCE}?} ${D…
314 exec - ${CC} ${mam_cc_FLAGS} ${-debug-symbols?1?${mam_cc_DEBUG} -D_BLD_DEBUG?${CCFLAGS.FORCE}?} ${D…
348 exec - ${CC} ${mam_cc_FLAGS} ${-debug-symbols?1?${mam_cc_DEBUG} -D_BLD_DEBUG?${CCFLAGS.FORCE}?} ${D…
382 exec - ${CC} ${mam_cc_FLAGS} ${-debug-symbols?1?${mam_cc_DEBUG} -D_BLD_DEBUG?${CCFLAGS.FORCE}?} ${D…
/illumos-gate/usr/src/uts/common/sys/
H A Dfem.h104 FORCE = 0, /* Force the installation of this monitor */ enumerator

12