Searched refs:FIXUP (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_conf.c | 679 #define FIXUP(member, noop, giant) \ in prep_cdevsw() macro 688 FIXUP(d_open, null_open, giant_open); in prep_cdevsw() 689 FIXUP(d_fdopen, NULL, giant_fdopen); in prep_cdevsw() 690 FIXUP(d_close, null_close, giant_close); in prep_cdevsw() 691 FIXUP(d_read, no_read, giant_read); in prep_cdevsw() 692 FIXUP(d_write, no_write, giant_write); in prep_cdevsw() 693 FIXUP(d_ioctl, no_ioctl, giant_ioctl); in prep_cdevsw() 694 FIXUP(d_poll, no_poll, giant_poll); in prep_cdevsw() 695 FIXUP(d_mmap, no_mmap, giant_mmap); in prep_cdevsw() 696 FIXUP(d_strategy, no_strategy, giant_strategy); in prep_cdevsw() [all …]
|