/src/sys/arch/hppa/stand/xxboot/ |
readufs.c | 224 ufs_lookup(ino32_t dirino, const char *fn) function in typeref:typename:ino32_t 265 ino = ufs_lookup(ino, fn);
|
readufs.c | 224 ufs_lookup(ino32_t dirino, const char *fn) function in typeref:typename:ino32_t 265 ino = ufs_lookup(ino, fn);
|
readufs.c | 224 ufs_lookup(ino32_t dirino, const char *fn) function in typeref:typename:ino32_t 265 ino = ufs_lookup(ino, fn);
|
/src/sys/arch/x68k/stand/boot_ufs/ |
readufs.c | 224 ufs_lookup(ino32_t dirino, const char *fn) function in typeref:typename:ino32_t 269 ino = ufs_lookup(ino, fn);
|
readufs.c | 224 ufs_lookup(ino32_t dirino, const char *fn) function in typeref:typename:ino32_t 269 ino = ufs_lookup(ino, fn);
|
readufs.c | 224 ufs_lookup(ino32_t dirino, const char *fn) function in typeref:typename:ino32_t 269 ino = ufs_lookup(ino, fn);
|
/src/sys/ufs/ufs/ |
ufs_lookup.c | 1 /* $NetBSD: ufs_lookup.c,v 1.159 2024/09/08 09:36:52 rillig Exp $ */ 36 * @(#)ufs_lookup.c 8.9 (Berkeley) 8/11/94 40 __KERNEL_RCSID(0, "$NetBSD: ufs_lookup.c,v 1.159 2024/09/08 09:36:52 rillig Exp $"); 306 * Overall outline of ufs_lookup: 323 ufs_lookup(void *v) function in typeref:typename:int 1075 * that ufs_lookup left in nameidata and in the ufs_lookup_results. 1088 * If ulr->ulr_count is 0, ufs_lookup did not find space to insert the 1094 * If ulr->ulr_count is not zero, ufs_lookup found a slot to insert 1115 * parameters that ufs_lookup left in nameidata and in the
|
ufs_lookup.c | 1 /* $NetBSD: ufs_lookup.c,v 1.159 2024/09/08 09:36:52 rillig Exp $ */ 36 * @(#)ufs_lookup.c 8.9 (Berkeley) 8/11/94 40 __KERNEL_RCSID(0, "$NetBSD: ufs_lookup.c,v 1.159 2024/09/08 09:36:52 rillig Exp $"); 306 * Overall outline of ufs_lookup: 323 ufs_lookup(void *v) function in typeref:typename:int 1075 * that ufs_lookup left in nameidata and in the ufs_lookup_results. 1088 * If ulr->ulr_count is 0, ufs_lookup did not find space to insert the 1094 * If ulr->ulr_count is not zero, ufs_lookup found a slot to insert 1115 * parameters that ufs_lookup left in nameidata and in the
|
ufs_lookup.c | 1 /* $NetBSD: ufs_lookup.c,v 1.159 2024/09/08 09:36:52 rillig Exp $ */ 36 * @(#)ufs_lookup.c 8.9 (Berkeley) 8/11/94 40 __KERNEL_RCSID(0, "$NetBSD: ufs_lookup.c,v 1.159 2024/09/08 09:36:52 rillig Exp $"); 306 * Overall outline of ufs_lookup: 323 ufs_lookup(void *v) function in typeref:typename:int 1075 * that ufs_lookup left in nameidata and in the ufs_lookup_results. 1088 * If ulr->ulr_count is 0, ufs_lookup did not find space to insert the 1094 * If ulr->ulr_count is not zero, ufs_lookup found a slot to insert 1115 * parameters that ufs_lookup left in nameidata and in the
|