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

Function device_set_desc

freebsd/kern/subr_bus.c:2471–2475  ·  view source on GitHub ↗

* @brief Set the device's description * * The value of @c desc should be a string constant that will not * change (at least until the description is changed in a subsequent * call to device_set_desc() or device_set_desc_copy()). */

Source from the content-addressed store, hash-verified

2469 * call to device_set_desc() or device_set_desc_copy()).
2470 */
2471void
2472device_set_desc(device_t dev, const char* desc)
2473{
2474 device_set_desc_internal(dev, desc, FALSE);
2475}
2476
2477/**
2478 * @brief Set the device's description

Callers 15

bcm_vchiq_probeFunction · 0.85
ossl_probeFunction · 0.85
blake2_probeFunction · 0.85
aesni_probeFunction · 0.85
armv8_crypto_probeFunction · 0.85
ccp_probeFunction · 0.85
piix_probeFunction · 0.85
smapi_identifyFunction · 0.85
jz4780_nemc_probeFunction · 0.85
jz4780_mmc_probeFunction · 0.85
aic_probeFunction · 0.85
jz4780_pic_probeFunction · 0.85

Calls 1

device_set_desc_internalFunction · 0.85

Tested by

no test coverage detected