| /netbsd-src/sys/fs/nfs/client/ |
| H A D | nfs_clstate.c | 216 struct nfsclowner *owp, *nowp; in nfscl_open() local 274 LIST_FOREACH(owp, ohp, nfsow_list) { in nfscl_open() 275 if (!NFSBCMP(owp->nfsow_owner, own, NFSV4CL_LOCKNAMELEN)) in nfscl_open() 282 nfscl_newopen(clp, dp, &owp, &nowp, &op, &nop, own, nfhp, fhlen, in nfscl_open() 307 nfscl_lockexcl(&owp->nfsow_rwlock, NFSCLSTATEMUTEXPTR); in nfscl_open() 314 *owpp = owp; in nfscl_open() 329 struct nfsclowner *owp = *owpp, *nowp; in nfscl_newopen() local 340 if (owp == NULL && nowp != NULL) { in nfscl_newopen() 354 owp = *owpp = nowp; in nfscl_newopen() 363 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) { in nfscl_newopen() [all …]
|
| H A D | nfs_clrpcops.c | 1845 struct nfsclowner *owp; in nfsrpc_create() local 1855 NFSV4OPEN_ACCESSREAD), 0, cred, p, &owp, NULL, &newone, in nfsrpc_create() 1864 owp, &dp, cred, p, dnap, nnap, nfhpp, attrflagp, dattrflagp, in nfsrpc_create() 1873 (void) nfscl_deleg(nmp->nm_mountp, owp->nfsow_clp, in nfsrpc_create() 1875 nfscl_ownerrelease(owp, error, newone, unlocked); in nfsrpc_create() 1953 nfsquad_t cverf, int fmode, struct nfsclowner *owp, struct nfscldeleg **dpp, in nfsrpc_createv4() argument 1984 *tl++ = txdr_unsigned(owp->nfsow_seqid); in nfsrpc_createv4() 1990 (void) nfsm_strtom(nd, owp->nfsow_owner, NFSV4CL_LOCKNAMELEN); in nfsrpc_createv4() 2037 NFSCL_INCRSEQID(owp->nfsow_seqid, nd); in nfsrpc_createv4() 2051 if (!(owp->nfsow_clp->nfsc_flags & in nfsrpc_createv4() [all …]
|
| /netbsd-src/sys/nfs/ |
| H A D | nfs_serv.c | 1066 struct nfsrv_descript *wp, *nfsd, *owp, *swp; in nfsrv_writegather() local 1159 owp = NULL; in nfsrv_writegather() 1163 owp = wp; in nfsrv_writegather() 1166 if (owp) { in nfsrv_writegather() 1167 LIST_INSERT_AFTER(owp, nfsd, nd_tq); in nfsrv_writegather() 1173 owp = NULL; in nfsrv_writegather() 1176 owp = wp; in nfsrv_writegather() 1181 owp = wp; in nfsrv_writegather() 1184 if (owp) { in nfsrv_writegather() 1185 LIST_INSERT_AFTER(owp, nfsd, nd_hash); in nfsrv_writegather() [all …]
|
| /netbsd-src/bin/ksh/ |
| H A D | c_sh.c | 638 char **owp = wp; local 650 owp = wp += argi - 1; 654 l->argc = wp - owp - 1; 656 for (wp = l->argv; (*wp++ = *owp++) != NULL; )
|
| H A D | c_test.c | 141 char **owp = wp; local 183 te.pos.wp = owp + 1;
|
| /netbsd-src/bin/csh/ |
| H A D | func.c | 706 Char *owp; in getword() local 712 owp = wp; in getword() 745 } while ((d || (!(kwd = keyword(owp)) && c != ' ' in getword()
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | function.c | 991 struct a_word *owp = hash_insert (&a_word_table, wp); in func_filter_filterout() local 992 if (owp) in func_filter_filterout() 993 wp->chain = owp; in func_filter_filterout()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/ |
| H A D | tilepro.cc | 265 bool owp; in tilepro_build_builtin_va_list() local 288 owp = warn_padded; in tilepro_build_builtin_va_list() 293 warn_padded = owp; in tilepro_build_builtin_va_list()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
| H A D | tilepro.c | 265 bool owp; in tilepro_build_builtin_va_list() local 288 owp = warn_padded; in tilepro_build_builtin_va_list() 293 warn_padded = owp; in tilepro_build_builtin_va_list()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
| H A D | tilegx.c | 313 bool owp; in tilegx_build_builtin_va_list() local 336 owp = warn_padded; in tilegx_build_builtin_va_list() 341 warn_padded = owp; in tilegx_build_builtin_va_list()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/ |
| H A D | tilegx.cc | 314 bool owp; in tilegx_build_builtin_va_list() local 337 owp = warn_padded; in tilegx_build_builtin_va_list() 342 warn_padded = owp; in tilegx_build_builtin_va_list()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
| H A D | spu.c | 3933 bool owp; in spu_build_builtin_va_list() local 3961 owp = warn_padded; in spu_build_builtin_va_list() 3966 warn_padded = owp; in spu_build_builtin_va_list()
|