Searched +refs:val +refs:count (Results 1 - 5 of 5) sorted by relevance

/systemd/src/test/
H A Dtest-hashmap-plain.c249 void *val1 = (void*) "val 1";
250 void *val2 = (void*) "val 2";
280 hashmap_put(m, "key 1", (void*) "val 1");
281 hashmap_put(m, "key 2", (void*) "val 2");
284 assert_se(streq(r, "val 1"));
287 assert_se(streq(r, "val 2"));
295 char val1[] = "val 1";
296 char val2[] = "val 2";
326 r = hashmap_remove_value(NULL, "key 1", (void*) "val 1");
332 r = hashmap_remove_value(m, "key 1", (void*) "val
492 unsigned count; local
642 char *val; local
667 char *val; local
795 char *val; local
[all...]
/systemd/src/libudev/
H A Dlibudev-monitor.c313 /* count tag matches, to calculate end of tag match block */
714 const char *buf, *val; local
715 ssize_t blen, count; local
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 <
[all...]
/systemd/src/udev/
H A Dudev-rules.c129 TK_M_ACTION, /* val */
130 TK_M_DEVPATH, /* val */
131 TK_M_KERNEL, /* val */
132 TK_M_DEVLINK, /* val */
133 TK_M_NAME, /* val */
134 TK_M_ENV, /* val, attr */
135 TK_M_TAG, /* val */
136 TK_M_SUBSYSTEM, /* val */
137 TK_M_DRIVER, /* val */
138 TK_M_WAITFOR, /* val */
571 char *val; local
681 const char *val = udev_list_entry_get_value(list_entry); local
1725 match_key(struct udev_rules *rules, struct token *token, const char *val) argument
2084 int count; local
2418 int count; local
2448 int count = 0; local
[all...]
H A Dudevd.c560 ssize_t count; local
565 count = udev_monitor_send_device(manager->monitor, worker->monitor, event->dev);
566 if (count < 0) {
568 worker->pid, count);
980 char *val; local
982 val = strchr(key, '=');
983 if (val != NULL) {
984 val[0] = '\0';
985 val = &val[
[all...]
H A Dudev.h127 int udev_ctrl_send_set_children_max(struct udev_ctrl *uctrl, int count, int timeout);
197 int udev_builtin_add_property(struct udev_device *dev, bool test, const char *key, const char *val);

Completed in 25 milliseconds