/illumos-gate/usr/src/cmd/acct/lib/ |
H A D | namtouid.c | 41 uid_t uuid; member in struct:ulist 57 return(up->uuid); 66 up->uuid = tuid;
|
H A D | uidtonam.c | 46 uid_t uuid; member in struct:ulist 60 if (uid == up->uuid) 67 up->uuid = uid;
|
/illumos-gate/usr/src/cmd/fm/fmdump/common/ |
H A D | asru.c | 47 char *uuid = "-"; local 51 (void) nvlist_lookup_string(rp->rec_nvl, FM_RSRC_ASRU_UUID, &uuid); 67 fmdump_date(buf, sizeof (buf), rp), uuid, state + 1); 77 char *uuid = "-"; local 81 (void) nvlist_lookup_string(rp->rec_nvl, FM_RSRC_ASRU_UUID, &uuid); 97 fmdump_year(buf, sizeof (buf), rp), rp->rec_nsec, uuid, state + 1);
|
H A D | info.c | 46 char *uuid = "(absent)"; local 49 (void) nvlist_lookup_string(rp->rec_nvl, FM_IREPORT_UUID, &uuid); 52 fmdump_date(buf, sizeof (buf), rp), uuid, rp->rec_class); 63 char *uuid = "(absent)"; local 65 (void) nvlist_lookup_string(rp->rec_nvl, FM_IREPORT_UUID, &uuid); 68 fmdump_year(buf, sizeof (buf), rp), rp->rec_nsec, uuid);
|
H A D | fault.c | 35 char *class = NULL, *uuid = "-", *code = "-"; local 48 (void) nvlist_lookup_string(rp->rec_nvl, FM_SUSPECT_UUID, &uuid); 66 fmdump_date(buf, sizeof (buf), rp), uuid, code); 158 char *class = NULL, *uuid = "-", *code = "-"; local 160 (void) nvlist_lookup_string(rp->rec_nvl, FM_SUSPECT_UUID, &uuid); 179 fmdump_year(buf, sizeof (buf), rp), rp->rec_nsec, uuid, code);
|
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/ |
H A D | cma_cache.c | 38 const char *uuid, boolean_t repair) 37 cma_cache_way_retire(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, const char *uuid, boolean_t repair) argument
|
H A D | cma_cpu_arch.c | 104 cma_cpu_statechange(fmd_hdl_t *hdl, nvlist_t *asru, const char *uuid, argument
|
H A D | cma_page.c | 87 const char *uuid, boolean_t repair) 186 if (uuid != NULL) 187 page->pg_uuid = fmd_hdl_strdup(hdl, uuid, FMD_SLEEP); 86 cma_page_retire(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, const char *uuid, boolean_t repair) argument
|
H A D | cma_cpu.c | 86 const char *uuid, boolean_t repair) 103 return (cma_cpu_cpu_retire(hdl, nvl, asru, uuid, repair)); 139 cma_cpu_start_retry(hdl, nvl, uuid, repair); 162 const char *uuid, boolean_t repair) 192 if (cpu_statechange(hdl, nvl, hc_prs[i], uuid, cpuid, repair) 215 cpu_online(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, const char *uuid, argument 221 err = cma_cpu_statechange(hdl, asru, uuid, P_ONLINE, 245 cpu_offline(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, const char *uuid, argument 255 err = cma_cpu_statechange(hdl, asru, uuid, cpustate, 279 cpu_statechange(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, const char *uuid, argument 85 cma_cpu_hc_retire(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, const char *uuid, boolean_t repair) argument 161 cma_cpu_hc_retire(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, const char *uuid, boolean_t repair) argument 311 cma_cpu_cpu_retire(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, const char *uuid, boolean_t repair) argument [all...] |
/illumos-gate/usr/src/cmd/fm/modules/sun4u/datapath-retire/ |
H A D | cda_cpu.c | 61 cda_dp_retire(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, const char *uuid) argument
|
H A D | cda_main.c | 94 char *uuid = NULL; local 99 err |= nvlist_lookup_string(nvl, FM_SUSPECT_UUID, &uuid); 112 if (fmd_case_uuclosed(hdl, uuid)) 119 subr->subr_func(hdl, nvl, asru, uuid);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | uuid.h | 68 * The uuid type used throughout when referencing uuids themselves 70 struct uuid { struct 86 * Convert a uuid to/from little-endian format
|
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_pageerr.c | 48 const char *uuid; local 75 &page->page_header, CMD_PTR_PAGE_CASE, &uuid);
|
H A D | cmd_state.c | 142 const char *uuid = fmd_case_uuid(hdl, cp); local 145 fmd_buf_read(hdl, cp, uuid, &ptr, sizeof (cmd_case_ptr_t)); 146 fmd_hdl_debug(hdl, "redirecting case %s from %d to %d\n", uuid, 149 fmd_buf_write(hdl, cp, uuid, &ptr, sizeof (cmd_case_ptr_t)); 155 const char *uuid = fmd_case_uuid(hdl, cp); local 159 fmd_hdl_debug(hdl, "closing case %s\n", uuid); 161 if (fmd_serd_exists(hdl, uuid)) 162 fmd_serd_destroy(hdl, uuid); 164 if (fmd_buf_size(hdl, cp, uuid) != 0) 165 fmd_buf_destroy(hdl, cp, uuid); 197 const char *uuid = fmd_case_uuid(hdl, cp); local [all...] |
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | uuid.h | 44 struct uuid { struct 59 struct uuid *kern_uuidgen(struct uuid *, size_t); 64 int snprintf_uuid(char *, size_t, struct uuid *); 65 int printf_uuid(struct uuid *); 66 int sbuf_printf_uuid(struct sbuf *, struct uuid *); 67 int parse_uuid(const char *, struct uuid *); 69 void be_uuid_dec(void const *buf, struct uuid *uuid); 70 void be_uuid_enc(void *buf, struct uuid cons [all...] |
/illumos-gate/usr/src/lib/fm/libfmd_log/common/ |
H A D | fmd_filter.c | 69 char *uuid; local 72 * Note: the uuid filter matches *any* member whose name is 'uuid'. 73 * This permits us to match not only a list.suspect uuid but any 77 "uuid", &uuid) == 0 && strcmp(uuid, arg) == 0);
|
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cmd_dp_page.c | 137 const char *uuid; local 143 CMD_PTR_DP_PAGE_DEFER, &uuid);
|
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/ |
H A D | gmem_state.c | 73 const char *uuid = fmd_case_uuid(hdl, cp); local 76 fmd_buf_read(hdl, cp, uuid, &ptr, sizeof (gmem_case_ptr_t)); 77 fmd_hdl_debug(hdl, "redirecting case %s from %d to %d\n", uuid, 80 fmd_buf_write(hdl, cp, uuid, &ptr, sizeof (gmem_case_ptr_t)); 86 const char *uuid = fmd_case_uuid(hdl, cp); local 90 fmd_hdl_debug(hdl, "closing case %s\n", uuid); 92 if (fmd_serd_exists(hdl, uuid)) 93 fmd_serd_destroy(hdl, uuid); 95 if (fmd_buf_size(hdl, cp, uuid) != 0) 96 fmd_buf_destroy(hdl, cp, uuid); 119 const char *uuid = fmd_case_uuid(hdl, cp); local [all...] |
H A D | gmem_main.c | 83 const char *uuid = fmd_case_uuid(hdl, cp); local 91 fmd_hdl_debug(hdl, "close case %s%s\n", uuid,
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | adspriv_impl.c | 23 #include <sys/uuid.h> 28 #include <uuid/uuid.h> 97 uuid_t uuid; local 178 0 == uuid_parse(s, uuid)) { 179 (void) memcpy(dci->dci_guid, uuid, sizeof (uuid));
|
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-retire/ |
H A D | cma_cpu_sun4v.c | 132 cma_cpu_start_retry(fmd_hdl_t *hdl, nvlist_t *fmri, const char *uuid, argument 172 if (uuid != NULL) 173 cpu->cpu_uuid = fmd_hdl_strdup(hdl, uuid, FMD_SLEEP); 190 cma_cpu_statechange(fmd_hdl_t *hdl, nvlist_t *asru, const char *uuid, argument 221 cma_cpu_start_retry(hdl, asru, uuid, repair);
|
/illumos-gate/usr/src/lib/pam_modules/krb5/ |
H A D | krb5_setcred.c | 475 uid_t uuid; local 490 if (get_pw_uid(username, &uuid) == 0 || 505 (int)uuid) >= sizeof (buffer)) { 545 if (chown(filepath+1, uuid, ugid)) {
|
/illumos-gate/usr/src/lib/libdhcpagent/common/ |
H A D | dhcp_stable.c | 39 #include <uuid/uuid.h> 174 uuid_t uuid; local 178 uuid_generate(uuid); 179 (void) memcpy(den + 1, uuid, UUID_LEN);
|
/illumos-gate/usr/src/cmd/virtinfo/ |
H A D | virtinfo.c | 39 #include <uuid/uuid.h> 197 uuid_t uuid; local 200 rv = v12n_domain_uuid(uuid); 205 uuid_unparse(uuid, uuid_str); 207 (void) printf("%s%s\n", pflg ? "DOMAINUUID|uuid=" :
|
/illumos-gate/usr/src/cmd/fm/modules/common/io-retire/ |
H A D | rio_main.c | 128 char *uuid; local 289 if (nvlist_lookup_string(nvl, FM_SUSPECT_UUID, &uuid) == 0 && 290 !fmd_case_uuclosed(hdl, uuid)) { 291 fmd_case_uuclose(hdl, uuid); 300 nvlist_lookup_string(nvl, FM_SUSPECT_UUID, &uuid) == 0) 301 fmd_case_uuresolved(hdl, uuid);
|