Searched refs:write_drive (Results 1 – 2 of 2) sorted by relevance
| /dflybsd-src/sys/dev/raid/vinum/ |
| H A D | vinumio.c | 252 write_drive(drive, (void *) vhdr, VINUMHEADERLEN, VINUM_LABEL_OFFSET); in remove_drive() 632 error = write_drive(drive, (char *) vhdr, VINUMHEADERLEN, VINUM_LABEL_OFFSET); in daemon_save_config() 634 error = write_drive(drive, config, MAXCONFIG, VINUM_CONFIG_OFFSET); /* first config copy */ in daemon_save_config() 636 error = write_drive(drive, config, MAXCONFIG, VINUM_CONFIG_OFFSET + MAXCONFIG); /* second copy */ in daemon_save_config()
|
| H A D | vinumext.h | 51 #define write_drive(a, b, c, d) driveio (a, b, c, d, BUF_CMD_WRITE) macro
|