NENTS              61 arch/i386/stand/boot/conf.c 	{ "probing", i386_probe1, NENTS(i386_probe1) },
NENTS              62 arch/i386/stand/boot/conf.c 	{ "disk",    i386_probe2, NENTS(i386_probe2) }
NENTS              64 arch/i386/stand/boot/conf.c int nibprobes = NENTS(probe_list);
NENTS              83 arch/i386/stand/boot/conf.c int nfsys = NENTS(file_system);
NENTS              95 arch/i386/stand/boot/conf.c int ndevs = NENTS(devsw);
NENTS             101 arch/i386/stand/boot/conf.c int n_netif_drivers = NENTS(netif_drivers);
NENTS              64 arch/i386/stand/cdboot/conf.c 	{ "probing", i386_probe1, NENTS(i386_probe1) },
NENTS              65 arch/i386/stand/cdboot/conf.c 	{ "disk",    i386_probe2, NENTS(i386_probe2) },
NENTS              67 arch/i386/stand/cdboot/conf.c int nibprobes = NENTS(probe_list);
NENTS              87 arch/i386/stand/cdboot/conf.c int nfsys = NENTS(file_system);
NENTS              96 arch/i386/stand/cdboot/conf.c int ndevs = NENTS(devsw);
NENTS              37 arch/i386/stand/libsa/debug.c const int nreg = NENTS(reg_names);
NENTS              41 arch/i386/stand/libsa/dev_i386.c const int nbdevs = NENTS(bdevs);
NENTS              47 arch/i386/stand/libsa/dev_i386.c const int ncdevs = NENTS(cdevs);
NENTS             227 arch/i386/stand/libsa/memprobe.c 	u_int save[NENTS(addrprobe_pat)];
NENTS             234 arch/i386/stand/libsa/memprobe.c 	for (i = 0; i < NENTS(addrprobe_pat); i++) {
NENTS             243 arch/i386/stand/libsa/memprobe.c 		for (i = 0; i < NENTS(addrprobe_pat); i++) {
NENTS             249 arch/i386/stand/libsa/memprobe.c 		for (i = 0; i < NENTS(addrprobe_pat); i++) {
NENTS              70 arch/i386/stand/pxeboot/conf.c 	{ "probing", i386_probe1, NENTS(i386_probe1) },
NENTS              71 arch/i386/stand/pxeboot/conf.c 	{ "disk",    i386_probe2, NENTS(i386_probe2) },
NENTS              72 arch/i386/stand/pxeboot/conf.c 	{ "net",     i386_probe3, NENTS(i386_probe3) },
NENTS              74 arch/i386/stand/pxeboot/conf.c int nibprobes = NENTS(probe_list);
NENTS              80 arch/i386/stand/pxeboot/conf.c int nfsname = NENTS(fs_name);
NENTS             100 arch/i386/stand/pxeboot/conf.c int nfsys = NENTS(file_system);
NENTS             109 arch/i386/stand/pxeboot/conf.c int ndevs = NENTS(devsw);
NENTS             117 arch/i386/stand/pxeboot/conf.c int n_netif_drivers = NENTS(netif_drivers);
NENTS              48 arch/i386/stand/pxeboot/devopen.c const int nbdevs = NENTS(bdevs);
NENTS              54 arch/i386/stand/pxeboot/devopen.c const int ncdevs = NENTS(cdevs);
NENTS            2207 kern/vfs_subr.c 	      vp->v_tag > NENTS(vtags)? "<unk>":vtags[vp->v_tag], vp->v_tag,
NENTS            2208 kern/vfs_subr.c 	      vp->v_type > NENTS(vtypes)? "<unk>":vtypes[vp->v_type],