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

/xnu-2422.115.4/bsd/netinet6/
H A Dscope6.c362 * in the in6_addr structure, in6 will be modified.
430 * is intact; return non 0 if the address is modified.
435 int modified = 0; local
439 modified = 1;
443 return (modified);
/xnu-2422.115.4/bsd/kern/
H A Dkpi_socketfilter.c389 * pointed to a modified version.
949 int modified = 0; local
978 /* see if the address was modified */
980 modified = 1;
983 if (error != 0 || !modified) {
988 * At least one address was modified and there were no errors;
989 * ditch the original and return the modified list.
/xnu-2422.115.4/bsd/net/
H A Dif.c64 * NOTICE: This file was modified by SPARTA, Inc. in 2006 to introduce
2649 int modified = 0; local
2656 modified = 1;
2664 modified = 1;
2669 if (modified)
/xnu-2422.115.4/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 95 milliseconds