crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.h
29
unsigned char nap[16];
sys/arm/arm/syscall.c
102
u_int nap;
sys/arm/arm/syscall.c
105
nap = 4;
sys/arm/arm/syscall.c
112
nap--;
sys/arm/arm/syscall.c
115
nap -= 2;
sys/arm/arm/syscall.c
124
memcpy(sa->args, ap, nap * sizeof(*sa->args));
sys/arm/arm/syscall.c
125
if (sa->callp->sy_narg > nap) {
sys/arm/arm/syscall.c
127
nap, (sa->callp->sy_narg - nap) * sizeof(*sa->args));
sys/arm64/arm64/elf32_machdep.c
197
int error, i, nap, narg;
sys/arm64/arm64/elf32_machdep.c
200
nap = 4;
sys/arm64/arm64/elf32_machdep.c
211
nap--;
sys/arm64/arm64/elf32_machdep.c
214
nap -= 2;
sys/arm64/arm64/elf32_machdep.c
224
for (i = 0; i < nap; i++)
sys/arm64/arm64/elf32_machdep.c
226
if (narg > nap) {
sys/arm64/arm64/elf32_machdep.c
227
if (narg - nap > nitems(args))
sys/arm64/arm64/elf32_machdep.c
230
(narg - nap) * sizeof(int));
sys/arm64/arm64/elf32_machdep.c
233
for (i = 0; i < (narg - nap); i++)
sys/arm64/arm64/elf32_machdep.c
234
sa->args[i + nap] = args[i];
sys/fs/nfs/nfs_commonsubs.c
1344
struct nfsvattr *nap, struct nfsfh **nfhpp, fhandle_t *fhp, int fhsize,
sys/fs/nfs/nfs_commonsubs.c
1389
if (nap != NULL) {
sys/fs/nfs/nfs_commonsubs.c
1390
VATTR_NULL(&nap->na_vattr);
sys/fs/nfs/nfs_commonsubs.c
1391
nap->na_type = VREG;
sys/fs/nfs/nfs_commonsubs.c
1392
nap->na_mode = 0;
sys/fs/nfs/nfs_commonsubs.c
1393
nap->na_rdev = (NFSDEV_T)0;
sys/fs/nfs/nfs_commonsubs.c
1394
nap->na_mtime.tv_sec = 0;
sys/fs/nfs/nfs_commonsubs.c
1395
nap->na_mtime.tv_nsec = 0;
sys/fs/nfs/nfs_commonsubs.c
1396
nap->na_btime.tv_sec = -1;
sys/fs/nfs/nfs_commonsubs.c
1397
nap->na_btime.tv_nsec = 0;
sys/fs/nfs/nfs_commonsubs.c
1398
nap->na_gen = 0;
sys/fs/nfs/nfs_commonsubs.c
1399
nap->na_flags = 0;
sys/fs/nfs/nfs_commonsubs.c
1400
nap->na_blocksize = NFS_FABLKSIZE;
sys/fs/nfs/nfs_commonsubs.c
1458
if (compare || nap == NULL)
sys/fs/nfs/nfs_commonsubs.c
1462
error = nfsrv_getattrbits(nd, &nap->na_suppattr,
sys/fs/nfs/nfs_commonsubs.c
1507
if (nap->na_type != nfsv4tov_type(*tl,
sys/fs/nfs/nfs_commonsubs.c
1509
((nap->na_bsdflags & SFBSD_NAMEDATTR) ^
sys/fs/nfs/nfs_commonsubs.c
1513
} else if (nap != NULL) {
sys/fs/nfs/nfs_commonsubs.c
1514
nap->na_type = nfsv4tov_type(*tl,
sys/fs/nfs/nfs_commonsubs.c
1515
&nap->na_bsdflags);
sys/fs/nfs/nfs_commonsubs.c
1532
if (nap->na_filerev != fxdr_hyper(tl))
sys/fs/nfs/nfs_commonsubs.c
1535
} else if (nap != NULL) {
sys/fs/nfs/nfs_commonsubs.c
1536
nap->na_filerev = fxdr_hyper(tl);
sys/fs/nfs/nfs_commonsubs.c
1544
if (nap->na_size != fxdr_hyper(tl))
sys/fs/nfs/nfs_commonsubs.c
1547
} else if (nap != NULL) {
sys/fs/nfs/nfs_commonsubs.c
1548
nap->na_size = fxdr_hyper(tl);
sys/fs/nfs/nfs_commonsubs.c
1627
} else if (nap != NULL) {
sys/fs/nfs/nfs_commonsubs.c
1628
nap->na_filesid[0] = thyp;
sys/fs/nfs/nfs_commonsubs.c
1629
nap->na_filesid[1] = thyp2;
sys/fs/nfs/nfs_commonsubs.c
1716
(nap->na_flags & UF_ARCHIVE) == 0) ||
sys/fs/nfs/nfs_commonsubs.c
1718
(nap->na_flags & UF_ARCHIVE) != 0)))
sys/fs/nfs/nfs_commonsubs.c
1720
} else if (nap != NULL) {
sys/fs/nfs/nfs_commonsubs.c
1722
nap->na_flags |= UF_ARCHIVE;
sys/fs/nfs/nfs_commonsubs.c
1817
if (nap->na_fileid != thyp)
sys/fs/nfs/nfs_commonsubs.c
1820
} else if (nap != NULL)
sys/fs/nfs/nfs_commonsubs.c
1821
nap->na_fileid = thyp;
sys/fs/nfs/nfs_commonsubs.c
1882
(nap->na_flags & UF_HIDDEN) == 0) ||
sys/fs/nfs/nfs_commonsubs.c
1884
(nap->na_flags & UF_HIDDEN) != 0)))
sys/fs/nfs/nfs_commonsubs.c
1886
} else if (nap != NULL) {
sys/fs/nfs/nfs_commonsubs.c
1888
nap->na_flags |= UF_HIDDEN;
sys/fs/nfs/nfs_commonsubs.c
2008
if (nap->na_mode != nfstov_mode(*tl))
sys/fs/nfs/nfs_commonsubs.c
2011
} else if (nap != NULL) {
sys/fs/nfs/nfs_commonsubs.c
2012
nap->na_mode = nfstov_mode(*tl);
sys/fs/nfs/nfs_commonsubs.c
2033
if ((u_int32_t)nap->na_nlink != tuint)
sys/fs/nfs/nfs_commonsubs.c
2036
} else if (nap != NULL) {
sys/fs/nfs/nfs_commonsubs.c
2037
nap->na_nlink = tuint;
sys/fs/nfs/nfs_commonsubs.c
2062
nap->na_uid != uid)
sys/fs/nfs/nfs_commonsubs.c
2065
} else if (nap != NULL) {
sys/fs/nfs/nfs_commonsubs.c
2067
nap->na_uid =
sys/fs/nfs/nfs_commonsubs.c
2070
nap->na_uid = uid;
sys/fs/nfs/nfs_commonsubs.c
2096
nap->na_gid != gid)
sys/fs/nfs/nfs_commonsubs.c
2099
} else if (nap != NULL) {
sys/fs/nfs/nfs_commonsubs.c
2101
nap->na_gid =
sys/fs/nfs/nfs_commonsubs.c
2104
nap->na_gid = gid;
sys/fs/nfs/nfs_commonsubs.c
2199
if (nap->na_rdev != NFSMAKEDEV(j, k))
sys/fs/nfs/nfs_commonsubs.c
2202
} else if (nap != NULL) {
sys/fs/nfs/nfs_commonsubs.c
2203
nap->na_rdev = NFSMAKEDEV(j, k);
sys/fs/nfs/nfs_commonsubs.c
2252
if ((u_int64_t)nap->na_bytes != thyp)
sys/fs/nfs/nfs_commonsubs.c
2255
} else if (nap != NULL) {
sys/fs/nfs/nfs_commonsubs.c
2256
nap->na_bytes = thyp;
sys/fs/nfs/nfs_commonsubs.c
2264
(nap->na_flags & UF_SYSTEM) == 0) ||
sys/fs/nfs/nfs_commonsubs.c
2266
(nap->na_flags & UF_SYSTEM) != 0)))
sys/fs/nfs/nfs_commonsubs.c
2268
} else if (nap != NULL) {
sys/fs/nfs/nfs_commonsubs.c
2270
nap->na_flags |= UF_SYSTEM;
sys/fs/nfs/nfs_commonsubs.c
2279
if (!NFS_CMPTIME(temptime, nap->na_atime))
sys/fs/nfs/nfs_commonsubs.c
2282
} else if (nap != NULL) {
sys/fs/nfs/nfs_commonsubs.c
2283
nap->na_atime = temptime;
sys/fs/nfs/nfs_commonsubs.c
2309
if (!NFS_CMPTIME(temptime, nap->na_btime))
sys/fs/nfs/nfs_commonsubs.c
2312
} else if (nap != NULL) {
sys/fs/nfs/nfs_commonsubs.c
2313
nap->na_btime = temptime;
sys/fs/nfs/nfs_commonsubs.c
2341
if (!NFS_CMPTIME(temptime, nap->na_ctime))
sys/fs/nfs/nfs_commonsubs.c
2344
} else if (nap != NULL) {
sys/fs/nfs/nfs_commonsubs.c
2345
nap->na_ctime = temptime;
sys/fs/nfs/nfs_commonsubs.c
2354
if (!NFS_CMPTIME(temptime, nap->na_mtime))
sys/fs/nfs/nfs_commonsubs.c
2357
} else if (nap != NULL) {
sys/fs/nfs/nfs_commonsubs.c
2358
nap->na_mtime = temptime;
sys/fs/nfs/nfs_commonsubs.c
2379
thyp2 = nap->na_fileid;
sys/fs/nfs/nfs_commonsubs.c
2383
} else if (nap != NULL)
sys/fs/nfs/nfs_commonsubs.c
2384
nap->na_mntonfileno = thyp;
sys/fs/nfsclient/nfs_clcomsubs.c
265
nfsm_loadattr(struct nfsrv_descript *nd, struct nfsvattr *nap)
sys/fs/nfsclient/nfs_clcomsubs.c
271
error = nfsv4_loadattr(nd, NULL, nap, NULL, NULL, 0, NULL,
sys/fs/nfsclient/nfs_clcomsubs.c
276
nap->na_type = nfsv34tov_type(fp->fa_type);
sys/fs/nfsclient/nfs_clcomsubs.c
277
nap->na_mode = fxdr_unsigned(u_short, fp->fa_mode);
sys/fs/nfsclient/nfs_clcomsubs.c
278
nap->na_rdev = NFSMAKEDEV(
sys/fs/nfsclient/nfs_clcomsubs.c
281
nap->na_nlink = fxdr_unsigned(uint32_t, fp->fa_nlink);
sys/fs/nfsclient/nfs_clcomsubs.c
282
nap->na_uid = fxdr_unsigned(uid_t, fp->fa_uid);
sys/fs/nfsclient/nfs_clcomsubs.c
283
nap->na_gid = fxdr_unsigned(gid_t, fp->fa_gid);
sys/fs/nfsclient/nfs_clcomsubs.c
284
nap->na_size = fxdr_hyper(&fp->fa3_size);
sys/fs/nfsclient/nfs_clcomsubs.c
285
nap->na_blocksize = NFS_FABLKSIZE;
sys/fs/nfsclient/nfs_clcomsubs.c
286
nap->na_bytes = fxdr_hyper(&fp->fa3_used);
sys/fs/nfsclient/nfs_clcomsubs.c
287
nap->na_fileid = fxdr_hyper(&fp->fa3_fileid);
sys/fs/nfsclient/nfs_clcomsubs.c
288
fxdr_nfsv3time(&fp->fa3_atime, &nap->na_atime);
sys/fs/nfsclient/nfs_clcomsubs.c
289
fxdr_nfsv3time(&fp->fa3_ctime, &nap->na_ctime);
sys/fs/nfsclient/nfs_clcomsubs.c
290
fxdr_nfsv3time(&fp->fa3_mtime, &nap->na_mtime);
sys/fs/nfsclient/nfs_clcomsubs.c
291
nap->na_btime.tv_sec = -1;
sys/fs/nfsclient/nfs_clcomsubs.c
292
nap->na_btime.tv_nsec = 0;
sys/fs/nfsclient/nfs_clcomsubs.c
293
nap->na_flags = 0;
sys/fs/nfsclient/nfs_clcomsubs.c
294
nap->na_gen = 0;
sys/fs/nfsclient/nfs_clcomsubs.c
295
nap->na_filerev = 0;
sys/fs/nfsclient/nfs_clcomsubs.c
298
nap->na_type = nfsv2tov_type(fp->fa_type);
sys/fs/nfsclient/nfs_clcomsubs.c
299
nap->na_mode = fxdr_unsigned(u_short, fp->fa_mode);
sys/fs/nfsclient/nfs_clcomsubs.c
300
if (nap->na_type == VNON || nap->na_type == VREG)
sys/fs/nfsclient/nfs_clcomsubs.c
301
nap->na_type = IFTOVT(nap->na_mode);
sys/fs/nfsclient/nfs_clcomsubs.c
302
nap->na_rdev = fxdr_unsigned(dev_t, fp->fa2_rdev);
sys/fs/nfsclient/nfs_clcomsubs.c
307
if (nap->na_type == VCHR && nap->na_rdev == ((dev_t)-1))
sys/fs/nfsclient/nfs_clcomsubs.c
308
nap->na_type = VFIFO;
sys/fs/nfsclient/nfs_clcomsubs.c
309
nap->na_nlink = fxdr_unsigned(u_short, fp->fa_nlink);
sys/fs/nfsclient/nfs_clcomsubs.c
310
nap->na_uid = fxdr_unsigned(uid_t, fp->fa_uid);
sys/fs/nfsclient/nfs_clcomsubs.c
311
nap->na_gid = fxdr_unsigned(gid_t, fp->fa_gid);
sys/fs/nfsclient/nfs_clcomsubs.c
312
nap->na_size = fxdr_unsigned(u_int32_t, fp->fa2_size);
sys/fs/nfsclient/nfs_clcomsubs.c
313
nap->na_blocksize = fxdr_unsigned(int32_t, fp->fa2_blocksize);
sys/fs/nfsclient/nfs_clcomsubs.c
314
nap->na_bytes =
sys/fs/nfsclient/nfs_clcomsubs.c
317
nap->na_fileid = fxdr_unsigned(uint64_t, fp->fa2_fileid);
sys/fs/nfsclient/nfs_clcomsubs.c
318
fxdr_nfsv2time(&fp->fa2_atime, &nap->na_atime);
sys/fs/nfsclient/nfs_clcomsubs.c
319
fxdr_nfsv2time(&fp->fa2_mtime, &nap->na_mtime);
sys/fs/nfsclient/nfs_clcomsubs.c
320
nap->na_flags = 0;
sys/fs/nfsclient/nfs_clcomsubs.c
321
nap->na_ctime.tv_sec = fxdr_unsigned(u_int32_t,
sys/fs/nfsclient/nfs_clcomsubs.c
323
nap->na_ctime.tv_nsec = 0;
sys/fs/nfsclient/nfs_clcomsubs.c
324
nap->na_btime.tv_sec = -1;
sys/fs/nfsclient/nfs_clcomsubs.c
325
nap->na_btime.tv_nsec = 0;
sys/fs/nfsclient/nfs_clcomsubs.c
326
nap->na_gen = fxdr_unsigned(u_int32_t,fp->fa2_ctime.nfsv2_usec);
sys/fs/nfsclient/nfs_clcomsubs.c
327
nap->na_filerev = 0;
sys/fs/nfsclient/nfs_clcomsubs.c
340
struct nfsvattr *nap, int *attrflagp)
sys/fs/nfsclient/nfs_clcomsubs.c
388
error = nfsm_loadattr(nd, nap);
sys/fs/nfsclient/nfs_clport.c
439
nfscl_loadattrcache(struct vnode **vpp, struct nfsvattr *nap, void *nvaper,
sys/fs/nfsclient/nfs_clport.c
443
struct vattr *vap, *nvap = &nap->na_vattr, *vaper = nvaper;
sys/fs/nfsclient/nfs_clport.c
471
np->n_vattr.na_filerev = nap->na_filerev;
sys/fs/nfsclient/nfs_clport.c
472
np->n_vattr.na_size = nap->na_size;
sys/fs/nfsclient/nfs_clport.c
473
np->n_vattr.na_mtime = nap->na_mtime;
sys/fs/nfsclient/nfs_clport.c
474
np->n_vattr.na_ctime = nap->na_ctime;
sys/fs/nfsclient/nfs_clport.c
475
np->n_vattr.na_btime = nap->na_btime;
sys/fs/nfsclient/nfs_clport.c
476
np->n_vattr.na_fsid = nap->na_fsid;
sys/fs/nfsclient/nfs_clport.c
477
np->n_vattr.na_mode = nap->na_mode;
sys/fs/nfsclient/nfs_clport.c
505
np->n_vattr.na_fileid != nap->na_fileid &&
sys/fs/nfsclient/nfs_clport.c
509
nfscl_warn_fileid(nmp, &np->n_vattr, nap);
sys/fs/nfsclient/nfs_clport.c
513
NFSBCOPY((caddr_t)nap, (caddr_t)&np->n_vattr,
sys/fs/nfsclient/nfs_clport.c
825
struct nfsvattr *nap, int *flagp, int *wccflagp, uint64_t *repsizep)
sys/fs/nfsclient/nfs_clport.c
848
error = nfscl_postop_attr(nd, nap, flagp);
sys/fs/nfsclient/nfs_clport.c
884
nfscl_postop_attr(struct nfsrv_descript *nd, struct nfsvattr *nap, int *retp)
sys/fs/nfsclient/nfs_clport.c
913
error = nfsm_loadattr(nd, nap);
sys/fs/nfsclient/nfs_clrpcops.c
10005
bool createit, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap,
sys/fs/nfsclient/nfs_clrpcops.c
10035
error = nfscl_postop_attr(nd, nap, attrflagp);
sys/fs/nfsclient/nfs_clrpcops.c
1259
struct nfsvattr *nap)
sys/fs/nfsclient/nfs_clrpcops.c
1287
error = nfsm_loadattr(nd, nap);
sys/fs/nfsclient/nfs_clrpcops.c
1299
struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, u_int64_t *xidp,
sys/fs/nfsclient/nfs_clrpcops.c
1324
error = nfsv4_loadattr(nd, NULL, nap, NULL, NULL, 0,
sys/fs/nfsclient/nfs_clrpcops.c
1328
error = nfsm_loadattr(nd, nap);
sys/fs/nfsclient/nfs_clrpcops.c
1470
NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nap,
sys/fs/nfsclient/nfs_clrpcops.c
1598
error = nfsm_loadattr(nd, nap);
sys/fs/nfsclient/nfs_clrpcops.c
1623
error = nfscl_postop_attr(nd, nap, attrflagp);
sys/fs/nfsclient/nfs_clrpcops.c
1717
NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp)
sys/fs/nfsclient/nfs_clrpcops.c
1740
error = nfscl_postop_attr(nd, nap, attrflagp);
sys/fs/nfsclient/nfs_clrpcops.c
1759
error = nfscl_postop_attr(nd, nap, attrflagp);
sys/fs/nfsclient/nfs_clrpcops.c
1773
NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp)
sys/fs/nfsclient/nfs_clrpcops.c
1798
error = nfsrpc_readrpc(vp, uiop, newcred, &stateid, p, nap,
sys/fs/nfsclient/nfs_clrpcops.c
1841
nfsv4stateid_t *stateidp, NFSPROC_T *p, struct nfsvattr *nap,
sys/fs/nfsclient/nfs_clrpcops.c
1887
error = nfscl_postop_attr(nd, nap, attrflagp);
sys/fs/nfsclient/nfs_clrpcops.c
1889
error = nfsm_loadattr(nd, nap);
sys/fs/nfsclient/nfs_clrpcops.c
1935
struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp,
sys/fs/nfsclient/nfs_clrpcops.c
1980
newcred, &stateid, p, nap, attrflagp, ioflag);
sys/fs/nfsclient/nfs_clrpcops.c
2019
NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp, int ioflag)
sys/fs/nfsclient/nfs_clrpcops.c
2149
error = nfscl_wcc_data(nd, vp, nap, attrflagp,
sys/fs/nfsclient/nfs_clrpcops.c
2221
error = nfsm_loadattr(nd, nap);
sys/fs/nfsclient/nfs_clrpcops.c
2230
NFSWRITERPC_SETTIME(wccflag, np, nap, (nd->nd_flag & ND_NFSV4));
sys/fs/nfsclient/nfs_clrpcops.c
2249
nfsrpc_deallocate(vnode_t vp, off_t offs, off_t len, struct nfsvattr *nap,
sys/fs/nfsclient/nfs_clrpcops.c
2279
error = nfsrpc_deallocaterpc(vp, offs, len, &stateid, nap,
sys/fs/nfsclient/nfs_clrpcops.c
2314
nfsv4stateid_t *stateidp, struct nfsvattr *nap, int *attrflagp,
sys/fs/nfsclient/nfs_clrpcops.c
2339
error = nfscl_wcc_data(nd, vp, nap, attrflagp, &wccflag, NULL);
sys/fs/nfsclient/nfs_clrpcops.c
2344
error = nfsm_loadattr(nd, nap);
sys/fs/nfsclient/nfs_clrpcops.c
2349
NFSWRITERPC_SETTIME(wccflag, np, nap, 1);
sys/fs/nfsclient/nfs_clrpcops.c
266
NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp)
sys/fs/nfsclient/nfs_clrpcops.c
2832
struct nfsvattr *nap, int *attrflagp, nfsremove_status *file_status,
sys/fs/nfsclient/nfs_clrpcops.c
291
error = nfsrpc_accessrpc(vp, mode, cred, p, nap, attrflagp, &rmode);
sys/fs/nfsclient/nfs_clrpcops.c
2935
error = nfsm_loadattr(nd, nap);
sys/fs/nfsclient/nfs_clrpcops.c
2938
if (nap->na_nlink == 0)
sys/fs/nfsclient/nfs_clrpcops.c
308
NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp, u_int32_t *rmodep)
sys/fs/nfsclient/nfs_clrpcops.c
3170
struct nfsvattr *nap, int *attrflagp, int *dattrflagp)
sys/fs/nfsclient/nfs_clrpcops.c
3207
error = nfscl_postop_attr(nd, nap, attrflagp);
sys/fs/nfsclient/nfs_clrpcops.c
3232
error = nfscl_postop_attr(nd, nap, attrflagp);
sys/fs/nfsclient/nfs_clrpcops.c
347
error = nfscl_postop_attr(nd, nap, attrflagp);
sys/fs/nfsclient/nfs_clrpcops.c
3470
struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp,
sys/fs/nfsclient/nfs_clrpcops.c
360
error = nfscl_postop_attr(nd, nap, attrflagp);
sys/fs/nfsclient/nfs_clrpcops.c
3694
error = nfscl_postop_attr(nd, nap, attrflagp);
sys/fs/nfsclient/nfs_clrpcops.c
3877
error = nfscl_postop_attr(nd, nap, attrflagp);
sys/fs/nfsclient/nfs_clrpcops.c
3946
struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp,
sys/fs/nfsclient/nfs_clrpcops.c
4177
error = nfscl_postop_attr(nd, nap, attrflagp);
sys/fs/nfsclient/nfs_clrpcops.c
4184
dctime = nap->na_ctime;
sys/fs/nfsclient/nfs_clrpcops.c
4460
error = nfscl_postop_attr(nd, nap, attrflagp);
sys/fs/nfsclient/nfs_clrpcops.c
4527
NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp)
sys/fs/nfsclient/nfs_clrpcops.c
4553
error = nfscl_wcc_data(nd, vp, nap, attrflagp, NULL, NULL);
sys/fs/nfsclient/nfs_clrpcops.c
4563
error = nfscl_postop_attr(nd, nap, attrflagp);
sys/fs/nfsclient/nfs_clrpcops.c
4961
struct nfsvattr *nap, int *attrflagp)
sys/fs/nfsclient/nfs_clrpcops.c
4990
error = nfsv4_loadattr(nd, NULL, nap, NULL, NULL, 0,
sys/fs/nfsclient/nfs_clrpcops.c
4994
nmp->nm_fsid[0] = nap->na_filesid[0];
sys/fs/nfsclient/nfs_clrpcops.c
4995
nmp->nm_fsid[1] = nap->na_filesid[1];
sys/fs/nfsclient/nfs_clrpcops.c
5010
error = nfscl_postop_attr(nd, nap, attrflagp);
sys/fs/nfsclient/nfs_clrpcops.c
5057
struct nfsvattr *nap, int *attrflagp, uint32_t *trueformp)
sys/fs/nfsclient/nfs_clrpcops.c
5097
error = nfsv4_loadattr(nd, NULL, nap, NULL, NULL, 0,
sys/fs/nfsclient/nfs_clrpcops.c
5110
error = nfscl_postop_attr(nd, nap, attrflagp);
sys/fs/nfsclient/nfs_clrpcops.c
5135
NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp)
sys/fs/nfsclient/nfs_clrpcops.c
5146
error = nfscl_postop_attr(nd, nap, attrflagp);
sys/fs/nfsclient/nfs_clrpcops.c
7915
nfsrpc_allocate(vnode_t vp, off_t off, off_t len, struct nfsvattr *nap,
sys/fs/nfsclient/nfs_clrpcops.c
7960
nap, attrflagp, cred, p);
sys/fs/nfsclient/nfs_clrpcops.c
7992
struct nfsvattr *nap, int *attrflagp, struct ucred *cred, NFSPROC_T *p)
sys/fs/nfsclient/nfs_clrpcops.c
8014
error = nfsm_loadattr(nd, nap);
sys/fs/nfsclient/nfs_clrpcops.c
9504
struct ucred *cred, struct nfsvattr *nap, int *attrflagp)
sys/fs/nfsclient/nfs_clrpcops.c
9523
nap, attrflagp, cred);
sys/fs/nfsclient/nfs_clrpcops.c
9557
int content, struct nfsvattr *nap, int *attrflagp, struct ucred *cred)
sys/fs/nfsclient/nfs_clrpcops.c
9585
error = nfsm_loadattr(nd, nap);
sys/fs/nfsclient/nfs_clrpcops.c
9600
struct nfsvattr *nap, int *attrflagp, struct ucred *cred, NFSPROC_T *p)
sys/fs/nfsclient/nfs_clrpcops.c
9655
error = nfsm_loadattr(nd, nap);
sys/fs/nfsclient/nfs_clrpcops.c
9671
struct nfsvattr *nap, int *attrflagp, struct ucred *cred, NFSPROC_T *p)
sys/fs/nfsclient/nfs_clrpcops.c
9707
error = nfsm_loadattr(nd, nap);
sys/fs/nfsclient/nfs_clrpcops.c
9722
nfsrpc_rmextattr(vnode_t vp, const char *name, struct nfsvattr *nap,
sys/fs/nfsclient/nfs_clrpcops.c
9745
error = nfsm_loadattr(nd, nap);
sys/fs/nfsclient/nfs_clrpcops.c
9761
size_t *lenp, bool *eofp, struct nfsvattr *nap, int *attrflagp,
sys/fs/nfsclient/nfs_clrpcops.c
9822
error = nfsm_loadattr(nd, nap);
sys/fs/nfsserver/nfs_nfsdport.c
5792
nfsrv_updatemdsattr(struct vnode *vp, struct nfsvattr *nap, NFSPROC_T *p)
sys/fs/nfsserver/nfs_nfsdport.c
5800
NULL, NULL, NULL, nap, NULL, NULL, 0, NULL);
sys/fs/nfsserver/nfs_nfsdport.c
5822
struct mbuf **mpp2, struct nfsvattr *nap, struct acl *aclp,
sys/fs/nfsserver/nfs_nfsdport.c
5861
nap->na_filerev = odsattr.dsa_filerev;
sys/fs/nfsserver/nfs_nfsdport.c
5862
nap->na_size = odsattr.dsa_size;
sys/fs/nfsserver/nfs_nfsdport.c
5863
nap->na_atime = odsattr.dsa_atime;
sys/fs/nfsserver/nfs_nfsdport.c
5864
nap->na_mtime = odsattr.dsa_mtime;
sys/fs/nfsserver/nfs_nfsdport.c
5870
nap->na_bytes = (odsattr.dsa_size +
sys/fs/nfsserver/nfs_nfsdport.c
5874
nap->na_filerev = dsattr.dsa_filerev;
sys/fs/nfsserver/nfs_nfsdport.c
5875
nap->na_size = dsattr.dsa_size;
sys/fs/nfsserver/nfs_nfsdport.c
5876
nap->na_atime = dsattr.dsa_atime;
sys/fs/nfsserver/nfs_nfsdport.c
5877
nap->na_mtime = dsattr.dsa_mtime;
sys/fs/nfsserver/nfs_nfsdport.c
5878
nap->na_bytes = dsattr.dsa_bytes;
sys/fs/nfsserver/nfs_nfsdport.c
5971
mirrorcnt, stripecnt, nap, &failpos);
sys/fs/nfsserver/nfs_nfsdport.c
5998
nmp, stripecnt, nap, &failpos);
sys/fs/nfsserver/nfs_nfsdport.c
6386
nfsrv_setextattr(struct vnode *vp, struct nfsvattr *nap, NFSPROC_T *p)
sys/fs/nfsserver/nfs_nfsdport.c
6392
dsattr.dsa_filerev = nap->na_filerev;
sys/fs/nfsserver/nfs_nfsdport.c
6393
dsattr.dsa_size = nap->na_size;
sys/fs/nfsserver/nfs_nfsdport.c
6394
dsattr.dsa_atime = nap->na_atime;
sys/fs/nfsserver/nfs_nfsdport.c
6395
dsattr.dsa_mtime = nap->na_mtime;
sys/fs/nfsserver/nfs_nfsdport.c
6396
dsattr.dsa_bytes = nap->na_bytes;
sys/fs/nfsserver/nfs_nfsdport.c
6673
struct nfsvattr *nap, struct mbuf *m, struct ucred *cred, NFSPROC_T *p)
sys/fs/nfsserver/nfs_nfsdport.c
6739
error = nfsv4_loadattr(nd, NULL, nap, NULL, NULL, 0, NULL, NULL,
sys/fs/nfsserver/nfs_nfsdport.c
6771
error = nfsv4_loadattr(nd, NULL, nap, NULL, NULL, 0, NULL, NULL,
sys/fs/nfsserver/nfs_nfsdport.c
6938
off_t len, struct nfsvattr *nap, struct ucred *cred, NFSPROC_T *p)
sys/fs/nfsserver/nfs_nfsdport.c
6979
error = nfsv4_loadattr(nd, NULL, nap, NULL, NULL, 0, NULL, NULL,
sys/fs/nfsserver/nfs_nfsdport.c
7099
off_t len, struct nfsvattr *nap, struct ucred *cred, NFSPROC_T *p)
sys/fs/nfsserver/nfs_nfsdport.c
7147
error = nfsv4_loadattr(nd, NULL, nap, NULL, NULL, 0, NULL, NULL,
sys/fs/nfsserver/nfs_nfsdport.c
7162
error = nfsv4_loadattr(nd, NULL, nap, NULL, NULL, 0, NULL, NULL,
sys/fs/nfsserver/nfs_nfsdport.c
7265
NFSPROC_T *p, struct nfsmount *nmp, struct nfsvattr *nap,
sys/fs/nfsserver/nfs_nfsdport.c
7289
nfscl_fillsattr(nd, &nap->na_vattr, vp, NFSSATTR_FULL, 0);
sys/fs/nfsserver/nfs_nfsdport.c
7380
struct nfsvattr *nap, int *failposp)
sys/fs/nfsserver/nfs_nfsdport.c
7405
NFSBCOPY(nap, &tdrpc->na, sizeof(*nap));
sys/fs/nfsserver/nfs_nfsdport.c
7430
ret = nfsrv_setattrdsdorpc(tfhp, vp, cred, p, *tnmp, nap, &na);
sys/fs/nfsserver/nfs_nfsdport.c
7454
NFSBCOPY(&tdrpc->dsna, &na, sizeof(*nap));
sys/fs/nfsserver/nfs_nfsdport.c
7646
NFSPROC_T *p, struct nfsmount **nmp, int stripecnt, struct nfsvattr *nap,
sys/fs/nfsserver/nfs_nfsdport.c
7692
ret = nfsrv_getattrdsdorpc(tfhp, vp, cred, p, *tnmp, nap);
sys/fs/nfsserver/nfs_nfsdport.c
7716
if (tdrpc->na.na_size > nap->na_size)
sys/fs/nfsserver/nfs_nfsdport.c
7717
NFSBCOPY(&tdrpc->na, nap, sizeof(*nap));
sys/fs/nfsserver/nfs_nfsdport.c
7725
error = nfsrv_setextattr(vp, nap, p);
sys/fs/nfsserver/nfs_nfsdport.c
7739
NFSPROC_T *p, struct nfsmount *nmp, struct nfsvattr *nap)
sys/fs/nfsserver/nfs_nfsdport.c
7765
error = nfsv4_loadattr(nd, NULL, nap, NULL, NULL, 0,
sys/fs/nfsserver/nfs_nfsdstate.c
175
struct nfsvattr *nap, nfsattrbit_t *attrbitp, int laytype, NFSPROC_T *p);
sys/fs/nfsserver/nfs_nfsdstate.c
4251
int trunc, fhandle_t *fhp, struct nfsvattr *nap, nfsattrbit_t *attrbitp,
sys/fs/nfsserver/nfs_nfsdstate.c
4485
error = nfsv4_loadattr(nd, NULL, nap, NULL, NULL, 0,
tests/sys/fs/fusefs/copy_file_range.cc
624
nap();
tests/sys/fs/fusefs/copy_file_range.cc
787
nap();
tests/sys/fs/fusefs/default_permissions.cc
1274
nap();
tests/sys/fs/fusefs/destroy.cc
216
nap();
tests/sys/fs/fusefs/destroy.cc
73
nap();
tests/sys/fs/fusefs/destroy.cc
82
nap();
tests/sys/fs/fusefs/dev_fuse_poll.cc
213
nap(); // Allow th1 and th2 to send their ops to the daemon
tests/sys/fs/fusefs/forget.cc
173
nap();
tests/sys/fs/fusefs/getattr.cc
134
nap();
tests/sys/fs/fusefs/interrupt.cc
459
nap();
tests/sys/fs/fusefs/interrupt.cc
533
nap();
tests/sys/fs/fusefs/interrupt.cc
648
nap();
tests/sys/fs/fusefs/interrupt.cc
72
nap();
tests/sys/fs/fusefs/lookup.cc
150
nap();
tests/sys/fs/fusefs/lookup.cc
275
nap(); // Because vnode reclamation is asynchronous
tests/sys/fs/fusefs/lookup.cc
382
nap();
tests/sys/fs/fusefs/lookup.cc
411
nap();
tests/sys/fs/fusefs/lookup.cc
660
nap(); // Because vnode reclamation is asynchronous
tests/sys/fs/fusefs/nfs.cc
247
nap();
tests/sys/fs/fusefs/pre-init.cc
108
nap(); /* Wait for th1 to block in unmount() */
tests/sys/fs/fusefs/pre-init.cc
163
nap();
tests/sys/fs/fusefs/pre-init.cc
210
nap(); /* Allow stat() to run first */
tests/sys/fs/fusefs/read.cc
1111
nap();
tests/sys/fs/fusefs/read.cc
1149
nap();
tests/sys/fs/fusefs/read.cc
1643
nap();
tests/sys/fs/fusefs/read.cc
278
nap();
tests/sys/fs/fusefs/read.cc
567
nap();
tests/sys/fs/fusefs/read.cc
603
nap();
tests/sys/fs/fusefs/read.cc
656
nap();
tests/sys/fs/fusefs/read.cc
698
nap();
tests/sys/fs/fusefs/read.cc
743
nap();
tests/sys/fs/fusefs/write.cc
823
nap();
usr.sbin/bluetooth/sdpd/nap.c
105
sdp_nap_profile_p nap = (sdp_nap_profile_p) provider->data;
usr.sbin/bluetooth/sdpd/nap.c
108
buf, eob, (uint8_t const *) &nap->psm,
usr.sbin/bluetooth/sdpd/nap.c
109
sizeof(nap->psm)));
usr.sbin/bluetooth/sdpd/nap.c
118
sdp_nap_profile_p nap = (sdp_nap_profile_p) provider->data;
usr.sbin/bluetooth/sdpd/nap.c
121
(uint8_t const *) &nap->security_description,
usr.sbin/bluetooth/sdpd/nap.c
122
sizeof(nap->security_description)));
usr.sbin/bluetooth/sdpd/nap.c
131
sdp_nap_profile_p nap = (sdp_nap_profile_p) provider->data;
usr.sbin/bluetooth/sdpd/nap.c
137
SDP_PUT16(nap->net_access_type, buf);
usr.sbin/bluetooth/sdpd/nap.c
148
sdp_nap_profile_p nap = (sdp_nap_profile_p) provider->data;
usr.sbin/bluetooth/sdpd/nap.c
154
SDP_PUT16(nap->max_net_access_rate, buf);
usr.sbin/bluetooth/sdpd/nap.c
165
sdp_nap_profile_p nap = (sdp_nap_profile_p) provider->data;
usr.sbin/bluetooth/sdpd/nap.c
168
&nap->load_factor, 1));
usr.sbin/bluetooth/sdpd/nap.c
174
sdp_nap_profile_p nap = (sdp_nap_profile_p) data;
usr.sbin/bluetooth/sdpd/nap.c
176
return ((nap->psm == 0)? 0 : 1);
usr.sbin/watchdogd/watchdogd.c
353
if (nap - waited > 0)
usr.sbin/watchdogd/watchdogd.c
354
sleep(nap - waited);
usr.sbin/watchdogd/watchdogd.c
681
nap = fetchtimeout(c, NULL, optarg, 0);
usr.sbin/watchdogd/watchdogd.c
729
if (nap > timeout_sec / 2)
usr.sbin/watchdogd/watchdogd.c
730
nap = timeout_sec / 2;
usr.sbin/watchdogd/watchdogd.c
733
carp_thresh_seconds = nap;
usr.sbin/watchdogd/watchdogd.c
81
static u_int nap = 10;