Searched defs:xml (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/prtfru/ |
H A D | main.c | 51 status, xml = 0; local 72 xml = 1; 123 return (prtfru(searchpath, containers_only, list_only, xml));
|
H A D | prtfru.c | 151 static int containers_only = 0, list_only = 0, saved_status = 0, xml = 0; variable 570 if (!xml) { 708 indent = (xml) ? (indent + INDENT) : (2*INDENT); 719 if (xml) { 732 if (xml) 764 if (xml) { 856 if (xml) { 945 if (xml) 957 if (!xml) (void) sprintf((path + bytes), "[%d]", n); 963 if (xml) outpu [all...] |
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/ |
H A D | commands.c | 2294 int xml = 0; local 2325 xml++; 2352 if (xml) { 2367 if (xml) 2378 if (xml) 2390 if (xml && ret == SA_OK) {
|
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | hald_dbus.c | 3510 GString *xml = user_data; local 3516 xml = g_string_append(xml, " <node name=\""); 3517 xml = g_string_append(xml, name); 3518 xml = g_string_append(xml, "\"/>\n"); 3530 GString *xml; local 3537 xml = g_string_new ("<!DOCTYPE node PUBLIC \"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN\"\n" 3548 xml 3571 xml); local [all...] |
Completed in 61 milliseconds