Home
last modified time | relevance | path

Searched refs:n_obj (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dadmintf.c141 n_obj = xmlAddChild(root, n_obj); in cb_get_node_info()
611 n_obj = xmlAddChild(root, n_obj); in cb_get_dd_info()
695 n_obj = xmlAddChild(root, n_obj); in cb_get_ddset_info()
779 n_obj = xmlAddChild(root, n_obj); in cb_enumerate_node_info()
879 n_obj = xmlAddChild(root, n_obj); in i_enumerate_dd_dds_info()
1041 n_obj = xmlAddChild(root, n_obj); in cb_getAssociated_node_info()
1109 n_obj = xmlAddChild(root, n_obj); in cb_getAssociated_node_to_dd_info()
1320 n_obj = xmlAddChild(root, n_obj); in handle_partial_success()
1387 n_obj = xmlAddChild(root, n_obj); in handle_partial_failure()
2390 n_obj = xmlAddChild(root, n_obj); in delete_ddmember_ddsetmember_op()
[all …]
H A Ddoor.c1150 xmlNodePtr root, n_obj; in build_result_message() local
1159 n_obj = xmlNewChild(root, NULL, (xmlChar *)RESULT, NULL); in build_result_message()
1163 if (xmlNewChild(n_obj, NULL, (xmlChar *)STATUSELEMENT, in build_result_message()
1169 if (xmlNewChild(n_obj, NULL, (xmlChar *)STATUSELEMENT, in build_result_message()
1173 if (xmlNewChild(n_obj, NULL, (xmlChar *)MESSAGEELEMENT, in build_result_message()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dmalloc.c487 extern Void_t* calloc(reg size_t n_obj, reg size_t s_obj) in calloc() argument
489 extern Void_t* calloc(n_obj, s_obj) in calloc()
490 reg size_t n_obj; in calloc()
500 addr = (*vm->meth.resizef)(vm, NIL(Void_t*), n_obj*s_obj, VM_RSZERO, local);