Home
last modified time | relevance | path

Searched refs:new_drive (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_init.c376 new_drive(scsi_link_t *slink, int *lib) in new_drive() function
421 d = new_drive(slink, &l); in add_drv()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c2222 int new_drive = GRUB_INVALID_DRIVE; in install_func() local
2330 new_drive = 0; in install_func()
2414 if (! new_drive) in install_func()
2415 new_drive = src_drive; in install_func()
2422 *((unsigned char *) (stage1_buffer + STAGE1_BOOT_DRIVE)) = new_drive; in install_func()