Home
last modified time | relevance | path

Searched refs:tlm_drive (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_init.c352 if (!(dp = tlm_drive(l, d))) { in make_stand_alone_drive()
388 if (!(dp = tlm_drive(*lib, d))) in new_drive()
444 if ((drive = tlm_drive(l, d)) != NULL) { in add_drv()
587 dp = tlm_drive(l, d); in tlm_init()
H A Dtlm_proto.h83 extern tlm_drive_t *tlm_drive(int, int);
H A Dtlm_info.c96 tlm_drive(int lib, int drv) in tlm_drive() function
H A Dtlm_lib.c360 dp = tlm_drive(lib, drv); in tlm_get_scsi_sasd_entry()
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm.h170 typedef struct tlm_drive { struct
171 struct tlm_drive *td_next; argument