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

  /src/common/lib/libprop/
prop_object.c 248 prop_object_equals(prop_object_t obj1, prop_object_t obj2)
250 return (prop_object_equals_with_error(obj1, obj2, NULL));
254 prop_object_equals_with_error(prop_object_t obj1, prop_object_t obj2,
272 po2 = obj2;
278 ret = (*po1->po_type->pot_equals)(obj1, obj2,
284 if (!_prop_stack_pop(&stack, &obj1, &obj2,
288 po2 = obj2;
293 if (!_prop_stack_push(&stack, obj1, obj2,
300 obj2 = next_obj2;
304 while (_prop_stack_pop(&stack, &obj1, &obj2, NULL, NULL))
    [all...]
  /src/sys/dev/sysmon/
sysmon_envsys.c 235 prop_object_t obj, obj2; local in function:sysmonioctl_envsys
311 while ((obj2 = prop_object_iterator_next(iter2))) {
316 obj2,
1605 prop_object_t array, dict, obj, obj2; local in function:sme_update_dictionary
1628 obj2 = prop_dictionary_get(obj, "device-properties");
1629 if (!obj2)
1638 if (!prop_dictionary_set_uint64(obj2, "refresh-timeout", timo))
1828 prop_object_t obj, obj1, obj2, tobj = NULL; local in function:sme_userset_dictionary
1904 obj2 = prop_dictionary_get(udict, "description");
1905 if (obj2 && prop_object_type(obj2) == PROP_TYPE_STRING)
    [all...]
  /src/usr.sbin/envstat/
config.c 469 prop_object_t obj, obj2; local in function:config_devblock_getdict
486 obj2 = prop_dictionary_get(obj, "index");
487 if (prop_string_equals_string(obj2, sensor_key))
504 prop_object_t obj, obj2, obj3; local in function:config_devblock_check_sensorprops
514 obj2 = prop_dictionary_get(ksdict, "allow-rfact");
515 if (prop_bool_true(obj2)) {
532 obj2 = prop_dictionary_get(ksdict, "want-percentage");
534 if (prop_bool_true(obj2) && prop_bool_true(obj3)) {
560 obj2 = prop_dictionary_get(ksdict, "want-percentage");
562 if (prop_bool_true(obj2) && prop_bool_true(obj3))
    [all...]
envstat.c 283 prop_object_t obj, obj2; local in function:main
286 obj2 = prop_array_get(obj, 0);
288 ndict = obj2;
432 prop_object_t obj, obj2, desc; local in function:add_sensors
471 obj2 = prop_dictionary_get(obj, "device-properties");
472 if (obj2) {
473 if (!prop_dictionary_get_uint64(obj2,
627 prop_object_t obj, obj1, obj2; local in function:find_sensors
639 obj2 = prop_dictionary_get(obj, "device-properties");
640 if (obj2) {
    [all...]
  /src/usr.bin/make/unit-tests/
posix1.mk 136 lib.a: lib.a(obj1.o) lib.a(obj2.o) lib.a(obj3.o)
153 lib.a(obj2.o): obj2.o
169 obj2.o: obj_2.c obj_2.h dir/obj_1.h
177 # and obj2.c are not used, so they should not get created. They're here
179 obj1.c dir/obj_1.c obj2.c obj_2.c obj3.c:
posix1.exp 98 ${@}="obj2.o" ${<}="obj_2.c"
99 ${*}="obj2" ${?}="obj_2.c obj_2.h dir/obj_1.h"
103 ${@D}="." ${@F}="obj2.o"
105 ${*D}="." ${*F}="obj2"
110 ${@:.o=}="obj2" ${<:.c=.C}="obj_2.C"
111 ${*:=.h}="obj2.h" ${?:.h=.H}="obj_2.c obj_2.H dir/obj_1.H"
116 ${@F:.o=.O}="obj2.O"
124 ${*F:.a=}="obj2"
134 cc -c -o 'obj2.o' 'obj_2.c'
135 ar -rcv 'lib.a' 'obj2.o
    [all...]
  /src/games/hack/
hack.pri.c 623 struct obj *obj, *obj2; local in function:seeobjs
624 for (obj = fobj; obj; obj = obj2) {
625 obj2 = obj->nobj;
630 for (obj = invent; obj; obj = obj2) {
631 obj2 = obj->nobj;
hack.zap.c 740 struct obj *obj, *obj2; local in function:burn_scrolls
743 for (obj = invent; obj; obj = obj2) {
744 obj2 = obj->nobj;
hack.c 418 struct obj *obj, *obj2; local in function:pickup
447 for (obj = fobj; obj; obj = obj2) {
448 obj2 = obj->nobj; /* perhaps obj will be picked up */
514 * note: obj2 is set already, so
517 * then write obj2 =
hack.mon.c 907 struct obj *obj2 = mkobj_at(tmp, x, y); local in function:killed
909 atl(x, y, obj2->olet);
910 stackobj(obj2);
hack.shk.c 1114 struct obj *obj, *obj2; local in function:shopdig
1117 for (obj = invent; obj; obj = obj2) {
1118 obj2 = obj->nobj;

Completed in 19 milliseconds