Searched refs:FORCE (Results 1 - 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.h16 FORCE enumerator in enum:__anon2096
H A Dpnic.c203 case FORCE :
H A D3c595.c462 case FORCE :
H A Depic100.c429 case FORCE :
H A Drtl8139.c500 case FORCE :
H A D3c90x.c682 case FORCE :
H A Ddavicom.c656 case FORCE :
H A Deepro100.c372 case FORCE :
H A Dnatsemi.c764 case FORCE :
H A Dr8169.c437 case FORCE :
H A Dw89c840.c604 case FORCE :
H A Dforcedeth.c917 case FORCE :
/illumos-gate/usr/src/cmd/power/
H A Dsys-suspend.c95 #define FORCE 0x001 macro
353 if (flags & FORCE) {
607 flags |= FORCE;
660 if ((flags & FORCE) && (flags & LOWPOWER))
666 if ((flags & SHUTDOWN) && (flags & FORCE))
667 flags &= ~(FORCE | LOWPOWER);
669 if (flags & FORCE)
681 if ((flags & (FORCE|SHUTDOWN)) &&
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate.h48 #define FORCE 0x00000800 /* -F */ macro
H A Dallocate3.c909 } else if (optflag & FORCE) {
926 else if (optflag & FORCE)
1064 if (!(optflag & (FORCE | FORCE_ALL)) && !is_authorized) {
1075 if (!(optflag & FORCE) &&
1081 if (!(optflag & FORCE) && stat_buf.st_uid != uid &&
1088 if (!(optflag & FORCE)) {
1108 !(optflag & FORCE)) {
1115 if (!(optflag & FORCE))
1134 if (!(optflag & (FORCE | FORCE_ALL))) {
1235 if (optflag & FORCE) {
[all...]
H A Dallocate.c372 optflg |= FORCE;
437 optflg |= FORCE;
440 if (optflg & (CLASS | TYPE | FORCE))
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_rename.c46 #define FORCE (0x00000001) macro
260 int flags = (options & MDCMD_FORCE)? FORCE: 0;
316 /* If FORCE is not set, check if metadevice is open */
317 if (!(flags & FORCE)) {
436 int flags = (options & MDCMD_FORCE)? FORCE: 0;
485 /* If FORCE is not set, check if metadevice is open */
486 if (!(flags & FORCE)) {
/illumos-gate/usr/src/lib/libsocket/inet/
H A Druserpass.c67 #define FORCE 9 macro
107 t->tokstr = "force"; t++->tval = FORCE;
213 case FORCE:
/illumos-gate/usr/src/lib/libbc/libc/net/
H A Druserpass.c49 #define FORCE 9 macro
92 t->tokstr = "force"; t++->tval = FORCE;
184 case FORCE:
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dmain.c81 #define FORCE 4 /* force checking, even if clean */ macro
138 case FORCE:
/illumos-gate/usr/src/cmd/tip/
H A Dtip.h204 #define FORCE 8 macro
H A Dtip.c381 } else if (!cumode && gch == character(value(FORCE)))
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c160 #define FORCE 4 /* force checking, even if clean */ macro
244 case FORCE:
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh48 # FORCE - force
49 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/boot/sys/sys/
H A Dmount.h675 #define VFS_UNMOUNT(MP, FORCE) ({ \
679 _rc = (*(MP)->mnt_op->vfs_unmount)(MP, FORCE); \

Completed in 136 milliseconds

12