HomeSort by: relevance | last modified time | path
    Searched refs:prop_string_equals_string (Results 1 - 16 of 16) sorted by relevancy

  /src/common/include/prop/
prop_string.h 51 bool prop_string_equals_string(prop_string_t, const char *);
  /src/usr.sbin/btdevctl/
print.c 120 if (prop_string_equals_string(obj, "bthidev")) {
125 if (prop_string_equals_string(obj, "btsco")) {
db.c 202 if (prop_string_equals_string(obj, "bthidev"))
204 else if (prop_string_equals_string(obj, "btsco")) {
  /src/sys/dev/sysmon/
sysmon_envsys_util.c 141 if (!prop_string_equals_string(obj, str)) {
sysmon_envsys.c 1156 if (prop_string_equals_string(obj, index))
  /src/usr.sbin/envstat/
config.c 487 if (prop_string_equals_string(obj2, sensor_key))
723 if (prop_string_equals_string(obj, "Battery capacity"))
729 if (prop_string_equals_string(obj, "Temperature")) {
760 } else if (prop_string_equals_string(obj, "Fan") ||
761 prop_string_equals_string(obj, "Integer")) {
envstat.c 483 if (!prop_string_equals_string(desc, sensor))
699 if ((prop_string_equals_string(state, "invalid") ||
700 prop_string_equals_string(state, "unknown")))
  /src/sys/dev/i2c/
i2c.c 260 if (prop_string_equals_string(pstr, cf->cf_name)) {
294 } else if (prop_string_equals_string(pstr,
297 } else if (prop_string_equals_string(pstr,
300 } else if (prop_string_equals_string(pstr,
  /src/common/lib/libprop/
prop_string.c 604 * prop_string_equals_string --
609 prop_string_equals_string(prop_string_t ps, const char *cp) function in typeref:typename:_PROP_EXPORT bool
620 "which is deprecated; prop_string_equals_string() instead.")
624 return prop_string_equals_string(ps, cp);
  /src/sys/dev/bluetooth/
bthidev.c 175 if (prop_string_equals_string(obj, "HID"))
232 if (prop_string_equals_string(obj, BTDEVauth))
234 else if (prop_string_equals_string(obj, BTDEVencrypt))
236 else if (prop_string_equals_string(obj, BTDEVsecure))
btsco.c 261 if (prop_string_equals_string(obj, "HSET"))
264 if (prop_string_equals_string(obj, "HF"))
297 if (prop_string_equals_string(obj, "HF")) {
btmagic.c 321 if (prop_string_equals_string(obj, BTDEVauth))
323 else if (prop_string_equals_string(obj, BTDEVencrypt))
325 else if (prop_string_equals_string(obj, BTDEVsecure))
  /src/sys/kern/
kern_drvctl.c 504 if (prop_string_equals_string(devname_string,
563 if (prop_string_equals_string(command_string,
  /src/lib/libprop/
Makefile 297 MLINKS+= prop_string.3 prop_string_equals_string.3
  /src/sys/dev/dm/
device-mapper.c 455 if (prop_string_equals_string(command, cmd_fn[i].cmd))
  /src/tests/lib/libprop/
t_proplib.c 713 ATF_REQUIRE(prop_string_equals_string(s1, "12345-67890"));

Completed in 21 milliseconds