Home
last modified time | relevance | path

Searched refs:RUNNING (Results 1 – 12 of 12) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Difconfig.sh40 if=`ifconfig | grep -w mtu | grep -v RUNNING | sed 's/:.*//' | head -1`
47 ifconfig $if | grep -q RUNNING && running=1
H A Difconfig2.sh38 if=`ifconfig | grep -w mtu | grep -v RUNNING | sed 's/:.*//' | head -1`
45 ifconfig $if | grep -q RUNNING && running=1
/freebsd/contrib/libfido2/.actions/
H A Dbuild-bsd93 PENDING|QUEUED|RUNNING) ;;
/freebsd/sbin/natd/
H A DREADME17 2. GETTING IT RUNNING
/freebsd/contrib/one-true-awk/
H A Dmain.c236 compile_time = RUNNING; in main()
H A Dawk.h57 RUNNING, enumerator
H A Db.c196 if (compile_time != RUNNING) /* a constant for sure */ in makedfa()
/freebsd/sys/fs/nfs/
H A Dnfs.h866 typedef enum { NOTRUNNING=0, STARTSTOP=1, RUNNING=2 } nfsuserd_state; enumerator
H A Dnfs_commonsubs.c3798 NFSD_VNET(nfsrv_nfsuserd) = RUNNING; in nfsrv_nfsuserdport()
3819 if (NFSD_VNET(nfsrv_nfsuserd) != RUNNING) { in nfsrv_nfsuserddelport()
3852 if (NFSD_VNET(nfsrv_nfsuserd) != RUNNING) { in nfsrv_getuser()
/freebsd/sys/sys/
H A Dpmc.h188 __PMC_STATE(RUNNING) \
/freebsd/usr.sbin/ppp/
H A Diface.c748 if_entry(RUNNING),
/freebsd/contrib/sendmail/src/
H A DREADME821 ** RUNNING GCC 2.4.x or 2.5.x. THERE IS A BUG IN THE GCC **