/src/sbin/disklabel/ |
extern.h | 40 #define dk_ioctl(f, cmd, arg) (errno = ENOTTY, -1) macro 42 int dk_ioctl(int, u_long cmd, void *);
|
main.c | 462 dk_ioctl(set_writable_fd, DIOCWLABEL, &zero); 757 if (dk_ioctl(f, DIOCWLABEL, &writable) < 0) 818 if (!Fflag && dk_ioctl(f, DIOCSDINFO, &lab) < 0 && 829 if (dk_ioctl(f, DIOCWLABEL, &writable) < 0) 842 if (!Fflag && dk_ioctl(f, DIOCWDINFO, &lab) < 0) { 848 if (dk_ioctl(f, DIOCWDINFO, &lab) < 0) { 1193 if (!Fflag && Iflag && (dk_ioctl(f, DIOCGDINFO, &lab) == 0 || 1194 dk_ioctl(f, DIOCGDEFLABEL, &lab) == 0)) 1198 if (dk_ioctl(f, DIOCGDINFO, &lab) < 0) 2235 dk_ioctl(int f, u_long cmd, void *arg function in typeref:typename:int [all...] |
/src/sys/dev/ |
dksubr.c | 580 dk_ioctl(struct dk_softc *dksc, dev_t dev, function in typeref:typename:int
|