Home
last modified time | relevance | path

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

/dflybsd-src/sys/libprop/
H A Dprop_string.h57 bool prop_string_equals_cstring(prop_string_t, const char *);
H A Dprop_string.c409 prop_string_equals_cstring(prop_string_t ps, const char *cp) in prop_string_equals_cstring() function
/dflybsd-src/sbin/udevd/
H A Dudevd_client.c139 if (prop_string_equals_cstring(ps, cmd_fn[n].cmd)) in client_thread()
/dflybsd-src/lib/libprop/
H A DMakefile189 MLINKS+= prop_string.3 prop_string_equals_cstring.3
/dflybsd-src/sys/dev/disk/dm/
H A Ddevice-mapper.c299 if (prop_string_equals_cstring(command, p->cmd)) in dm_cmd_to_fun()
/dflybsd-src/sys/kern/
H A Dkern_udev.c906 if (prop_string_equals_cstring(ps, cmd_fn[i].cmd)) in udev_dev_ioctl()