Home
last modified time | relevance | path

Searched refs:blen (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/libsystemd/sd-device/
Ddevice-monitor.c571 size_t blen; in device_monitor_send_device() local
577 r = device_get_properties_nulstr(device, (const uint8_t **) &buf, &blen); in device_monitor_send_device()
580 if (blen < 32) in device_monitor_send_device()
605 nlh.properties_len = blen; in device_monitor_send_device()
606 iov[1] = IOVEC_MAKE((char*) buf, blen); in device_monitor_send_device()