Searched refs:modified (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dscope6.c485 * in the in6_addr structure, in6 will be modified.
561 * is intact; return non 0 if the address is modified.
566 int modified = 0; local
570 modified = 1;
574 return (modified);
/darwin-on-arm/xnu/bsd/net/
H A Dif.c64 * NOTICE: This file was modified by SPARTA, Inc. in 2006 to introduce
2474 int modified = 0; local
2481 modified = 1;
2489 modified = 1;
2494 if (modified)
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c1254 /* the file is in a modified state, so make sure the flag's set */
1903 int nfsvers, biosize, modified, readaheads = 0; local
1956 modified = (np->n_flag & NMODIFIED);
1959 error = nfs_getattr(np, NULL, ctx, modified ? NGA_UNCACHED : NGA_CACHED);
3415 * the modified flag. In order to make sure we see the latest
H A Dnfs4_vnops.c4240 int error = 0, modified, style; local
4277 modified = (np->n_flag & NMODIFIED);
4279 if (modified && ((error = nfs_vinvalbuf(vp, V_SAVE, ctx, 1))))

Completed in 46 milliseconds