Searched refs:opflags (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/sbin/mount_nfs/
H A Dmount_nfs.c106 int opflags = 0; variable
183 opflags |= BGRND;
244 opflags |= BGRND;
261 opflags |= OF_NOINET4;
264 opflags |= OF_NOINET6;
822 (opflags & OF_NOINET6))
825 (opflags & OF_NOINET4))
833 if ((opflags & ISBGRND) == 0)
850 if ((opflags & (BGRND | ISBGRND)) == BGRND) {
853 opflags |
[all...]
/freebsd-10.1-release/tools/tools/crypto/
H A Dcryptotest.c109 int opflags = 0; variable
321 cop.flags = opflags;
339 cop.flags = opflags;
361 cop.flags = opflags;
558 opflags |= COP_F_BATCH;
/freebsd-10.1-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c449 nfsrv_getclient(nfsquad_t clientid, int opflags, struct nfsclient **clpp, argument
466 opflags != CLOPS_RENEW) && nfsrvboottime != clientid.lval[0]) {
472 * If called with opflags == CLOPS_RENEW, the State Lock is
476 if (opflags & CLOPS_CONFIRM) {
492 } else if (opflags != CLOPS_RENEW) {
498 opflags == CLOPS_RENEW) {
516 if (opflags & CLOPS_CONFIRM)
527 if (opflags & CLOPS_CONFIRM) {
531 } else if (opflags != CLOPS_RENEW) {
538 * Perform any operations specified by the opflags
[all...]
/freebsd-10.1-release/sys/dev/usb/wlan/
H A Dif_run.c3617 uint8_t opflags = 0; local
3645 opflags |= /*XXX RT2573_TX_LONG_RETRY |*/ RT2860_TX_TXOP_SIFS;
3663 txwi->txop = opflags;
/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c8794 u8 opflags; /* Mask of the OPFLG_* flags in opcodes.h */ member in struct:VdbeOp
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c8210 u8 opflags; /* Mask of the OPFLG_* flags in opcodes.h */ member in struct:VdbeOp
[all...]

Completed in 921 milliseconds