Searched defs:replaced (Results 1 - 8 of 8) sorted by relevance
| /illumos-gate/usr/src/cmd/fm/schemes/svc/ |
| H A D | scheme.c | 16 * fields enclosed by brackets "[]" replaced with your own identifying 95 int err, replaced; local 104 replaced = topo_fmri_replaced(thp, nvl, &err); 107 return (replaced);
|
| /illumos-gate/usr/src/cmd/fm/fmd/common/ |
| H A D | fmd_protocol.c | 16 * fields enclosed by brackets "[]" replaced with your own identifying 212 struct timeval *tvp, boolean_t repaired, boolean_t replaced, 239 err |= nvlist_add_boolean_value(nvl, FM_RSRC_ASRU_REPLACED, replaced); 209 fmd_protocol_rsrc_asru(const char *class, nvlist_t *fmri, const char *uuid, const char *code, boolean_t faulty, boolean_t unusable, boolean_t message, nvlist_t *event, struct timeval *tvp, boolean_t repaired, boolean_t replaced, boolean_t acquitted, boolean_t resolved, nvlist_t *diag_de, boolean_t injected) argument
|
| H A D | fmd_asru.c | 16 * fields enclosed by brackets "[]" replaced with your own identifying 443 boolean_t repaired = FMD_B_FALSE, replaced = FMD_B_FALSE; local 482 &replaced); 546 replaced = FMD_B_TRUE; 587 if (replaced) 1319 * For replaced, verify it has been replaced if we have serial number. 1346 * we have already set it to FARA_ERR_RSRCNOTR (not replaced) 1511 boolean_t replaced = (alp->al_reason == FMD_ASRU_REPLACED); local 1538 message, alp->al_event, &cip->ci_tv, repaired, replaced, acquitte [all...] |
| /illumos-gate/usr/src/cmd/fm/schemes/hc/ |
| H A D | scheme.c | 16 * fields enclosed by brackets "[]" replaced with your own identifying 99 int err, replaced; local 114 replaced = topo_fmri_replaced(thp, nvl, &err); 117 return (replaced);
|
| /illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
| H A D | topo_fmri.c | 16 * fields enclosed by brackets "[]" replaced with your own identifying 52 * - replaced 205 uint32_t replaced = FMD_OBJ_STATE_NOT_PRESENT; local 224 (void) nvlist_lookup_uint32(out, TOPO_METH_REPLACED_RET, &replaced); 227 return (replaced);
|
| /illumos-gate/usr/src/lib/libzoneinfo/common/ |
| H A D | libzone.c | 17 * fields enclosed by brackets "[]" replaced with your own identifying 998 int replaced = 0, ret, serrno; local 1090 if (!replaced && (strncmp(buff, "TZ=", 3) == 0)) { 1103 replaced = 1; 1130 if (!replaced &&
|
| /illumos-gate/usr/src/uts/common/io/ |
| H A D | bridge.c | 16 * fields enclosed by brackets "[]" replaced with your own identifying 1113 * If we found an existing entry and we replaced it with a new one, 1575 boolean_t replaced = B_FALSE; local 1658 replaced = B_TRUE; 1671 else if (!replaced)
|
| /illumos-gate/usr/src/uts/i86pc/vm/ |
| H A D | hat_i86.c | 16 * fields enclosed by brackets "[]" replaced with your own identifying 4104 x86pte_t replaced; local 4121 replaced = x86pte_update(ht, entry, expected, new); 4122 if (replaced != expected) 4123 return (replaced);
|
Completed in 200 milliseconds