Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/isns/isnsd/
H A Dadmintf.c126 xmlNodePtr n_obj, n_node, sub_node, root; in cb_get_node_info() local
139 n_obj = xmlNewNode(NULL, (xmlChar *)ISNSOBJECT); in cb_get_node_info()
140 if (n_obj) { in cb_get_node_info()
141 n_obj = xmlAddChild(root, n_obj); in cb_get_node_info()
142 if (n_obj == NULL) { in cb_get_node_info()
151 n_node = xmlAddChild(n_obj, n_node); in cb_get_node_info()
596 xmlNodePtr n_obj, n_node, sub_node, root; in cb_get_dd_info() local
609 n_obj = xmlNewNode(NULL, (xmlChar *)ISNSOBJECT); in cb_get_dd_info()
610 if (n_obj) { in cb_get_dd_info()
611 n_obj = xmlAddChild(root, n_obj); in cb_get_dd_info()
[all …]
H A Ddoor.c1143 xmlNodePtr root, n_obj; in build_result_message() local
1152 n_obj = xmlNewChild(root, NULL, (xmlChar *)RESULT, NULL); in build_result_message()
1156 if (xmlNewChild(n_obj, NULL, (xmlChar *)STATUSELEMENT, in build_result_message()
1162 if (xmlNewChild(n_obj, NULL, (xmlChar *)STATUSELEMENT, in build_result_message()
1166 if (xmlNewChild(n_obj, NULL, (xmlChar *)MESSAGEELEMENT, in build_result_message()
/titanic_44/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c248 extern Void_t* calloc(reg size_t n_obj, reg size_t s_obj) in calloc() argument
250 extern Void_t* calloc(n_obj, s_obj) in calloc()
251 reg size_t n_obj; in calloc()
256 return VMRECORD((*Vmregion->meth.resizef)(Vmregion,NIL(Void_t*),n_obj*s_obj,VM_RSZERO));