kern_subr.c | 110 static device_t getdisk(const char *, int, int, dev_t *, int); 347 dv = getdisk(buf, len, 1, &nrootdev, 0); 353 dv = getdisk(buf, len, bootpartition, &nrootdev, 0); 394 dv = getdisk(buf, len, 1, &ndumpdev, 1); 678 getdisk(const char *str, int len, int defpart, dev_t *devp, int isdump) function in typeref:typename:device_t
|