Home
last modified time | relevance | path

Searched refs:ndmp_open_list_add (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_scsi.c450 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 Dndmpd_tape.c161 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 Dndmpd.h917 extern int ndmp_open_list_add(ndmp_connection_t *, char *, int, int, int);
H A Dndmpd_util.c1427 ndmp_open_list_add(ndmp_connection_t *conn, char *dev, int sid, int lun, int fd) in ndmp_open_list_add() function