Home
last modified time | relevance | path

Searched refs:asl_type (Results 1 – 14 of 14) sorted by relevance

/NextBSD/lib/libasl/
HDasl_object.c59 if (obj->asl_type >= ASL_TYPE_COUNT) return -1; in asl_object_set_key_val_op()
62 if (asl_jump[obj->asl_type]->set_key_val_op == NULL) return -1; in asl_object_set_key_val_op()
63 return asl_jump[obj->asl_type]->set_key_val_op(obj, key, val, op); in asl_object_set_key_val_op()
70 if (obj->asl_type >= ASL_TYPE_COUNT) return; in asl_object_unset_key()
73 if (asl_jump[obj->asl_type]->unset_key == NULL) return; in asl_object_unset_key()
74 asl_jump[obj->asl_type]->unset_key(obj, key); in asl_object_unset_key()
81 if (obj->asl_type >= ASL_TYPE_COUNT) return -1; in asl_object_get_val_op_for_key()
84 if (asl_jump[obj->asl_type]->get_val_op_for_key == NULL) return -1; in asl_object_get_val_op_for_key()
85 return asl_jump[obj->asl_type]->get_val_op_for_key(obj, key, val, op); in asl_object_get_val_op_for_key()
92 if (obj->asl_type >= ASL_TYPE_COUNT) return -1; in asl_object_get_key_val_op_at_index()
[all …]
HDasl_msg.c342 out->asl_type = type; in asl_msg_new()
384 return msg->asl_type; in asl_msg_type()
478 fprintf(f, " asl_type: %u\n", msg->asl_type); in _asl_msg_dump()
906 if ((msg->asl_type == ASL_TYPE_QUERY) || (IndexNull == _asl_msg_index(msg, key, &slot, &page))) in _asl_msg_set_kvo()
1333 if ((a->asl_type == ASL_TYPE_QUERY) && (oa != ob)) return 0; in _asl_msg_equal()
1694 if (a->asl_type == b->asl_type) return _asl_msg_equal(a, b); in asl_msg_cmp()
1695 if (a->asl_type == ASL_TYPE_QUERY) return _asl_msg_test(a, b); in asl_msg_cmp()
1988 if (msg->asl_type == ASL_TYPE_QUERY) asl_string_append(str, "Q "); in asl_string_append_asl_msg()
1998 if (msg->asl_type == ASL_TYPE_QUERY) in asl_string_append_asl_msg()
2325 out->asl_type = type; in asl_msg_from_string()
[all …]
HDasl_string.h34 uint32_t asl_type; //ASL OBJECT HEADER member
HDasl_store.h61 uint32_t asl_type; //ASL OBJECT HEADER member
HDasl_msg_list.h35 uint32_t asl_type; //ASL OBJECT HEADER member
HDasl_client.h54 uint32_t asl_type; //ASL OBJECT HEADER member
HDasl_object.h33 uint32_t asl_type; //ASL OBJECT HEADER member
HDasl_msg.h87 uint32_t asl_type; //ASL OBJECT HEADER member
HDasl_file.h109 uint32_t asl_type; //ASL OBJECT HEADER member
HDasl_msg_list.c40 out->asl_type = ASL_TYPE_LIST; in asl_msg_list_new()
52 out->asl_type = ASL_TYPE_LIST; in asl_msg_list_new_count()
HDasl_string.c51 str->asl_type = ASL_TYPE_STRING; in asl_string_new()
HDasl_store.c172 out->asl_type = ASL_TYPE_STORE; in asl_store_open_write()
244 out->asl_type = ASL_TYPE_STORE; in asl_store_open_read()
HDasl_client.c96 client->asl_type = ASL_TYPE_CLIENT; in asl_client_open()
HDasl_file.c249 out->asl_type = ASL_TYPE_FILE; in asl_file_open_write_fd()
414 out->asl_type = ASL_TYPE_FILE; in asl_file_open_write()
1585 out->asl_type = ASL_TYPE_FILE; in asl_file_open_read()