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

  /src/common/include/prop/
prop_string.h 37 typedef struct _prop_string *prop_string_t; typedef in typeref:struct:_prop_string *
40 prop_string_t prop_string_create_format(const char *, ...) __printflike(1, 2);
41 prop_string_t prop_string_create_copy(const char *);
42 prop_string_t prop_string_create_nocopy(const char *);
44 prop_string_t prop_string_copy(prop_string_t);
45 bool prop_string_copy_value(prop_string_t, void *, size_t);
47 size_t prop_string_size(prop_string_t);
48 const char * prop_string_value(prop_string_t);
50 bool prop_string_equals(prop_string_t, prop_string_t)
    [all...]
  /src/common/lib/libprop/
prop_string.c 148 prop_string_t ps = *obj;
193 prop_string_t ps = v;
210 prop_string_t str1 = v1;
211 prop_string_t str2 = v2;
223 static prop_string_t
226 prop_string_t ps;
240 static prop_string_t
244 prop_string_t ps;
254 prop_string_t ops;
286 _PROP_EXPORT prop_string_t
    [all...]
prop_dictionary_util.c 172 prop_string_t str;
249 prop_string_t str;
prop_array_util.c 183 prop_string_t str;
282 prop_string_t str;
  /src/sys/modules/examples/properties/
properties.c 42 prop_string_t str;
  /src/sys/arch/prep/prep/
autoconf.c 108 prop_string_t str1;
232 prop_string_t str1, str2, str3;
276 prop_string_t str1;
335 prop_string_t str;
  /src/sys/arch/powerpc/booke/
board_prop.c 128 prop_string_t ps = prop_string_create_copy(data);
e500_intr.c 480 prop_string_t irqname = prop_array_get(extirqs, irq);
  /src/sys/arch/powerpc/ibm4xx/openbios/
openbios.c 85 prop_string_t ps;
  /src/usr.sbin/installboot/
evboards.c 647 prop_string_value((prop_string_t)obj));
805 prop_string_t string =
1354 prop_string_t string;
1367 prop_string_t string;
1382 prop_string_t string;
1433 prop_string_value((prop_string_t)install));
1444 prop_string_t string;
1467 prop_string_t string;
1524 prop_string_t string = prop_dictionary_get(step, step_file_name_key);
  /src/sbin/ifconfig/
carp.c 266 prop_string_t s;
268 s = (prop_string_t)prop_dictionary_get(env, "carpdev");
  /src/tests/lib/libprop/
t_proplib.c 121 prop_string_t str = prop_string_create_copy("number-two");
737 prop_string_t s1, s2, s3;
798 ATF_REQUIRE(prop_string_compare(s1, (prop_string_t)num) != 0);
799 ATF_REQUIRE(prop_string_compare((prop_string_t)num, s1) != 0);
800 ATF_REQUIRE(prop_string_compare_string((prop_string_t)num, "666") != 0);
  /src/sys/dev/bluetooth/
bthub.c 178 prop_string_t service;
  /src/sys/kern/
kern_drvctl.c 490 prop_string_t devname_string;
542 prop_string_t command_string;
  /src/sys/arch/x86/x86/
x86_autoconf.c 584 prop_string_t pstr = prop_string_create_nocopy(
  /src/sys/dev/i2c/
i2c.c 454 prop_string_t pstr;
491 prop_string_t pstr;
  /src/sys/dev/dm/
device-mapper.c 449 prop_string_t command;
  /src/usr.sbin/envstat/
config.c 358 prop_string_t lindex;
envstat.c 628 prop_string_t state, desc = NULL;
  /src/sys/arch/evbppc/mpc85xx/
machdep.c 1358 prop_string_t ps = prop_string_create_nocopy(names[i]);
  /src/usr.sbin/sysinst/
util.c 2635 prop_string_t string;

Completed in 27 milliseconds