HomeSort by relevance Sort by last modified time
    Searched defs:uuid (Results 1 - 25 of 71) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
cmd_pageerr.c 48 const char *uuid; local
75 &page->page_header, CMD_PTR_PAGE_CASE, &uuid);
cmd_state.c 143 const char *uuid = fmd_case_uuid(hdl, cp); local
146 fmd_buf_read(hdl, cp, uuid, &ptr, sizeof (cmd_case_ptr_t));
147 fmd_hdl_debug(hdl, "redirecting case %s from %d to %d\n", uuid,
150 fmd_buf_write(hdl, cp, uuid, &ptr, sizeof (cmd_case_ptr_t));
156 const char *uuid = fmd_case_uuid(hdl, cp); local
160 fmd_hdl_debug(hdl, "closing case %s\n", uuid);
162 if (fmd_serd_exists(hdl, uuid))
163 fmd_serd_destroy(hdl, uuid);
165 if (fmd_buf_size(hdl, cp, uuid) != 0)
166 fmd_buf_destroy(hdl, cp, uuid);
198 const char *uuid = fmd_case_uuid(hdl, cp); local
    [all...]
cmd_cpuerr.c 59 const char *uuid; local
66 &uuid);
311 const char *uuid; local
350 &uuid);
381 const char *uuid; local
397 &uuid);
cmd_memerr.c 502 const char *uuid; local
531 &dimm->dimm_header, CMD_PTR_DIMM_CASE, &uuid);
601 &page->page_header, CMD_PTR_PAGE_CASE, &uuid);
791 const char *uuid; local
793 CMD_PTR_BANK_CASE, &uuid);
  /onnv/onnv-gate/usr/src/lib/mms/pg/common/
pg_uuid.c 30 #include <sys/uuid.h>
36 * Postgres server library for MMS UUID.
52 uuid_t uuid; local
63 uuid_clear(uuid);
64 uuid_generate_random(uuid);
65 uuid_unparse(uuid, buf);
  /onnv/onnv-gate/usr/src/cmd/acct/lib/
namtouid.c 41 uid_t uuid; member in struct:ulist
57 return(up->uuid);
66 up->uuid = tuid;
uidtonam.c 46 uid_t uuid; member in struct:ulist
60 if (uid == up->uuid)
67 up->uuid = uid;
  /onnv/onnv-gate/usr/src/cmd/fm/fmdump/common/
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);
76 char *uuid = "-"; local
80 (void) nvlist_lookup_string(rp->rec_nvl, FM_RSRC_ASRU_UUID, &uuid);
96 fmdump_year(buf, sizeof (buf), rp), rp->rec_nsec, uuid, state + 1);
110 "TIME UUID STATE",
113 "TIME UUID STATE",
fault.c 35 char *class = NULL, *uuid = "-", *code = "-"; local
37 (void) nvlist_lookup_string(rp->rec_nvl, FM_SUSPECT_UUID, &uuid);
56 fmdump_date(buf, sizeof (buf), rp), uuid, code);
147 char *class = NULL, *uuid = "-", *code = "-"; local
149 (void) nvlist_lookup_string(rp->rec_nvl, FM_SUSPECT_UUID, &uuid);
168 fmdump_year(buf, sizeof (buf), rp), rp->rec_nsec, uuid, code);
233 "TIME UUID SUNW-MSG-ID",
236 "TIME UUID SUNW-MSG-ID",
239 "TIME UUID"
  /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/
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...]
gmem_main.c 85 const char *uuid = fmd_case_uuid(hdl, cp); local
93 fmd_hdl_debug(hdl, "close case %s%s\n", uuid,
gmem_page.c 323 const char *uuid; local
340 &page->page_header, GMEM_PTR_PAGE_CASE, &uuid);
gmem_memerr.c 412 const char *uuid; local
465 &dimm->dimm_header, GMEM_PTR_DIMM_CASE, &uuid);
533 &page->page_header, GMEM_PTR_PAGE_CASE, &uuid);
  /onnv/onnv-gate/usr/src/uts/common/sys/
