Searched refs:SFIOCGMAP (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcio.h48 #define SFIOCGMAP (SF_IOC|1) /* Get device map */ macro
56 #define IFPIOCGMAP SFIOCGMAP
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Difpio.h187 #if !defined(SFIOCGMAP)
188 #define SFIOCGMAP ((0xda << 8)|1) macro
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c1531 * SFIOCGMAP ioctl to get the device and hba nodes of
1854 if (ioctl(fd, SFIOCGMAP, &sf_map) != 0) {
1855 I_DPRINTF(" SFIOCGMAP ioctl failed.\n");
2141 * SFIOCGMAP ioctl to get the device and hba nodes of
2619 if (ioctl(fd, SFIOCGMAP, &sf_map) != 0) {
2620 I_DPRINTF(" SFIOCGMAP ioctl failed.\n");
3440 if (ioctl(fd, SFIOCGMAP, &exp_map) != 0) {
3441 I_DPRINTF(" SFIOCGMAP ioctl failed.\n");
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c6512 * Retrieve pwwn via SFIOCGMAP
6534 if (ioctl(fd, SFIOCGMAP, &sf_map) != 0) {
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c6857 case SFIOCGMAP:

Completed in 86 milliseconds