Searched defs:i64 (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libidmap/common/ |
H A D | idmap_api.c | 2332 int64_t i64; local 2334 if (idmap_trace_get_int(entry, fromto, IDMAP_TRACE_TYPE, &i64)) { 2335 switch (i64) { 2358 (void) fprintf(out, gettext("bad %d "), (int)i64); 2369 if (idmap_trace_get_int(entry, fromto, IDMAP_TRACE_UNIXID, &i64)) 2370 (void) fprintf(out, "%u ", (uid_t)i64); 2377 int64_t i64; local 2383 if (idmap_trace_get_int(entry, IDMAP_TRACE_ERROR, NULL, &i64)) 2384 (void) fprintf(out, gettext("Error %d "), (int)i64);
|
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_xml.c | 594 int64_t i64, *i64arr; local 609 e = nvlist_lookup_int64(pfmri, INV_PVAL, &i64); 660 e = topo_prop_set_int64(ptn, gnm, pnm, flag, i64, &err);
|
Completed in 24 milliseconds