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

1 2 3 4 5 6 7

  /onnv/onnv-gate/usr/src/lib/libgss/
g_oid_ops.c 62 gss_test_oid_set_member(minor_status, member, set, present)
66 int *present;
69 present));
g_inquire_names.c 121 int present; local
159 &present);
161 present) {
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
fcal_leds.conf 37 assert-present: 0
44 disk-present: 0, 1
45 disk-present: 1, 2
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/cpuboard/
cpuboard_topo.h 50 int present; /* cpuboard present */ member in struct:__anon2822
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
tie.t 83 my @present = grep -e, @files;
84 if (@present && (@failed = grep { not unlink } @present)) {
  /onnv/onnv-gate/usr/src/uts/common/io/lvm/notify/
md_notify.c 149 md_event_queue_t *present, *last = NULL; local
156 present = next;
157 next = present->mdn_nextq;
160 if (present->mdn_flags & MD_EVENT_QUEUE_PERM) {
161 last = present;
166 if (!md_checkpid(present->mdn_pid, present->mdn_proc))
167 present->mdn_flags |= MD_EVENT_QUEUE_DESTROY;
170 if (! (present->mdn_flags & MD_EVENT_QUEUE_DESTROY)) {
171 last = present;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
priv_str_xlate.c 203 * tokcount = present
205 * tokcount = 1 + present - presentbasic + missingbasic
209 * tokcount = 1 + d->pd_nprivs - present;
221 int presentbasic, missingbasic, present, missing; local
225 presentbasic = missingbasic = present = 0;
245 present++;
247 missing = d->pd_nprivs - present;
251 count = present + 1 - presentbasic + missingbasic;
254 count = present;
261 if (present == presentzone && 1 + missingzone < count)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
via.pm 79 Optional - if present it will be called immediately after PUSHED has
85 If not present of it it returns false, then stream is left with
93 Optional - if not present lower layer does open.
94 If present called for normal opens after layer is pushed.
101 is pushed. If present it should return 0 on success -1 on error and undef
106 Optional - if not present lower layer does open.
107 If present called for opens which pass a numeric file
114 Optional - if not present lower layer does open.
115 If present called for sysopen style opens which pass a numeric mode
  /onnv/onnv-gate/usr/src/cmd/fm/schemes/dev/
scheme.c 77 int err, present; local
83 present = topo_fmri_present(thp, nvl, &err);
86 return (present);
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcplugin/
psvcplugin.c 31 * if corresponding physical device is not present. For creating
169 * sensor If not present, then we remove the entire node since module
181 * Check to see if RSC Card FRU is present. If it is not present,
182 * then RSC Card is not present, and so we remove those nodes from
207 boolean_t present; local
219 * Remove nodes whose devices aren't present from the picl tree.
227 &present);
235 (present == PSVC_ABSENT)) {
246 * Remove PICL device nodes if their /devices file isn't present o
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcplugin/
psvcplugin.c 129 boolean_t present; local
141 * Remove nodes whose devices aren't present from the picl tree.
149 &present);
157 (present == PSVC_ABSENT)) {
168 * Remove PICL device nodes if their /devices file isn't present or
169 * if the device file is present but the open returns ENXIO
  /onnv/onnv-gate/usr/src/cmd/fm/schemes/svc/
scheme.c 76 int err, present; local
85 present = topo_fmri_present(thp, nvl, &err);
88 return (present);
  /onnv/onnv-gate/usr/src/cmd/fm/ipmitopo/common/
ipmitopo.c 97 boolean_t present; local
103 if (ipmi_entity_present(ihp, ep, &present) != 0) {
108 24 - indentation, name, present ? "present" : "absent");
134 "ENTITY/SENSOR", "PRESENT", "SENSOR", "READING", "STATE");
  /onnv/onnv-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
client_handler.s 51 rdpr %pstate, %l4 ! Get the present pstate value
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
envd.h 132 boolean_t present; /* sensor present */ member in struct:env_sensor
153 boolean_t present; /* fan present */ member in struct:env_fan
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/
psvcpolicy.c 340 boolean_t present; local
343 status = psvc_get_attr(hdlp, id, PSVC_PRESENCE_ATTR, &present);
344 if ((status != PSVC_SUCCESS) || (present != PSVC_PRESENT))
428 boolean_t present; local
432 status = psvc_get_attr(hdlp, id, PSVC_PRESENCE_ATTR, &present);
433 if ((status != PSVC_SUCCESS) || (present != PSVC_PRESENT))
458 boolean_t present; local
460 status = psvc_get_attr(hdlp, id, PSVC_PRESENCE_ATTR, &present);
461 if ((status != PSVC_SUCCESS) || (present != PSVC_PRESENT))
501 boolean_t present; local
549 boolean_t present; local
706 boolean_t present; local
840 boolean_t present; local
928 boolean_t present; local
1147 boolean_t present; local
1857 boolean_t present; local
1983 boolean_t present; local
2117 boolean_t present; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/ipmi/
ipmi_enum.c 78 * Determine if the entity is present.
87 boolean_t present; local
104 * single SDR record that represents the current present
108 ipmi_entity_present_sdr(ihp, sdrp, &present) != 0) {
110 "Failed to get present state of %s (%s)\n",
119 present);
150 if (ipmi_entity_present(ihp, ep, &present) != 0) {
159 "ipmi_entity_present() = %d\n", present);
167 if (nvlist_add_uint32(nvl, TOPO_METH_PRESENT_RET, present) != 0) {
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
cpu.c 39 * Each node export four methods present(), expand() replaced() and unusable().
148 uint32_t present = 0; local
170 present = nvlserid == mcmp->cpumap_serialno;
172 present = 1;
175 /* return the present status */
178 if (nvlist_add_uint32(*out, TOPO_METH_PRESENT_RET, present) != 0) {
314 uint32_t present = 0; local
331 present = nvlserid == mcmp->cpumap_serialno;
333 present = 1;
335 if (present == 0)
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/libtopo/common/
dev.c 144 /* Get authority, if present */
149 /* Get devid, if present */
154 /* There must be a device path present */
286 uint32_t present; local
309 * present or not. Don't stat the minor, just the whole device.
310 * If the device is present and there is a devid, it must also match.
318 present = 1;
320 present = 0;
323 present = 0;
325 present = 1
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnisdb/yptol/
shim_ancil.c 179 * This checks to see whether a domain name is present at the local node as a
190 bool present = FALSE; local
195 return (present);
199 present = TRUE;
201 return (present);
  /onnv/onnv-gate/usr/src/uts/common/ipp/dscpmk/
dscpmk_impl.h 93 boolean_t present; /* Stats present for this DSCP */ member in struct:dscp_stats_s
dscpmkddi.c 166 * parse dscp_map, if present. Note that the module gets
198 * Initialize per-dscp stats; B_FALSE in present indicates a dscp
199 * with this value (count) is not present in the map.
202 dscpmk_data->dscp_stats[cnt].present = B_FALSE;
216 if (dscpmk_data->dscp_stats[val].present) {
219 dscpmk_data->dscp_stats[val].present = B_TRUE;
242 if (dscpmk_data->dscp_stats[cnt].present) {
291 /* parse next action name, if present */
316 * parse dscp_map, if present. Note that the module gets
334 /* parse summary_stats boolean, if present */
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/comstar/port/iscsit/
iscsit_authclient.c 56 p->present = 1;
70 p->present = 1;
85 p->present = 1;
138 return (p->present != 0 ? 1 : 0);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
ReadLine.pm 61 the actual C<readline> is present.
87 Returns a reference to a hash with keys being features present in
89 minimal interface: C<appname> should be present if the first argument
90 to C<new> is recognized, and C<minline> should be present if
91 C<MinLine> method is not dummy. C<autohistory> should be present if
95 If C<Features> method reports a feature C<attribs> as present, the
  /onnv/onnv-gate/usr/src/uts/common/io/nxge/npi/
npi_espc.h 80 boolean_t present; member in struct:_npi_vpd_info_t

Completed in 1980 milliseconds

1 2 3 4 5 6 7