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

/netbsd-current/sbin/mount_nfs/
H A Dmount_nfs.h47 extern int opflags;
H A Dgetnfsargs.c80 int opflags = 0; variable
189 if ((opflags & ISBGRND) == 0) {
207 if ((opflags & ISBGRND) == 0) {
240 if ((opflags & ISBGRND) == 0)
248 if (opflags & BGRND) {
249 opflags &= ~BGRND;
260 opflags |= ISBGRND;
270 if (opflags & ISBGRND)
H A Dgetnfsargs_small.c134 int opflags = 0; variable
H A Dmount_nfs.c246 opflags |= BGRND;
285 opflags |= BGRND;
/netbsd-current/sys/fs/nfs/server/
H A Dnfs_nfsdstate.c483 nfsrv_getclient(nfsquad_t clientid, int opflags, struct nfsclient **clpp, argument
500 opflags != CLOPS_RENEW) && nfsrvboottime != clientid.lval[0]) {
506 * If called with opflags == CLOPS_RENEW, the State Lock is
510 if (opflags & CLOPS_CONFIRM) {
526 } else if (opflags != CLOPS_RENEW) {
532 opflags == CLOPS_RENEW) {
550 if (opflags & CLOPS_CONFIRM)
561 if (opflags & CLOPS_CONFIRM) {
565 } else if (opflags != CLOPS_RENEW) {
572 * Perform any operations specified by the opflags
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c98413 int opflags; local
[all...]

Completed in 505 milliseconds