Home
last modified time | relevance | path

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

12

/titanic_53/usr/src/cmd/power/
H A Dsys-suspend.c95 #define FORCE 0x001 macro
353 if (flags & FORCE) { in pm_suspend()
607 flags |= FORCE; in main()
660 if ((flags & FORCE) && (flags & LOWPOWER)) in main()
666 if ((flags & SHUTDOWN) && (flags & FORCE)) in main()
667 flags &= ~(FORCE | LOWPOWER); in main()
669 if (flags & FORCE) in main()
681 if ((flags & (FORCE|SHUTDOWN)) && in main()
/titanic_53/usr/src/cmd/allocate/
H A Dallocate3.c909 } else if (optflag & FORCE) { in exec_clean()
926 else if (optflag & FORCE) in exec_clean()
1064 if (!(optflag & (FORCE | FORCE_ALL)) && !is_authorized) { in _deallocate_dev()
1075 if (!(optflag & FORCE) && in _deallocate_dev()
1081 if (!(optflag & FORCE) && stat_buf.st_uid != uid && in _deallocate_dev()
1088 if (!(optflag & FORCE)) { in _deallocate_dev()
1108 !(optflag & FORCE)) { in _deallocate_dev()
1115 if (!(optflag & FORCE)) in _deallocate_dev()
1134 if (!(optflag & (FORCE | FORCE_ALL))) { in _deallocate_dev()
1235 if (optflag & FORCE) { in _allocate_dev()
[all …]
H A Dallocate.h48 #define FORCE 0x00000800 /* -F */ macro
H A Dallocate.c372 optflg |= FORCE; in main()
437 optflg |= FORCE; in main()
440 if (optflg & (CLASS | TYPE | FORCE)) in main()
/titanic_53/usr/src/lib/libbc/libc/net/
H A Druserpass.c49 #define FORCE 9 macro
92 t->tokstr = "force"; t++->tval = FORCE; in _ruserdata()
184 case FORCE: in rnetrc()
/titanic_53/usr/src/lib/libsocket/inet/
H A Druserpass.c67 #define FORCE 9 macro
107 t->tokstr = "force"; t++->tval = FORCE; in _ruserdata()
213 case FORCE: in rnetrc()
/titanic_53/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
/titanic_53/usr/src/cmd/fs.d/udfs/fsck/
H A Dmain.c81 #define FORCE 4 /* force checking, even if clean */ macro
138 case FORCE: in main()
/titanic_53/usr/src/grub/grub-0.97/netboot/
H A Dnic.h16 FORCE enumerator
H A Dpnic.c203 case FORCE : in pnic_irq()
H A D3c595.c462 case FORCE : in t595_irq()
H A Depic100.c429 case FORCE : in epic100_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 Dr8169.c437 case FORCE : in r8169_irq()
H A D3c90x.c682 case FORCE : in a3c90x_irq()
/titanic_53/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c160 #define FORCE 4 /* force checking, even if clean */ macro
244 case FORCE: in main()
/titanic_53/usr/src/cmd/tip/
H A Dtip.h204 #define FORCE 8 macro
H A Dtip.c381 } else if (!cumode && gch == character(value(FORCE))) in tipin()
/titanic_53/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
/titanic_53/usr/src/boot/sys/sys/
H A Dmount.h675 #define VFS_UNMOUNT(MP, FORCE) ({ \ argument
679 _rc = (*(MP)->mnt_op->vfs_unmount)(MP, FORCE); \
/titanic_53/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…

12