HomeSort by: relevance | last modified time | path
    Searched defs:oldflags (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/mount_lfs/
mount_lfs.c 155 int mntsize, oldflags, i; local in function:mount_lfs
167 oldflags = MNT_RDONLY; /* If not mounted, pretend r/o */
173 oldflags = mntbuf[i].f_flag;
200 if (!(oldflags & MNT_RDONLY) || (mntflags & MNT_RDONLY)
208 if ((mntflags & MNT_RDONLY) && !(oldflags & MNT_RDONLY))
211 __USE(oldflags);
  /src/sys/netinet6/
nd6.c 493 int oldflags = ia6->ia6_flags; local in function:nd6_timer_work
495 if ((oldflags & IN6_IFF_DEPRECATED) == 0) {
  /src/sys/netinet/
in.c 1155 int s, oldflags, flags = RTF_UP, error, hostIsNew; local in function:in_ifinit
1167 oldflags = ia->ia4_flags;
1204 ia->ia4_flags = oldflags;
1217 ia->ia4_flags = oldflags;
  /src/sys/fs/nfs/client/
nfs_clvnops.c 3161 int oldflags = bp->b_flags; local in function:ncl_writebp
3200 if( (oldflags & B_ASYNC) == 0) {
3203 if (oldflags & B_DELWRI) {

Completed in 17 milliseconds