MCPcopy Create free account
hub / github.com/F-Stack/f-stack / device_set_desc_copy

Function device_set_desc_copy

freebsd/kern/subr_bus.c:2483–2487  ·  view source on GitHub ↗

* @brief Set the device's description * * The string pointed to by @c desc is copied. Use this function if * the device description is generated, (e.g. with sprintf()). */

Source from the content-addressed store, hash-verified

2481 * the device description is generated, (e.g. with sprintf()).
2482 */
2483void
2484device_set_desc_copy(device_t dev, const char* desc)
2485{
2486 device_set_desc_internal(dev, desc, TRUE);
2487}
2488
2489/**
2490 * @brief Set the device's flags

Callers 9

padlock_probeFunction · 0.85
pir_probeFunction · 0.85
pnpbios_identifyFunction · 0.85
nlm_xlpnae_attachFunction · 0.85
thunder_pem_probeFunction · 0.85
dmtpps_probeFunction · 0.85
am335x_dmtimer_probeFunction · 0.85
tegra_ahci_probeFunction · 0.85
iflib_device_probeFunction · 0.85

Calls 1

device_set_desc_internalFunction · 0.85

Tested by

no test coverage detected