uuid.h 38 * & Salz UUID specification, from which this implementation
68 * The uuid type used throughout when referencing uuids themselves
70 struct uuid { struct
86 * Convert a uuid to/from little-endian format
  /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
cmd_dp_page.c 137 const char *uuid; local
143 CMD_PTR_DP_PAGE_DEFER, &uuid);
cmd_oplerr.c 141 const char *uuid; local
206 &cpu->cpu_header, ptr, &uuid);
380 const char *uuid; local
391 &dimm->dimm_header, CMD_PTR_DIMM_CASE, &uuid);
  /onnv/onnv-gate/usr/src/lib/fm/libfmd_log/common/
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);
  /onnv/onnv-gate/usr/src/lib/libdhcpagent/common/
dhcp_stable.c 41 #include <uuid/uuid.h>
171 * in use, then generate one based on a UUID.
175 uuid_t uuid; local
179 uuid_generate(uuid);
180 (void) memcpy(den + 1, uuid, UUID_LEN);
  /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4u/datapath-retire/
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);
  /onnv/onnv-gate/usr/src/lib/pam_modules/krb5/
krb5_setcred.c 474 uid_t uuid; local
489 if (get_pw_uid(username, &uuid) == 0 ||
504 (int)uuid) >= sizeof (buffer)) {
544 if (chown(filepath+1, uuid, ugid)) {
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/disk-monitor/
disk_monitor.c 177 char *uuid = NULL; local
185 err |= nvlist_lookup_string(nvl, FM_SUSPECT_UUID, &uuid);
211 fmd_case_uuresolved(hdl, uuid);
218 char *uuid = NULL; local
226 err |= nvlist_lookup_string(nvl, FM_SUSPECT_UUID, &uuid);
232 while (nvc-- != 0 && !fmd_case_uuclosed(hdl, uuid)) {
251 if (!fmd_case_uuclosed(hdl, uuid)) {
253 fmd_case_uuclose(hdl, uuid);
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/io-retire/
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);
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/snmp-trapgen/
snmp.c 49 { "bad_uuid", FMD_TYPE_UINT64, "event uuid is too long to send" },
60 send_trap(fmd_hdl_t *hdl, const char *uuid, const char *code, const char *url)
74 size_t uuid_len = strlen(uuid);
85 * | SUNFMPROBLEMTABLE_OID | 1 | column | uuid_len | uuid |
103 var_name[i + sunFmProblem_base_len + 1] = (oid)uuid[i];
116 ASN_OCTET_STR, (uchar_t *)uuid, strlen(uuid));
143 char *uuid, *code, *url; local
161 (void) nvlist_lookup_string(nvl, FM_SUSPECT_UUID, &uuid);
167 send_trap(hdl, uuid, code, url)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshare/smbfs/
libshare_smbfs.c 52 #include <uuid/uuid.h>
339 * property group with an "S-" prefix and a UUID, and the section
428 uuid_t uuid; local
443 uuid_generate(uuid);
444 uuid_unparse(uuid, &propgroup[SMBC_PG_PREFIX_LEN]);
693 * XML optionset above. We need to find it and find its UUID to
  /onnv/onnv-gate/usr/src/lib/libuuid/common/
uuid.c 28 * UUID specification, from which this implementation is derived.
83 void struct_to_string(uuid_t, struct uuid *);
84 void string_to_struct(struct uuid *, uuid_t);
91 static void format_uuid(struct uuid *, uint16_t, uuid_time_t,
94 static int uuid_create(struct uuid *);
99 * Generates a uuid based on version 1 format.
103 uuid_create(struct uuid *uuid)
173 /* Stuff fields into the UUID struct */
174 format_uuid(uuid, data->state.clock, timestamp, system_node)
436 struct uuid uuid; local
475 struct uuid uuid; local
537 struct uuid uuid; local
601 struct uuid uuid; local
651 struct uuid uuid; local
    [all...]

Completed in 780 milliseconds

1 2 3