sys/arch/sparc64/sparc64/pmap.c
655
pmap_read_memlist(const char *device, const char *property, void **ml,
sys/arch/sparc64/sparc64/pmap.c
666
if ( (size = OF_getproplen(handle, property)) < 0) {
sys/arch/sparc64/sparc64/pmap.c
668
device, property);
sys/arch/sparc64/sparc64/pmap.c
675
if (OF_getprop(handle, property, va, size) <= 0) {
sys/arch/sparc64/sparc64/pmap.c
677
device, property);
sys/dev/fdt/fdt_ddb.c
71
int property;
sys/dev/fdt/fdt_ddb.c
73
fdt_for_each_property_offset(property, fdt, node) {
sys/dev/fdt/fdt_ddb.c
76
fdt_get_property_by_offset(fdt, property, &len);
usr.bin/mkcsmapper/yacc.y
126
file : property mapping lns
usr.bin/mkcsmapper/yacc.y
129
property : /* empty */
usr.bin/mkcsmapper/yacc.y
130
| property R_LN
usr.bin/mkcsmapper/yacc.y
131
| property name
usr.bin/mkcsmapper/yacc.y
132
| property type
usr.bin/mkcsmapper/yacc.y
133
| property src_zone
usr.bin/mkcsmapper/yacc.y
134
| property dst_invalid
usr.bin/mkcsmapper/yacc.y
135
| property dst_ilseq
usr.bin/mkcsmapper/yacc.y
136
| property dst_unit_bits
usr.bin/mkcsmapper/yacc.y
137
| property oob_mode
usr.bin/mkesdb/yacc.y
84
file : property
usr.bin/mkesdb/yacc.y
87
property : /* empty */
usr.bin/mkesdb/yacc.y
88
| property R_LN
usr.bin/mkesdb/yacc.y
89
| property name R_LN
usr.bin/mkesdb/yacc.y
90
| property encoding R_LN
usr.bin/mkesdb/yacc.y
91
| property variable R_LN
usr.bin/mkesdb/yacc.y
92
| property defcsid R_LN
usr.bin/mkesdb/yacc.y
93
| property invalid R_LN
usr.sbin/acpitools/aml/aml_common.c
280
if (aname->property != NULL) {
usr.sbin/acpitools/aml/aml_common.c
281
aml_showobject(aname->property);
usr.sbin/acpitools/aml/aml_common.c
590
if (pci_info == NULL || pci_info->property->type != aml_t_num) {
usr.sbin/acpitools/aml/aml_common.c
595
pci_info->property->num.number);
usr.sbin/acpitools/aml/aml_common.c
596
h->pci_bus = pci_info->property->num.number & 0xff;
usr.sbin/acpitools/aml/aml_common.c
601
if (pci_info == NULL || pci_info->property->type != aml_t_num) {
usr.sbin/acpitools/aml/aml_common.c
606
h->pci_devfunc = pci_info->property->num.number;
usr.sbin/acpitools/aml/aml_evalobj.c
103
or = &wname->property->opregion;
usr.sbin/acpitools/aml/aml_evalobj.c
195
if (aname == NULL || aname->property == NULL) {
usr.sbin/acpitools/aml/aml_evalobj.c
205
ret = aname->property;
usr.sbin/acpitools/aml/aml_evalobj.c
214
switch (aname->property->type) {
usr.sbin/acpitools/aml/aml_evalobj.c
217
aname = aml_search_name(env, aname->property->nstr.dp);
usr.sbin/acpitools/aml/aml_evalobj.c
224
ret = aml_eval_objref(env, aname->property);
usr.sbin/acpitools/aml/aml_evalobj.c
231
ret = aname->property;
usr.sbin/acpitools/aml/aml_evalobj.c
239
argnum = aname->property->meth.argnum & 7;
usr.sbin/acpitools/aml/aml_evalobj.c
242
copy->dp = aname->property->meth.from;
usr.sbin/acpitools/aml/aml_evalobj.c
243
copy->end = aname->property->meth.to;
usr.sbin/acpitools/aml/aml_evalobj.c
248
aml_local_stack_getArgX(stack, i)->property =
usr.sbin/acpitools/aml/aml_evalobj.c
274
tmp->property = NULL;
usr.sbin/acpitools/aml/aml_evalobj.c
277
aml_create_local_object()->property = obj;
usr.sbin/acpitools/aml/aml_evalobj.c
287
if (aname->property->bfld.bitlen > 32) {
usr.sbin/acpitools/aml/aml_evalobj.c
288
ret = aname->property;
usr.sbin/acpitools/aml/aml_evalobj.c
290
src = aname->property;
usr.sbin/acpitools/aml/aml_evalobj.c
300
aname->name, aname->property->type);
usr.sbin/acpitools/aml/aml_evalobj.c
323
if (name == NULL || name->property == NULL) {
usr.sbin/acpitools/aml/aml_evalobj.c
338
if (name->property->type != aml_t_method) {
usr.sbin/acpitools/aml/aml_evalobj.c
401
if (name != NULL && name->property != NULL &&
usr.sbin/acpitools/aml/aml_evalobj.c
402
name->property->type == aml_t_method) {
usr.sbin/acpitools/aml/aml_evalobj.c
404
env->dp = name->property->meth.from;
usr.sbin/acpitools/aml/aml_evalobj.c
405
env->end = name->property->meth.to;
usr.sbin/acpitools/aml/aml_evalobj.c
409
aml_local_stack_getArgX(stack, i)->property =
usr.sbin/acpitools/aml/aml_evalobj.c
419
tmp->property = NULL;
usr.sbin/acpitools/aml/aml_evalobj.c
422
aml_create_local_object()->property = obj;
usr.sbin/acpitools/aml/aml_evalobj.c
80
if (name == NULL || name->property == NULL ||
usr.sbin/acpitools/aml/aml_evalobj.c
81
name->property->type != aml_t_field) {
usr.sbin/acpitools/aml/aml_evalobj.c
86
field = &name->property->field;
usr.sbin/acpitools/aml/aml_evalobj.c
96
if (wname == NULL || wname->property == NULL ||
usr.sbin/acpitools/aml/aml_evalobj.c
97
wname->property->type != aml_t_opregion) {
usr.sbin/acpitools/aml/aml_name.c
285
newname->property = NULL;
usr.sbin/acpitools/aml/aml_name.c
331
aml_free_object(&target->property);
usr.sbin/acpitools/aml/aml_name.c
449
aml_free_object(&stack->localvalue[i].property);
usr.sbin/acpitools/aml/aml_name.c
451
aml_free_object(&stack->argumentvalue[i].property);
usr.sbin/acpitools/aml/aml_name.c
483
result->property = NULL;
usr.sbin/acpitools/aml/aml_name.h
43
union aml_object *property;
usr.sbin/acpitools/aml/aml_parse.c
1025
if (copy->curname->property != NULL) {
usr.sbin/acpitools/aml/aml_parse.c
1030
copy->curname->property = obj;
usr.sbin/acpitools/aml/aml_parse.c
1064
if (copy->curname->property != NULL) {
usr.sbin/acpitools/aml/aml_parse.c
1069
AML_ALLOC_OBJECT(copy->curname->property, env, aml_t_therm,);
usr.sbin/acpitools/aml/aml_parse.c
1197
if (aname->property != NULL) {
usr.sbin/acpitools/aml/aml_parse.c
1202
AML_ALLOC_OBJECT(aname->property, env, aml_t_mutex,);
usr.sbin/acpitools/aml/aml_parse.c
1203
mut = &aname->property->mutex;
usr.sbin/acpitools/aml/aml_parse.c
1223
if (aname->property != NULL) {
usr.sbin/acpitools/aml/aml_parse.c
1228
AML_ALLOC_OBJECT(aname->property, env, aml_t_bufferfield,);
usr.sbin/acpitools/aml/aml_parse.c
1229
field = &aname->property->bfld;
usr.sbin/acpitools/aml/aml_parse.c
1299
aname->property = ret;
usr.sbin/acpitools/aml/aml_parse.c
1380
if (tmpname->property == NULL ||
usr.sbin/acpitools/aml/aml_parse.c
1381
tmpname->property->type != aml_t_namestr) {
usr.sbin/acpitools/aml/aml_parse.c
1389
srcname = aml_search_name(env, tmpname->property->nstr.dp);
usr.sbin/acpitools/aml/aml_parse.c
1394
if (aname->property != NULL) {
usr.sbin/acpitools/aml/aml_parse.c
1400
AML_ALLOC_OBJECT(aname->property, env, aml_t_objref, NULL);
usr.sbin/acpitools/aml/aml_parse.c
1401
objref = aname->property;
usr.sbin/acpitools/aml/aml_parse.c
1403
objref->objref.ref = srcname->property;
usr.sbin/acpitools/aml/aml_parse.c
1420
AML_COPY_OBJECT(aname->property, env,
usr.sbin/acpitools/aml/aml_parse.c
1431
aname->property = aml_parse_defbuffer(env, indent);
usr.sbin/acpitools/aml/aml_parse.c
1435
aname->property = aml_parse_defpackage(env, indent);
usr.sbin/acpitools/aml/aml_parse.c
1451
if (aname->property != NULL) {
usr.sbin/acpitools/aml/aml_parse.c
1456
AML_ALLOC_OBJECT(aname->property, env, aml_t_event, NULL);
usr.sbin/acpitools/aml/aml_parse.c
1473
if (src->property == NULL ||
usr.sbin/acpitools/aml/aml_parse.c
1474
src->property->type != aml_t_namestr) {
usr.sbin/acpitools/aml/aml_parse.c
1479
objref->objref.ref = src->property;
usr.sbin/acpitools/aml/aml_parse.c
1551
env->tempname.property = &env->tempobject; \
usr.sbin/acpitools/aml/aml_parse.c
1627
aname->property = tmpobj;
usr.sbin/acpitools/aml/aml_parse.c
1636
destname1->property == &env->tempobject) {
usr.sbin/acpitools/aml/aml_parse.c
1638
AML_COPY_OBJECT(destname1->property, env,
usr.sbin/acpitools/aml/aml_parse.c
1647
AML_COPY_OBJECT(tmpobj, env, destname1->property, NULL);
usr.sbin/acpitools/aml/aml_parse.c
1648
aname->property = tmpobj;
usr.sbin/acpitools/aml/aml_parse.c
1660
AML_ALLOC_OBJECT(aname->property, env, aml_t_objref, NULL);
usr.sbin/acpitools/aml/aml_parse.c
1661
objref = aname->property;
usr.sbin/acpitools/aml/aml_parse.c
1662
if (src->property == NULL ||
usr.sbin/acpitools/aml/aml_parse.c
1663
src->property->type != aml_t_namestr) {
usr.sbin/acpitools/aml/aml_parse.c
1668
objref->objref.ref = src->property;
usr.sbin/acpitools/aml/aml_parse.c
1686
env->tempname.property = &env->tempobject; \
usr.sbin/acpitools/aml/aml_parse.c
1782
env->tempname.property = objref->objref.ref;
usr.sbin/acpitools/aml/aml_parse.c
1790
env->tempname.property = objref->objref.ref;
usr.sbin/acpitools/aml/aml_parse.c
1793
env->tempname.property = objref;
usr.sbin/acpitools/aml/aml_parse.c
1797
env->tempname.property = objref->objref.ref;
usr.sbin/acpitools/aml/aml_parse.c
1851
aname->property = objref;
usr.sbin/acpitools/aml/aml_parse.c
1905
env->tempname.property = &env->tempobject;
usr.sbin/acpitools/aml/aml_parse.c
1939
env->tempobject.num.number = aname->property->type;
usr.sbin/acpitools/aml/aml_parse.c
1956
aname->property = &env->tempobject; \
usr.sbin/acpitools/aml/aml_parse.c
1973
aname->property = &env->tempobject;
usr.sbin/acpitools/aml/aml_parse.c
2007
AML_COPY_OBJECT(env->tempname.property, env, aml_eval_name(env,
usr.sbin/acpitools/aml/aml_parse.c
300
env->tempname.property = obj;
usr.sbin/acpitools/aml/aml_parse.c
443
env->tempname.property = resobj;
usr.sbin/acpitools/aml/aml_parse.c
483
env->tempname.property = resobj;
usr.sbin/acpitools/aml/aml_parse.c
583
objects[i] = aml_copy_object(copy, tmpname->property);
usr.sbin/acpitools/aml/aml_parse.c
624
if (aname->property != NULL) {
usr.sbin/acpitools/aml/aml_parse.c
631
aname->property = aobj;
usr.sbin/acpitools/aml/aml_parse.c
668
if (aname->property != NULL) {
usr.sbin/acpitools/aml/aml_parse.c
673
AML_ALLOC_OBJECT(aname->property, env, aml_t_opregion,);
usr.sbin/acpitools/aml/aml_parse.c
674
opregion = &aname->property->opregion;
usr.sbin/acpitools/aml/aml_parse.c
731
if (aname->property != NULL) {
usr.sbin/acpitools/aml/aml_parse.c
736
AML_ALLOC_OBJECT(aname->property, env, aml_t_field, 0);
usr.sbin/acpitools/aml/aml_parse.c
737
prop = &aname->property->field;
usr.sbin/acpitools/aml/aml_parse.c
936
if (copy->curname->property != NULL) {
usr.sbin/acpitools/aml/aml_parse.c
941
AML_ALLOC_OBJECT(copy->curname->property, env, aml_t_device,);
usr.sbin/acpitools/aml/aml_parse.c
981
if (copy->curname->property != NULL) {
usr.sbin/acpitools/aml/aml_parse.c
986
copy->curname->property = obj;
usr.sbin/acpitools/aml/aml_store.c
269
r->objref.nameref->property = r->objref.ref;
usr.sbin/acpitools/aml/aml_store.c
311
if (name->property == NULL) {
usr.sbin/acpitools/aml/aml_store.c
312
name->property = aml_copy_object(env, obj);
usr.sbin/acpitools/aml/aml_store.c
316
if (name->property->type == aml_t_namestr) {
usr.sbin/acpitools/aml/aml_store.c
317
wname = aml_search_name(env, name->property->nstr.dp);
usr.sbin/acpitools/aml/aml_store.c
324
if (name->property == NULL || name->property->type == aml_t_null) {
usr.sbin/acpitools/aml/aml_store.c
325
name->property = aml_copy_object(env, obj);
usr.sbin/acpitools/aml/aml_store.c
330
if (name->property != NULL && name->property->type == aml_t_num &&
usr.sbin/acpitools/aml/aml_store.c
331
name->property->num.constant == 1) {
usr.sbin/acpitools/aml/aml_store.c
341
switch (name->property->type) {
usr.sbin/acpitools/aml/aml_store.c
346
aml_store_to_objref(env, obj, name->property);
usr.sbin/acpitools/aml/aml_store.c
353
aml_store_to_object(env, obj, name->property);
usr.sbin/acpitools/aml/aml_store.c
68
field = &name->property->field;
usr.sbin/acpitools/aml/aml_store.c
75
wname->property == NULL ||
usr.sbin/acpitools/aml/aml_store.c
76
wname->property->type != aml_t_opregion) {
usr.sbin/acpitools/aml/aml_store.c
82
or = &wname->property->opregion;
usr.sbin/acpitools/amldb/amldb.c
70
newname->property = aml_alloc_object(aml_t_string, NULL);
usr.sbin/acpitools/amldb/amldb.c
71
newname->property->str.needfree = 0;
usr.sbin/acpitools/amldb/amldb.c
72
newname->property->str.string = __UNCONST("Microsoft Windows NT");
usr.sbin/acpitools/amldb/debug.c
145
if (tmp == NULL || tmp->property == NULL) {
usr.sbin/acpitools/amldb/debug.c
149
aml_showobject(tmp->property);
usr.sbin/acpitools/amldb/debug.c
155
if (tmp == NULL || tmp->property == NULL) {
usr.sbin/acpitools/amldb/debug.c
159
aml_showobject(tmp->property);
usr.sbin/acpitools/amldb/debug.c
202
if (name->property == NULL ||
usr.sbin/acpitools/amldb/debug.c
203
name->property->type != aml_t_method) {
usr.sbin/acpitools/amldb/debug.c
208
aml_showobject(name->property);
usr.sbin/acpitools/amldb/debug.c
211
argnum = name->property->meth.argnum & 0x07;
usr.sbin/memswitch/memswitch.h
46
struct property;
usr.sbin/memswitch/memswitch.h
48
typedef int (*parse_t)(struct property*, const char*);
usr.sbin/memswitch/memswitch.h
49
typedef int (*print_t)(struct property*, char*);
usr.sbin/memswitch/memswitch.h
50
typedef int (*fill_t)(struct property*);
usr.sbin/memswitch/memswitch.h
51
typedef int (*flush_t)(struct property*);
usr.sbin/memswitch/memswitch.h
77
extern struct property properties[];
usr.sbin/memswitch/methods.c
113
fill_ushort(struct property *prop)
usr.sbin/memswitch/methods.c
128
fill_ulong(struct property *prop)
usr.sbin/memswitch/methods.c
143
flush_uchar(struct property *prop)
usr.sbin/memswitch/methods.c
157
flush_ushort(struct property *prop)
usr.sbin/memswitch/methods.c
172
flush_ulong(struct property *prop)
usr.sbin/memswitch/methods.c
189
flush_dummy(struct property *prop)
usr.sbin/memswitch/methods.c
195
parse_dummy(struct property *prop, const char *value)
usr.sbin/memswitch/methods.c
203
parse_byte(struct property *prop, const char *value)
usr.sbin/memswitch/methods.c
239
parse_uchar(struct property *prop, const char *value)
usr.sbin/memswitch/methods.c
265
parse_ulong(struct property *prop, const char *value)
usr.sbin/memswitch/methods.c
291
parse_ushort(struct property *prop, const char *value)
usr.sbin/memswitch/methods.c
317
parse_time(struct property *prop, const char *value)
usr.sbin/memswitch/methods.c
360
parse_bootdev(struct property *prop, const char *value)
usr.sbin/memswitch/methods.c
422
parse_serial(struct property *prop, const char *value)
usr.sbin/memswitch/methods.c
522
parse_srammode(struct property *prop, const char *value)
usr.sbin/memswitch/methods.c
543
print_uchar(struct property *prop, char *str)
usr.sbin/memswitch/methods.c
559
print_ucharh(struct property *prop, char *str)
usr.sbin/memswitch/methods.c
575
print_ushorth(struct property *prop, char *str)
usr.sbin/memswitch/methods.c
591
print_ulong(struct property *prop, char *str)
usr.sbin/memswitch/methods.c
607
print_ulongh(struct property *prop, char *str)
usr.sbin/memswitch/methods.c
623
print_magic(struct property *prop, char *str)
usr.sbin/memswitch/methods.c
637
print_timesec(struct property *prop, char *str)
usr.sbin/memswitch/methods.c
653
print_bootdev(struct property *prop, char *str)
usr.sbin/memswitch/methods.c
682
print_serial(struct property *prop, char *str)
usr.sbin/memswitch/methods.c
713
print_srammode(struct property *prop, char *str)
usr.sbin/memswitch/methods.c
98
fill_uchar(struct property *prop)
usr.sbin/memswitch/methods.h
35
int fill_uchar(struct property*);
usr.sbin/memswitch/methods.h
36
int fill_ushort(struct property*);
usr.sbin/memswitch/methods.h
37
int fill_ulong(struct property*);
usr.sbin/memswitch/methods.h
39
int flush_uchar(struct property*);
usr.sbin/memswitch/methods.h
40
int flush_ushort(struct property*);
usr.sbin/memswitch/methods.h
41
int flush_ulong(struct property*);
usr.sbin/memswitch/methods.h
42
int flush_dummy(struct property*);
usr.sbin/memswitch/methods.h
44
int parse_dummy(struct property*, const char*);
usr.sbin/memswitch/methods.h
45
int parse_uchar(struct property*, const char*);
usr.sbin/memswitch/methods.h
46
int parse_ushort(struct property*, const char*);
usr.sbin/memswitch/methods.h
47
int parse_ulong(struct property*, const char*);
usr.sbin/memswitch/methods.h
48
int parse_byte(struct property*, const char*);
usr.sbin/memswitch/methods.h
49
int parse_time(struct property*, const char*);
usr.sbin/memswitch/methods.h
50
int parse_bootdev(struct property*, const char*);
usr.sbin/memswitch/methods.h
51
int parse_serial(struct property*, const char*);
usr.sbin/memswitch/methods.h
52
int parse_srammode(struct property*, const char*);
usr.sbin/memswitch/methods.h
54
int print_uchar(struct property*, char*);
usr.sbin/memswitch/methods.h
55
int print_ucharh(struct property*, char*);
usr.sbin/memswitch/methods.h
56
int print_ushorth(struct property*, char*);
usr.sbin/memswitch/methods.h
57
int print_ulong(struct property*, char*);
usr.sbin/memswitch/methods.h
58
int print_ulongh(struct property*, char*);
usr.sbin/memswitch/methods.h
59
int print_magic(struct property*, char*);
usr.sbin/memswitch/methods.h
60
int print_timesec(struct property*, char*);
usr.sbin/memswitch/methods.h
61
int print_bootdev(struct property*, char*);
usr.sbin/memswitch/methods.h
62
int print_serial(struct property*, char*);
usr.sbin/memswitch/methods.h
63
int print_srammode(struct property*, char*);
usr.sbin/memswitch/properties.c
334
int number_of_props = sizeof (properties) / sizeof (struct property);
usr.sbin/memswitch/properties.c
42
struct property properties[] = {