Lines Matching +refs:val +refs:count
313 /* count tag matches, to calculate end of tag match block */
714 const char *buf, *val;
715 ssize_t blen, count;
738 val = udev_device_get_subsystem(udev_device);
739 nlh.filter_subsystem_hash = htonl(util_string_hash32(val));
741 val = udev_device_get_devtype(udev_device);
742 if (val != NULL)
743 nlh.filter_devtype_hash = htonl(util_string_hash32(val));
771 count = sendmsg(udev_monitor->sock, &smsg, 0);
772 if (count < 0) {
780 log_debug("passed %zi byte device to netlink monitor %p", count, udev_monitor);
781 return count;