Searched refs:nfsys (Results 1 - 25 of 26) sorted by relevance

12

/openbsd-current/sys/arch/alpha/stand/netboot/
H A Dconf.c14 int nfsys = 1; variable
/openbsd-current/sys/arch/alpha/stand/boot/
H A Dfilesystem.c51 int nfsys = sizeof(file_system)/sizeof(struct fs_ops); variable
/openbsd-current/sys/arch/loongson/stand/boot/
H A Dconf.c75 int nfsys = nitems(file_system); variable
/openbsd-current/sys/arch/landisk/stand/boot/
H A Dconf.c37 int nfsys = nitems(file_system); variable
/openbsd-current/sys/arch/alpha/stand/nboot/
H A Dconf.c58 int nfsys = sizeof(file_system) / sizeof(file_system[0]); variable
/openbsd-current/sys/arch/luna88k/stand/boot/
H A Ddevopen.c110 nfsys = nfsys_disk;
116 nfsys = 1;
H A Dconf.c116 int nfsys = 1; /* we always know which one we want */ variable
/openbsd-current/sys/arch/amd64/stand/pxeboot/
H A Dopen.c117 for (i = 0; i < nfsys; i++) {
H A Dconf.c93 int nfsys = nitems(file_system); variable
/openbsd-current/sys/arch/i386/stand/pxeboot/
H A Dopen.c117 for (i = 0; i < nfsys; i++) {
H A Dconf.c95 int nfsys = nitems(file_system); variable
/openbsd-current/sys/lib/libsa/
H A Dopen.c110 for (i = 0; i < nfsys; i++) {
/openbsd-current/sys/arch/hppa/stand/boot/
H A Dconf.c49 int nfsys = nitems(file_system); variable
/openbsd-current/sys/arch/amd64/stand/efiboot/
H A Dconf.c82 int nfsys = nitems(file_system); variable
/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Dconf.c58 int nfsys = nitems(file_system); variable
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Dconf.c62 int nfsys = nitems(file_system); variable
/openbsd-current/sys/arch/sparc64/stand/ofwboot/
H A Dofdev.c222 int nfsys; variable
513 nfsys = 0;
629 bcopy(&file_system_ufs, &file_system[nfsys++], sizeof file_system[0]);
630 bcopy(&file_system_ufs2, &file_system[nfsys++], sizeof file_system[0]);
687 bcopy(&file_system_ufs, &file_system[nfsys++], sizeof file_system[0]);
688 bcopy(&file_system_ufs2, &file_system[nfsys++], sizeof file_system[0]);
691 bcopy(&file_system_cd9660, &file_system[nfsys++],
703 nfsys = 1;
/openbsd-current/sys/arch/landisk/stand/xxboot/
H A Dboot1.c57 int nfsys = nitems(file_system); variable
/openbsd-current/sys/arch/hppa/stand/cdboot/
H A Dcdboot.c51 int nfsys = nitems(file_system); variable
/openbsd-current/sys/arch/i386/stand/cdboot/
H A Dconf.c82 int nfsys = nitems(file_system); variable
/openbsd-current/sys/arch/amd64/stand/cdboot/
H A Dconf.c81 int nfsys = nitems(file_system); variable
/openbsd-current/sys/arch/i386/stand/boot/
H A Dconf.c83 int nfsys = nitems(file_system); variable
/openbsd-current/sys/arch/amd64/stand/boot/
H A Dconf.c81 int nfsys = nitems(file_system); variable
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Dconf.c67 int nfsys = nitems(file_system); variable
/openbsd-current/sys/arch/macppc/stand/
H A Dofdev.c164 int nfsys; variable
367 nfsys = 4;
375 nfsys = 1;

Completed in 159 milliseconds

12