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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.c1693 int newstate = 0; local
1787 newstate = ND6_LLINFO_STALE;
1793 newstate = ND6_LLINFO_NOSTATE;
1795 newstate = ND6_LLINFO_STALE;
1802 ln->ln_state = newstate;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c5928 uint32_t newstate; local
6004 uap->options, (unsigned long *)&newstate, &eofflag,
6017 if ((error = copyout((caddr_t) &newstate, uap->newstate, sizeof(newstate))))
H A Dkpi_vfs.c4252 u_long options, u_long *newstate, int *eofflag, u_long *actualcount, vfs_context_t ctx)
4265 a.a_newstate = newstate;
4251 VNOP_READDIRATTR(struct vnode *vp, struct attrlist *alist, struct uio *uio, u_long maxcount, u_long options, u_long *newstate, int *eofflag, u_long *actualcount, vfs_context_t ctx) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h814 char newstate_l_[PADL_(user_addr_t)]; user_addr_t newstate; char newstate_r_[PADR_(user_addr_t)]; member in struct:getdirentriesattr_args

Completed in 52 milliseconds