HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /onnv/onnv-gate/usr/src/cmd/fmli/inc/
menudefs.h 40 char *description; member in struct:menu_line
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
RegistryEntry.java 46 description = pub_description;
52 description = re.description;
56 String description; field in class:RegistryEntry
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/SUNWbinfiles/
ResourceBundle.properties 28 description=Binary files
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/SUNWfiles/
ResourceBundle.properties 28 description=Text files
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/SUNWnisplus/
ResourceBundle.properties 28 description=NIS+
  /onnv/onnv-gate/usr/src/cmd/hal/utils/
printer.h 16 char **manufacturer, char **model, char **description,
20 char *model, char *serial_number, char *description,
printer.c 47 char **model, char **description, char **class,
76 (strcasecmp(t, "DESCRIPTION") == 0)) &&
77 (description != NULL))
78 *description = strdup(strip_ws(u));
115 char *model, char *description, char *serial_number,
120 "description=%s, serial=%s, device=%s\n",
121 NP(udi), NP(manufacturer), NP(model), NP(description),
137 if (description != NULL)
139 "printer.description", description);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/filebench/config/
randomread.prof 32 description = "randomread tmpfs";
seqread.prof 32 description = "seqread tmpfs";
multi_fileserver.prof 41 description = "fileserver nfs";
videoserver.prof 31 description = "fileserver zfs";
  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
Probe.java 53 new String[] {"description", "info"})
78 private final ProbeDescription description; field in class:Probe
84 * description and associated probe information. Supports XML
87 * @param probeDescription probe description that identifies a
91 * @throws NullPointerException if the given probe description is
97 description = probeDescription;
105 if (description == null) {
106 throw new NullPointerException("description is null");
111 * Gets the probe description identifying a single probe described
114 * @return non-null probe description matching a single probe on th
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcommputil/common/
sdp_parse.c 30 * Parses the SDP description as per the SDP grammar defined in Section 9 of
972 * once but occurs several times in SDP description. error cannot be NULL.
990 sdp_handle_fields(sdp_description_t *description, sdp_session_t *_session,
995 char prev = description->d_prev;
996 char m_prev = description->d_mprev;
1001 description->d_version = B_TRUE;
1003 &description->d_perror);
1007 description->d_origin = B_TRUE;
1009 &description->d_perror);
1013 description->d_name = B_TRUE
1174 sdp_description_t *description; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/hal/probing/network-printer/
probe-snmp.c 27 char **description)
38 description, NULL, NULL, NULL);
41 *description = strdup(string);
115 char **model, char **description, char **serial_no,
130 description, NULL, serial_no, command_set);
143 char **model, char **description, char **serial_no,
158 description, NULL, serial_no, command_set);
171 char **model, char **description, char **serial_no,
186 description, NULL, serial_no, command_set);
199 char **manufacturer, char **model, char **description,
483 *description = NULL, *serial_no = NULL, local
    [all...]
probe-network-printer.c 48 *description = NULL, local
52 char **manufacturer, char **model, char **description,
83 &model, &description, &serial_number, &command_set,
92 ret = add_printer_info(cs, udi, manufacturer, model, description,
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/t/
hash.t 63 my ($keys, $testkeys, $description) = @_;
72 main_test_inner ($key, $lckey, $unikey, $keys, $description);
78 $description . ' [key utf8 on]');
90 my ($key, $lckey, $unikey, $keys, $description) = @_;
91 perform_test (\&test_present, $key, $keys, $description);
92 perform_test (\&test_fetch_present, $key, $keys, $description);
93 perform_test (\&test_delete_present, $key, $keys, $description);
95 perform_test (\&test_store, $key, $keys, $description, [a=>'cheat']);
96 perform_test (\&test_store, $key, $keys, $description, []);
98 perform_test (\&test_absent, $lckey, $keys, $description);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
SUNWModule.java 50 * The description for the module.
52 protected String description; field in class:SUNWModule
72 return description;
  /onnv/onnv-gate/usr/src/cmd/auditrecord/
auditrecord.pl 137 my $description;
150 ($name, $description, $title, $skip, @case) =
155 next unless $description =~ $callFilter;
168 ($col1, $col2, $col3) = getCallInfo($id, $name, $description);
195 # $note1 is the "case" description
258 my $description;
288 my $description;
290 ($name, $description, $title, $skip, @case) =
295 next unless $description =~ $callFilter;
305 ($callType, $callName, $description)
    [all...]
mkmsg.pl 86 my ($name, $description, $title, $skip, @case) = ('', '', '', '', ());
88 ($name, $description, $title, $skip, @case) = @{$attr{$label}};
89 $description = '' if ($description eq 'none');
94 # in auditrecord.pl, _either_ $description _or_ $eventDescription
100 addToMsgFile($description);
105 addToMsgFile(${$case}[0]); # description
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/parser/
parse.h 75 char *description; member in struct:trap_item
94 char *description; /* description (a quoted string) */ member in struct:node
116 char *description; /* description (a quoted string) */ member in struct:tree
  /onnv/onnv-gate/usr/src/cmd/print/printer-info/
printer-info.c 42 char *description; member in struct:__anon1307
90 (strcasecmp(t, "DESCRIPTION") == 0))
91 info->description = strdup(u);
128 int manufacturer = 0, model = 0, description = 0, command_set = 0, local
136 description++;
147 description++;
178 if (description != 0)
180 NP(info.description));
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/exception/
SuccinctStackTraceFormatter.java 41 * Formats a Throwable and adds an optional description string.
47 String description)
53 if (description != null)
54 s.append(description);
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
AttributeDescriptor.java 60 private String description = ""; field in class:AttributeDescriptor
103 return description;
229 description = ndes;
314 ret += "description:" + description + "\n";
  /onnv/onnv-gate/usr/src/cmd/lp/lib/printers/
freeprinter.c 76 if (pp->description)
77 Free (pp->description);
  /onnv/onnv-gate/usr/src/lib/libldap4/misc/
ldapsearchprefs.conf 57 "Description"
60 "Description" multilineDescription 11101 "" ""
80 "Description"
83 "Description" multilineDescription 11101 "" ""
103 "Description"
106 "Description" multilineDescription 11101 "" ""
126 "Description"
131 "Description" description 10111 "" ""
148 "Description"
    [all...]

Completed in 1380 milliseconds

1 2 3 4 5 6