/freebsd/usr.sbin/mptutil/ |
H A D | mpt_drive.c | 117 if (list->drives[i]->PhysDiskNum == PhysDiskNum) in mpt_pd_insert() 119 if (list->drives[i]->PhysDiskNum > PhysDiskNum) in mpt_pd_insert() 128 list->drives[j + 1] = list->drives[j]; in mpt_pd_insert() 129 list->drives[i] = mpt_pd_info(fd, PhysDiskNum, NULL); in mpt_pd_insert() 130 if (list->drives[i] == NULL) in mpt_pd_insert() 251 free(list->drives[i]); in mpt_free_pd_list() 285 if (list->drives[val]->PhysDiskBus == bus && in mpt_lookup_drive() 286 list->drives[val]->PhysDiskID == id) { in mpt_lookup_drive() 287 *PhysDiskNum = list->drives[val]->PhysDiskNum; in mpt_lookup_drive()
|
H A D | mpt_config.c | 356 struct drive_info *drives; member 407 info->drives = calloc(count, sizeof(struct drive_info)); in parse_volume() 409 for (dinfo = info->drives; (cp = strsep(&volume_str, ",")) != NULL; in parse_volume() 448 for (i = 0, dinfo = info->drives; i < info->drive_count; in add_drives() 490 if (state->list->drives[i]->PhysDiskID == state->target_id) in find_next_volume() 550 MinLBA = info->drives[0].info->MaxLBA; in build_volume() 552 if (info->drives[i].info->MaxLBA < MinLBA) in build_volume() 553 MinLBA = info->drives[i].info->MaxLBA; in build_volume() 598 for (i = 0, dinfo = info->drives, rdisk = vol->PhysDisk; in build_volume()
|
H A D | mpt_show.c | 518 len = strlen(mpt_pdstate(list->drives[i])); in show_drives() 526 printf("%4u ", list->drives[i]->PhysDiskNum); in show_drives() 527 print_pd(list->drives[i], state_len, 1); in show_drives() 542 MPT_COMMAND(show, drives, show_drives);
|
/freebsd/usr.sbin/mfiutil/ |
H A D | mfi_config.c | 283 struct mfi_pd_info *drives; member 343 info->drives = calloc(count, sizeof(struct mfi_pd_info)); in parse_array() 344 if (info->drives == NULL) { in parse_array() 349 for (pinfo = info->drives; (cp = strsep(&array_str, ",")) != NULL; in parse_array() 353 free(info->drives); in parse_array() 354 info->drives = NULL; in parse_array() 361 free(info->drives); in parse_array() 362 info->drives = NULL; in parse_array() 368 free(info->drives); in parse_array() 369 info->drives = NULL; in parse_array() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | sqi-pic32.txt | 7 - clocks: Should contain phandle of two clocks in sequence, one that drives 8 clock on SPI bus and other that drives SQI controller.
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_mmap.c | 174 char *map, *dk, *drives, dev[PATH_MAX]; in ATF_TC_BODY() local 181 drives = malloc(len); in ATF_TC_BODY() 182 ATF_REQUIRE(drives != NULL); in ATF_TC_BODY() 183 ATF_REQUIRE(sysctl(mib, miblen, drives, &len, NULL, 0) == 0); in ATF_TC_BODY() 184 for (dk = strtok(drives, " "); dk != NULL; dk = strtok(NULL, " ")) { in ATF_TC_BODY() 193 free(drives); in ATF_TC_BODY()
|
/freebsd/sys/dev/ips/ |
H A D | ips_disk.c | 107 iobuf->bio_driver1 = (void *)(uintptr_t)dsc->sc->drives[dsc->disk_number].drivenum; in ipsd_strategy() 152 totalsectors = dsc->sc->drives[dsc->disk_number].sector_count; in ipsd_attach() 168 dsc->sc->drives[dsc->disk_number].sector_count >> 11); in ipsd_attach() 214 command_struct->drivenum= sc->drives[dsc->disk_number].drivenum; in ipsd_dump()
|
H A D | ips.c | 265 if(sc->drives[i].state == IPS_LD_FREE) continue; in ips_diskdev_init() 267 i, sc->drives[i].raid_lvl, in ips_diskdev_init() 268 sc->drives[i].sector_count, in ips_diskdev_init() 269 ips_diskdev_statename(sc->drives[i].state)); in ips_diskdev_init() 270 if(sc->drives[i].state == IPS_LD_OKAY || in ips_diskdev_init() 271 sc->drives[i].state == IPS_LD_DEGRADED){ in ips_diskdev_init()
|
/freebsd/sys/cam/ |
H A D | README.quirks | 22 hard drives, flash adapters, cameras) there are two standards, SBC 23 and RBC. SCSI hard drives are usually SBC-compliant and smaller 24 devices like flash drives are usually RBC-compliant. Multimedia 51 drives hang when receiving this command even though it is required 116 bytes). Some drives can only handle the shorter inquiry length 140 drives can't even handle it. (No idea how such devices even work 155 USB pen drives or flash readers require quirks in both da(4) and
|
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | sharp,lq101r1sx01.txt | 4 - left-right: each channel drives the left or right half of the screen 5 - even-odd: each channel drives the even or odd lines of the screen
|
/freebsd/sys/dev/isp/ |
H A D | Hardware.txt | 136 to connect to bare drives: http://www.cinonic.com. 186 I have used lots of different Seagate and a few IBM drives and 188 drives with 40-pin SCA connectors in back. They go into the JBODs 195 All FC-AL disk drives are dual ported (i.e., have separte 'A' and 202 Approx Cost: You'll find that FC drives are the same cost if not 203 slightly cheaper than the equivalent Ultra3 SCSI drives.
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | moxa,moxart-watchdog.txt | 7 - clocks : Should contain phandle for the clock that drives the counter
|
H A D | dw_wdt.txt | 7 - clocks : phandle + clock-specifier for the clock that drives the
|
H A D | digicolor-wdt.txt | 12 - clocks : phandle; specifies the clock that drives the timer
|
H A D | nuvoton,npcm-wdt.txt | 17 - clock-frequency : The frequency in Hz of the clock that drives the NPCM7xx
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | altr,timer-1.0.txt | 8 - clock-frequency : The frequency of the clock that drives the counter, in Hz.
|
H A D | brcm,bcm2835-system-timer.txt | 13 - clock-frequency : The frequency of the clock that drives the counter, in Hz.
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | sht15.txt | 8 - "vcc-supply": regulator that drives the VCC pin.
|
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/ |
H A D | zed.rc | 108 # Turn on/off enclosure LEDs when drives get DEGRADED/FAULTED. This works for 110 # and NVMe PCI drives (assuming they're supported by Linux in sysfs). 147 # help silence misbehaving drives. This assumes your drive enclosure fully
|
/freebsd/sys/contrib/device-tree/Bindings/crypto/ |
H A D | picochip-spacc.txt | 11 - ref-clock : The input clock that drives the SPAcc.
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | currituck.dts | 144 /* This drives busses 0 to 0xf */ 181 /* This drives busses 0 to 0xf */ 218 /* This drives busses 0 to 0xf */
|
H A D | akebono.dts | 272 /* This drives busses 0 to 0xf */ 312 /* This drives busses 0 to 0xf */ 352 /* This drives busses 0 to 0xf */ 392 /* This drives busses 0 to 0xf */
|
H A D | katmai.dts | 300 /* This drives busses 0 to 0xf */ 344 /* This drives busses 0x10 to 0x1f */ 385 /* This drives busses 0x20 to 0x2f */ 426 /* This drives busses 0x30 to 0x3f */
|
/freebsd/usr.sbin/bsdconfig/include/ |
H A D | media.hlp | 3 CDROM requires one of the following supported CDROM drives:
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | brcm,mdio-mux-iproc.txt | 17 - clocks: phandle of the core clock which drives the mdio block.
|