Home
last modified time | relevance | path

Searched full:fru (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-quanta-q71l.dts179 /* Baseboard FRU */
185 /* FP FRU */
301 /* BIOS FRU */
379 /* PDB FRU */
389 /* BMC FRU */
464 /* Memory Riser 1 FRU */
470 /* Memory Riser 2 FRU */
476 /* Memory Riser 3 FRU */
482 /* Memory Riser 4 FRU */
494 /* Memory Riser 5 FRU */
[all...]
H A Daspeed-bmc-facebook-catalina.dts235 // IO Mezz 0 FRU EEPROM
285 // HDD FRU EEPROM
406 // IO Mezz 1 FRU EEPROM
528 // PDB FRU EEPROM
561 // OSFP FRU EEPROM
572 // FIO FRU EEPROM
687 // SCM FRU EEPROM
693 // BSM FRU EEPROM
709 // OCP NIC0 FRU EEPROM
728 // Module 1 FRU EEPROM
[all …]
H A Daspeed-bmc-facebook-harma.dts235 // MB NIC FRU
316 // PDB FRU
408 // PTTV FRU
437 // Aegis FRU
494 //MB FRU
528 // SCM FRU
534 // BSM FRU
H A Daspeed-bmc-tyan-s8036.dts231 /* BMC EEPROM, incl. mainboard FRU */
247 /* PSU1 FRU @ 0xA0 */
253 /* PSU2 FRU @ 0xA2 */
315 * - OCP FRU
H A Daspeed-bmc-tyan-s7106.dts273 /* BMC EEPROM, incl. mainboard FRU */
291 /* PSU1 FRU @ 0xA0 */
297 /* PSU2 FRU @ 0xA2 */
346 * - mainboard FRU @ 0xAE
H A Daspeed-bmc-inventec-transformers.dts129 // FRU AT24C512C-SSHM-T
171 // FRU AT24C512C-SSHM-T
H A Daspeed-bmc-facebook-yosemitev2.dts168 //FRU EEPROM
H A Daspeed-bmc-quanta-s6q.dts462 /* MB FRU (U173) @ 0xA2 */
595 /* SCM FRU (U19) @ 0xA2 */
H A Daspeed-bmc-asrock-e3c246d4i.dts104 /* FRU EEPROM */
H A Daspeed-bmc-asrock-romed8hm3.dts132 /* Baseboard FRU eeprom */
H A Daspeed-bmc-asrock-e3c256d4i.dts189 /* FRU eeprom */
/freebsd/sys/cam/ctl/
H A Dctl_error.c215 /* FRU */ in ctl_sense_to_desc()
216 (sense_src->fru != 0) ? in ctl_sense_to_desc()
218 sizeof(sense_src->fru), in ctl_sense_to_desc()
219 &sense_src->fru, in ctl_sense_to_desc()
301 struct scsi_sense_fru *fru; in ctl_sense_to_fixed() local
303 fru = (struct scsi_sense_fru *)header; in ctl_sense_to_fixed()
304 fru_ptr = &fru->fru; in ctl_sense_to_fixed()
305 fru_size = sizeof(fru->fru); in ctl_sense_to_fixed()
306 pos += fru->length + in ctl_sense_to_fixed()
360 /* FRU */ in ctl_sense_to_fixed()
/freebsd/sys/contrib/device-tree/Bindings/fsi/
H A Dfsi-controller.yaml13 FSI (FRU (Field Replaceable Unit) Service Interface) is a two wire bus. The
14 FSI bus is connected to a CFAM (Common FRU Access Macro) which contains
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-powernv.txt8 Each location code of FRU/Enclosure must be expressed in the
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dvdev_get.cfg47 fru
/freebsd/sys/contrib/openzfs/include/sys/fm/
H A Dprotocol.h118 #define FM_FAULT_FRU "fru"
119 #define FM_FAULT_FRU_LABEL "fru-label"
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzpool_prop.c344 zprop_register_string(VDEV_PROP_FRU, "fru", NULL, in vdev_prop_init()
345 PROP_READONLY, ZFS_TYPE_VDEV, "<fru>", "FRU", sfeatures); in vdev_prop_init()
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c640 nvlist_t *asru, nvlist_t *fru, nvlist_t *resource) in fmd_nvl_create_fault() argument
655 if (fru != NULL) in fmd_nvl_create_fault()
656 err |= nvlist_add_nvlist(nvl, FM_FAULT_FRU, fru); in fmd_nvl_create_fault()
H A Dzfs_diagnosis.c106 #define CASE_FRU "fru"
467 nvlist_t *fru = NULL; in zfs_case_solve() local
487 fru, detector); in zfs_case_solve()
490 nvlist_free(fru); in zfs_case_solve()
/freebsd/sys/dev/pms/RefTisa/tisa/api/
H A Dtiscsi.h54 bit8 fru; member
/freebsd/share/man/man4/
H A Dipmi.478 standard offers watchdog support, an FRU database, and other
/freebsd/sys/contrib/openzfs/man/man7/
H A Dvdevprops.798 .It Sy fru
/freebsd/sys/cam/scsi/
H A Dscsi_all.c3948 struct scsi_sense_fru *fru = (void *)desc; in scsi_set_sense_data_desc_va() local
3950 if (len > sizeof(fru->fru)) in scsi_set_sense_data_desc_va()
3952 if (space < sizeof(*fru)) { in scsi_set_sense_data_desc_va()
3956 fru->desc_type = SSD_DESC_FRU; in scsi_set_sense_data_desc_va()
3957 fru->length = sizeof(*fru) - in scsi_set_sense_data_desc_va()
3959 fru->fru = *data; in scsi_set_sense_data_desc_va()
3960 desc += sizeof(*fru); in scsi_set_sense_data_desc_va()
3961 space -= sizeof(*fru); in scsi_set_sense_data_desc_va()
4078 sense->fru = *data; in scsi_set_sense_data_fixed_va()
4198 if (fru_desc->fru == 0) in scsi_get_sense_info()
[all …]
H A Dscsi_targ_bh.c119 /*extra_len*/offsetof(struct scsi_sense_data_fixed, fru)
126 static const int request_sense_size = offsetof(struct scsi_sense_data_fixed, fru);
/freebsd/sys/dev/firewire/
H A Dsbp.h183 uint8_t fru; member

12