| /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/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/lib/fm/topo/modules/sun4v/cpuboard/ |
| cpuboard_topo.h | 50 int present; /* cpuboard present */ member in struct:__anon2845
|
| /onnv/onnv-gate/usr/src/lib/libgss/ |
| g_inquire_names.c | 121 int present; local 159 &present); 161 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/ssh/sshd/ |
| gss-serv.c | 183 int present = 0; local 192 supported, &present); 194 if (!present)
|
| auth2-gss.c | 120 int mechs, present = 0; local 158 supported_mechs, &present); 162 present ? "supported" : "unsupported"); 163 } while (!present && (mechs > 0)); 165 if (!present) {
|
| /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/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/sgs/tsort/common/ |
| tsort.c | 80 static int present(struct nodelist *i, struct nodelist *j); 131 if (i == j || present(i, j)) 159 * is i present on j's predecessor list? 162 present(struct nodelist *i, struct nodelist *j) function
|
| /onnv/onnv-gate/usr/src/uts/common/io/nxge/npi/ |
| npi_espc.h | 80 boolean_t present; member in struct:_npi_vpd_info_t
|
| /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
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| hotkey_drv.h | 59 * is still considered to be present in the system. 66 int present; member in struct:acpi_drv_dev
|
| /onnv/onnv-gate/usr/src/cmd/iscsi/iscsitgtd/ |
| iscsi_login.c | 469 int present = 0; local 498 &present, auth_value, max_length); 499 if ((rc == iscsiAuthStatusNoError) && present) {
|
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/ |
| psvcplugin.c | 453 boolean_t present; local 467 * Remove nodes whose devices aren't present from the picl tree. 476 &present); 484 (present == PSVC_ABSENT)) {
|
| /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/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/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/uts/common/io/comstar/port/iscsit/ |
| iscsit_authclient.h | 59 unsigned char present; member in struct:auth_key
|
| /onnv/onnv-gate/usr/src/cmd/fm/schemes/hc/ |
| scheme.c | 76 int err, present; local 89 present = topo_fmri_present(thp, nvl, &err); 92 return (present);
|
| /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/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/gss_mechs/mech_krb5/krb5/asn.1/ |
| asn1_encode.c | 591 int present; local 594 present = 1; 596 present = 1; 598 present = 0; 599 if (present) {
|
| /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
|