Searched defs:uuid (Results 1 - 25 of 94) sorted by relevance

1234

/illumos-gate/usr/src/cmd/acct/lib/
H A Dnamtouid.c41 uid_t uuid; member in struct:ulist
57 return(up->uuid);
66 up->uuid = tuid;
H A Duidtonam.c46 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 Dasru.c47 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 Dinfo.c46 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 Dfault.c35 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 Dcma_cache.c38 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 Dcma_cpu_arch.c104 cma_cpu_statechange(fmd_hdl_t *hdl, nvlist_t *asru, const char *uuid, argument
H A Dcma_page.c87 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 Dcma_cpu.c86 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 Dcda_cpu.c61 cda_dp_retire(fmd_hdl_t *hdl, nvlist_t *nvl, nvlist_t *asru, const char *uuid) argument
H A Dcda_main.c94 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 Duuid.h68 * 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 Dcmd_pageerr.c48 const char *uuid; local
75 &page->page_header, CMD_PTR_PAGE_CASE, &uuid);
H A Dcmd_state.c142 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 Duuid.h44 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 Dfmd_filter.c69 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 Dcmd_dp_page.c137 const char *uuid; local
143 CMD_PTR_DP_PAGE_DEFER, &uuid);
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_state.c73 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 Dgmem_main.c83 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 Dadspriv_impl.c23 #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 Dcma_cpu_sun4v.c132 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 Dkrb5_setcred.c475 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 Ddhcp_stable.c39 #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 Dvirtinfo.c39 #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 Drio_main.c128 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);

Completed in 85 milliseconds

1234