Lines Matching defs:obj

75 static int process_result_response(xmlChar *, int obj);
357 print_error_status(int status, int obj, xmlTextReaderPtr reader)
371 if ((obj == DiscoveryDomain) ||
372 (obj == DiscoveryDomainMember)) {
385 if ((obj == DiscoveryDomain) ||
386 (obj == DiscoveryDomainMember)) {
395 if ((obj == DiscoveryDomain) ||
396 (obj == DiscoveryDomainMember)) {
405 if ((obj == DiscoveryDomain) ||
406 (obj == DiscoveryDomainMember)) {
448 int i, cnt, obj = 0;
470 obj = obj_table[i].obj_id;
475 if (obj == 0) {
481 switch (obj) {
551 * obj - associated object type
556 process_result_response(xmlChar *doc, int obj)
574 print_error_status(status, obj, reader);
798 * obj - object type
805 process_get_response(object_type obj, xmlChar *doc, uint32_t flag)
826 print_error_status(status, obj, reader);
847 switch (obj) {
1224 object_type obj, uint32_t flag)
1244 print_error_status(status, obj, reader);
1266 switch (obj) {
1380 if ((ret = build_get_xml_doc(argxmlc, (char **)argxmlv, obj,
1418 build_delete_xml_doc(int operandLen, char **operand, object_type obj,
1452 switch (obj) {
1594 build_modify_xml_doc(int operandLen, char **operand, object_type obj,
1628 switch (obj) {
1731 build_rename_xml_doc(char *name, object_type obj, uint32_t id, xmlChar **doc)
1765 switch (obj) {
1864 build_create_xml_doc(int operandLen, char **operand, object_type obj,
1893 switch (obj) {
2255 build_enumerate_xml_doc(object_type obj, xmlChar **doc)
2290 switch (obj) {
2354 build_get_xml_doc(int operandLen, char **operand, object_type obj,
2390 switch (obj) {