Searched refs:DISKLABELDEV (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/sys/dev/ |
| D | rd.c | 299 error = writedisklabel(DISKLABELDEV(dev), in rdioctl() 339 return (readdisklabel(DISKLABELDEV(dev), rdstrategy, lp, spoofonly)); in rdgetdisklabel()
|
| D | vnd.c | 238 return readdisklabel(DISKLABELDEV(dev), vndstrategy, lp, spoofonly); in vndgetdisklabel() 650 error = writedisklabel(DISKLABELDEV(dev), in vndioctl()
|
| /openbsd/src/sys/arch/octeon/dev/ |
| D | octcf.c | 536 error = readdisklabel(DISKLABELDEV(dev), octcfstrategy, lp, in octcfgetdisklabel() 595 error = writedisklabel(DISKLABELDEV(dev), in octcfioctl()
|
| D | amdcf.c | 390 return readdisklabel(DISKLABELDEV(dev), amdcfstrategy, lp, spoofonly); in amdcfgetdisklabel() 527 error = writedisklabel(DISKLABELDEV(dev), in amdcfioctl()
|
| /openbsd/src/sys/sys/ |
| D | disklabel.h | 72 #define DISKLABELDEV(dev) \ macro
|
| /openbsd/src/sys/dev/ata/ |
| D | wd.c | 748 error = readdisklabel(DISKLABELDEV(dev), wdstrategy, lp, in wdgetdisklabel() 811 error = writedisklabel(DISKLABELDEV(dev), in wdioctl()
|
| /openbsd/src/sys/dev/isa/ |
| D | fd.c | 180 return readdisklabel(DISKLABELDEV(dev), fdstrategy, lp, spoofonly); in fdgetdisklabel() 1040 error = writedisklabel(DISKLABELDEV(dev), in fdioctl()
|
| /openbsd/src/sys/scsi/ |
| D | sd.c | 915 error = writedisklabel(DISKLABELDEV(dev), in sdioctl() 1162 return readdisklabel(DISKLABELDEV(dev), sdstrategy, lp, spoofonly); in sdgetdisklabel()
|
| D | cd.c | 1159 return readdisklabel(DISKLABELDEV(dev), cdstrategy, lp, spoofonly); in cdgetdisklabel()
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | fd.c | 1816 error = writedisklabel(DISKLABELDEV(dev), in fdioctl() 1977 return readdisklabel(DISKLABELDEV(dev), fdstrategy, lp, spoofonly); in fdgetdisklabel()
|