Searched refs:sdi (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/bhnd/cores/usb/
H A Dbhnd_usb.c306 struct bhnd_usb_devinfo *sdi; local
308 sdi = device_get_ivars(child);
310 return (&sdi->sdi_rl);
356 struct bhnd_usb_devinfo *sdi; local
361 sdi = device_get_ivars(dev);
362 rl = &sdi->sdi_rl;
391 struct bhnd_usb_devinfo *sdi; local
397 sdi = malloc(sizeof(struct bhnd_usb_devinfo), M_DEVBUF, M_NOWAIT|M_ZERO);
398 if (sdi == NULL)
401 resource_list_init(&sdi
[all...]
/freebsd-13-stable/sys/arm/nvidia/drm2/
H A Dhdmi.c220 ptr[24] = frame->sdi;
695 static const char *hdmi_spd_sdi_get_name(enum hdmi_spd_sdi sdi) argument
698 switch (sdi) {
750 hdmi_spd_sdi_get_name(frame->sdi), frame->sdi);
1075 frame->sdi = ptr[24];
H A Dhdmi.h186 enum hdmi_spd_sdi sdi; member in struct:hdmi_spd_infoframe
/freebsd-13-stable/sys/geom/raid/
H A Dmd_intel.c2359 int vi, sdi, numdisks, len, state, stale; local
2429 for (sdi = 0; sdi < vol->v_disks_count; sdi++) {
2430 sd = &vol->v_subdisks[sdi];
2434 if (sdi >= vol->v_disks_count)
2491 for (sdi = 0; sdi < vol->v_disks_count; sdi++) {
2492 sd = &vol->v_subdisks[sdi];
[all...]
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_common.c4861 u32 sck, sdi, sdo, dir_sck, dir_sdi, dir_sdo; local
4873 sdi = IXGBE_ESDP_SDP0;
4881 sdi = IXGBE_ESDP_SDP0;
4897 esdp |= sdi;
4903 esdp &= ~sdi;
4916 esdp |= sdi;
4919 esdp &= ~sdi;
4945 esdp &= ~sdi;
4950 esdp |= sdi;
/freebsd-13-stable/sys/kern/
H A Dkern_shutdown.c1328 struct dumperinfo *di, *sdi; local
1344 TAILQ_FOREACH_SAFE(di, &dumper_configs, di_next, sdi) {

Completed in 193 milliseconds