/src/sys/dev/pud/ |
pud.c | 178 struct bdevsw *bsw; local in function:pudconf_reg 190 bsw = &pud_bdevsw; 193 bsw = NULL; 198 error = devsw_attach(pcr->pm_devname, bsw, &bmajor,
|
pud.c | 178 struct bdevsw *bsw; local in function:pudconf_reg 190 bsw = &pud_bdevsw; 193 bsw = NULL; 198 error = devsw_attach(pcr->pm_devname, bsw, &bmajor,
|
pud.c | 178 struct bdevsw *bsw; local in function:pudconf_reg 190 bsw = &pud_bdevsw; 193 bsw = NULL; 198 error = devsw_attach(pcr->pm_devname, bsw, &bmajor,
|
/src/sys/arch/amigappc/include/ |
bus_defs.h | 81 #define bsw(what, typ) \ macro 128 bsw(*bsw1, uint8_t); 139 bsw(*bsw2, uint16_t); 141 bsw(*bsws2, uint16_t); 156 bsw(*bsw4, uint32_t); 158 bsw(*bsws4, uint32_t);
|
bus_defs.h | 81 #define bsw(what, typ) \ macro 128 bsw(*bsw1, uint8_t); 139 bsw(*bsw2, uint16_t); 141 bsw(*bsws2, uint16_t); 156 bsw(*bsw4, uint32_t); 158 bsw(*bsws4, uint32_t);
|
bus_defs.h | 81 #define bsw(what, typ) \ macro 128 bsw(*bsw1, uint8_t); 139 bsw(*bsw2, uint16_t); 141 bsw(*bsws2, uint16_t); 156 bsw(*bsw4, uint32_t); 158 bsw(*bsws4, uint32_t);
|
/src/sys/arch/amiga/include/ |
bus.h | 62 #define bsw(what, typ) \ macro 109 bsw(*bsw1, u_int8_t); 120 bsw(*bsw2, u_int16_t); 122 bsw(*bsws2, u_int16_t); 137 bsw(*bsw4, u_int32_t); 139 bsw(*bsws4, u_int32_t);
|
bus.h | 62 #define bsw(what, typ) \ macro 109 bsw(*bsw1, u_int8_t); 120 bsw(*bsw2, u_int16_t); 122 bsw(*bsws2, u_int16_t); 137 bsw(*bsw4, u_int32_t); 139 bsw(*bsws4, u_int32_t);
|
bus.h | 62 #define bsw(what, typ) \ macro 109 bsw(*bsw1, u_int8_t); 120 bsw(*bsw2, u_int16_t); 122 bsw(*bsws2, u_int16_t); 137 bsw(*bsw4, u_int32_t); 139 bsw(*bsws4, u_int32_t);
|