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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_init.c605 struct vfstable **vcpp; local
613 * Traverse the list looking for vtbl; if found, *vcpp
617 for( vcpp = &vfsconf; *vcpp; vcpp = &(*vcpp)->vfc_next) {
618 if (*vcpp == vtbl)
622 if (*vcpp == NULL)
626 vcdelp = *vcpp;
627 *vcpp
[all...]

Completed in 19 milliseconds