Symbol: nullsys
sys/arch/hp300/stand/common/conf.c
53
(int (*)(void *, int, daddr_t, size_t, void *, size_t *))nullsys
sys/arch/hp300/stand/common/conf.c
55
#define xxclose (int (*)(struct open_file *))nullsys
sys/arch/luna68k/stand/boot/conf.c
50
(int (*)(void *, int, daddr_t, size_t, void *, size_t *))nullsys
sys/arch/luna68k/stand/boot/conf.c
52
#define xxclose (int (*)(struct open_file *))nullsys
sys/arch/next68k/stand/boot/conf.c
64
{ "fd", nullsys, nodev, nullsys, noioctl },
sys/arch/next68k/stand/boot/conf.c
65
{ "od", nullsys, nodev, nullsys, noioctl },
sys/arch/next68k/stand/boot/conf.c
66
{ "tp", nullsys, nodev, nullsys, noioctl },
sys/arch/vax/boot/boot/conf.c
48
SADEV("hp",hpstrategy, hpopen, nullsys, noioctl),
sys/arch/vax/boot/boot/conf.c
50
SADEV("ctu",ctustrategy, ctuopen, nullsys, noioctl),
sys/arch/vax/boot/boot/conf.c
52
SADEV("mt",rastrategy, raopen, nullsys, noioctl),
sys/arch/vax/boot/boot/conf.c
53
SADEV("rom",romstrategy, romopen, nullsys, noioctl),
sys/arch/vax/boot/boot/conf.c
54
SADEV("rd",mfmstrategy, mfmopen, nullsys, noioctl),
sys/arch/vax/boot/boot/conf.c
55
SADEV("sd",romstrategy, romopen, nullsys, noioctl),
sys/arch/vax/boot/boot/conf.c
56
SADEV("sd",romstrategy, romopen, nullsys, noioctl),
sys/arch/vax/boot/boot/conf.c
57
SADEV("st",nullsys, nullsys, nullsys, noioctl),
sys/arch/vax/boot/boot/conf.c
60
SADEV("rl",romstrategy, romopen, nullsys, noioctl),
sys/arch/vax/boot/boot/conf.c
62
SADEV("ni",nostrategy, niopen, nullsys, noioctl), /* DEBNA */
sys/lib/libsa/stand.h
294
void nullsys(void);