Searched refs:ndmp_open_list_add (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_scsi.c | 450 switch (ndmp_open_list_add(connection, adptnm, sid, lun, devid)) { in common_open() 541 switch (ndmp_open_list_add(connection, in common_set_target()
|
H A D | ndmpd_tape.c | 161 switch (ndmp_open_list_add(connection, adptnm, sid, lun, devid)) { in ndmpd_tape_open_v2() 1295 switch (ndmp_open_list_add(connection, in common_tape_open()
|
H A D | ndmpd.h | 917 extern int ndmp_open_list_add(ndmp_connection_t *, char *, int, int, int);
|
H A D | ndmpd_util.c | 1427 ndmp_open_list_add(ndmp_connection_t *conn, char *dev, int sid, int lun, int fd) in ndmp_open_list_add() function
|