| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_fru.c | 53 * In order to work around these limitations, we have a per-vdev FRU property 107 nvlist_t *fru; local 132 * Get the devfs path and FRU. 142 if (_topo_node_fru(tn, &fru, NULL, &err) != 0) { 148 * Convert the FRU into a string. 150 if (_topo_fmri_nvl2str(thp, fru, &frustr, &err) != 0) { 151 nvlist_free(fru); 156 nvlist_free(fru); 159 * Finally, we have a FRU string and device path. Add it to the hash. 251 * hc topology looking for disk nodes, and recording the io/devfs-path and FRU [all...] |
| /src/sys/dev/ieee1394/ |
| sbp.h | 180 uint8_t fru; member in struct:sbp_cmd_status
|
| sbp.c | 1620 /* fru, sense_key_spec */ 1627 sense->fru = sbp_cmd_status->fru;
|
| /src/sys/dev/scsipi/ |
| scsi_spc.h | 526 /*15*/ uint8_t fru; /* Field replaceable unit code */ member in struct:scsi_sense_data
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_ioctl.c | 2118 char *fru = zc->zc_value; local 2126 error = spa_vdev_setfru(spa, guid, fru);
|