promdev.c | 296 char labelbuf[DEV_BSIZE]; local in function:obp_v0_strategy 316 prom_bread(fd, btodb(DEV_BSIZE), LABELSECTOR, &labelbuf[0]); 317 israidlabel(&labelbuf[0]); 344 char labelbuf[DEV_BSIZE]; local in function:obp_v2_strategy 355 prom_read(fd, &labelbuf[0], DEV_BSIZE); 356 israidlabel(&labelbuf[0]); 391 char labelbuf[DEV_BSIZE]; local in function:oldmon_strategy 407 dmabuf = dvma_mapin(&labelbuf[0], DEV_BSIZE); 413 israidlabel(&labelbuf[0]);
|