Home
last modified time | relevance | path

Searched refs:doc (Results 1 – 25 of 62) sorted by relevance

123

/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm.c298 xmlChar *doc; in handle_association_info() local
2653 xmlFree(doc); in list_node_func()
2728 doc = e_doc; in list_dd_func()
2764 xmlFree(doc); in list_dd_func()
2840 doc = e_doc; in list_ddset_func()
2903 xmlChar *doc; in create_dd_func() local
2947 xmlFree(doc); in create_dd_func()
2969 xmlChar *doc; in create_ddset_func() local
3014 xmlFree(doc); in create_ddset_func()
3037 xmlChar *doc; in modify_dd_func() local
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.bib1 @misc{doc:PXP, misc
4 …ptg.qlogic.com/sites/QLogicBroadcom/hsc-syseng/HW\%20blocks/PCI-E/PXP\%20changes\%20for\%20E4.doc}"
7 @misc{doc:ILT, misc
13 @misc{doc:SB, misc
19 @misc{doc:iov-lec, misc
25 @misc{doc:iov-doc, misc
31 @misc{doc:iov-sys, misc
34 …ttp://ptg.qlogic.com/sitres/QLogicBroadcom/hsc-syseng/High%20level%20architecture/E4%20%20IOV.doc}"
/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c625 xmlDocPtr doc, in locate_xml_node() argument
784 xmlDocPtr doc; in xml_init_data() local
886 xmlFreeDoc(doc); in xml_init_data()
1005 xmlDocPtr doc; in xml_add_obj() local
1017 if (doc == NULL) { in xml_add_obj()
1104 xmlDocPtr doc; in xml_modify_obj() local
1120 if (doc == NULL) { in xml_modify_obj()
1253 xmlDocPtr doc; in xml_delete_obj() local
1263 if (doc == NULL) { in xml_delete_obj()
1314 xmlDocPtr doc; in xml_delete_assoc() local
[all …]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dadmintf.c1292 xmlDocPtr doc, in handle_partial_success() argument
1355 xmlDocPtr doc, in handle_partial_failure() argument
1422 xmlDocPtr doc in get_serverconfig_op() argument
1502 xmlDocPtr doc in get_node_op() argument
1619 xmlDocPtr doc, in i_get_dd_dds_op() argument
1791 xmlDocPtr doc in get_dd_op() argument
1812 xmlDocPtr doc in get_ddset_op() argument
2192 xmlDocPtr doc, in delete_dd_ddset_op() argument
2297 xmlDocPtr doc, in delete_ddmember_ddsetmember_op() argument
2450 xmlDocPtr doc, in create_ddmember_ddsetmember_op() argument
[all …]
H A Ddoor.c996 xmlDocPtr doc; in build_mgmt_response() local
1016 ret = get_node_op(&req, doc); in build_mgmt_response()
1019 ret = get_dd_op(&req, doc); in build_mgmt_response()
1038 ret = enumerate_dd_op(doc); in build_mgmt_response()
1133 if (doc) xmlFreeDoc(doc); in build_mgmt_response()
1149 xmlDocPtr doc; in build_result_message() local
1181 if (doc) xmlFreeDoc(doc); in build_result_message()
1294 new_e->doc = doc; in add_entry()
1378 thr->doc); in door_server()
1379 xmlFree(thr->doc); in door_server()
[all …]
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpolicy.c862 xmlDocPtr doc = NULL; in kmf_get_policy() local
923 if (doc != NULL) in kmf_get_policy()
924 xmlFreeDoc(doc); in kmf_get_policy()
1144 xmlDocPtr doc = NULL; in kmf_delete_policy_from_db() local
1176 xmlFreeDoc(doc); in kmf_delete_policy_from_db()
1190 if (doc != NULL) in kmf_delete_policy_from_db()
1191 xmlFreeDoc(doc); in kmf_delete_policy_from_db()
1390 if (doc == NULL) in kmf_add_policy_to_db()
1397 doc->intSubset = xmlCreateIntSubset(doc, in kmf_add_policy_to_db()
1428 if (doc != NULL) in kmf_add_policy_to_db()
[all …]
/illumos-gate/usr/src/cmd/availdevs/
H A Davaildevs.c181 xmlDocPtr doc = xmlNewDoc((xmlChar *)"1.0"); in create_doc() local
185 doc, NULL, (xmlChar *)ELEMENT_ROOT, NULL); in create_doc()
186 (void) xmlAddChild((xmlNodePtr) doc, (xmlNodePtr)root); in create_doc()
188 return (doc); in create_doc()
227 xmlDocPtr doc = create_doc(); in main() local
228 xmlNodePtr root = xmlDocGetRootElement(doc); in main()
253 (void) xmlDocFormatDump(stdout, doc, 1); in main()
256 xmlFreeDoc(doc); in main()
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_xml54 my $doc = new auditxml ($ARGV[0]); # input XML file
58 foreach my $eventId ($doc->getEventIds) {
59 my $event = $doc->getEvent($eventId);
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dutil.c76 xmlDocPtr doc = NULL; in load_policies() local
85 doc = xmlCtxtReadFile(ctxt, file, NULL, in load_policies()
87 if (doc == NULL || ctxt->valid == 0) { in load_policies()
92 cur = xmlDocGetRootElement(doc); in load_policies()
143 if (doc != NULL) in load_policies()
144 xmlFreeDoc(doc); in load_policies()
/illumos-gate/usr/src/tools/smatch/src/
H A Dc2xml.c40 static xmlDocPtr doc = NULL; /* document pointer */ variable
307 doc = xmlNewDoc(BAD_CAST "1.0"); in main()
309 xmlDocSetRootElement(doc, root_node); in main()
329 xmlSaveFormatFileEnc("-", doc, "UTF-8", 1); in main()
330 xmlFreeDoc(doc); in main()
/illumos-gate/usr/src/cmd/ssh/
H A DMakefile55 THIRDPARTYLICENSE: doc/LICENCE
56 $(SED) -n '/1)/,$$p' doc/LICENCE > $@
/illumos-gate/usr/src/lib/libdtrace_jni/
H A DMakefile49 doc: target
50 @cd java; pwd; make doc
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsubmitting-patches.md5 [Submitting Patches](https://www.kernel.org/doc/html/v4.12/process/submitting-patches.html)
14 2. [Coding Style](https://www.kernel.org/doc/html/v4.12/process/coding-style.html) remains the same.
18 …by tag is the same as [Linux Kernel Sign your work](https://www.kernel.org/doc/html/v4.12/process/…
/illumos-gate/usr/src/pkg/transforms/
H A Dfacets15 <transform dir file link path=usr/share/man/.* -> default facet.doc.man true>
16 <transform dir file link path=usr/has/man/.* -> default facet.doc.man true>
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_compound_nameref.sh97 nameref doc=xdoc
100 print -v doc
/illumos-gate/usr/src/cmd/pools/poold/
H A DMakefile77 DOCDIR = doc
142 doc: all target
/illumos-gate/usr/src/test/elf-tests/
H A DMakefile18 SUBDIRS = cmd doc runfiles tests
/illumos-gate/usr/src/test/crypto-tests/
H A DMakefile18 SUBDIRS = cmd doc runfiles tests
/illumos-gate/usr/src/test/os-tests/
H A DMakefile18 SUBDIRS = cmd runfiles tests doc
/illumos-gate/usr/src/test/util-tests/
H A DMakefile19 SUBDIRS = cmd runfiles tests doc
/illumos-gate/usr/src/test/libc-tests/
H A DMakefile19 SUBDIRS = cfg cmd runfiles tests doc
/illumos-gate/usr/src/test/libmlrpc-tests/
H A DMakefile18 SUBDIRS = cfg cmd runfiles tests doc
/illumos-gate/usr/src/test/smbclient-tests/
H A DMakefile20 doc \
/illumos-gate/usr/src/lib/libbsm/
H A Dauditxml79 my $doc = new auditxml ($filename);
109 while ($event = $doc->getNextEvent()) {
134 while ($textList = $doc->getNextMsgId()) {
139 printAPIFile($headerFile, $doc);
700 if (defined ($doc->getToken($tokenId))) {
740 if (defined ($token = $doc->getToken($tokenId))) {
983 if (defined (my $token = $doc->getToken($tokenId))) {
/illumos-gate/usr/src/lib/libbrand/common/
H A Dlibbrand.c176 xmlDocPtr doc; in open_xml_file() local
186 doc = xmlReadFile(file, NULL, XML_PARSE_DTDLOAD | in open_xml_file()
188 if (doc == NULL) in open_xml_file()
195 xmlFreeDoc(doc); in open_xml_file()
200 valid = xmlValidateDocument(cvp, doc); in open_xml_file()
203 xmlFreeDoc(doc); in open_xml_file()
207 return (doc); in open_xml_file()

123