Searched defs:fromto (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/eqn/
H A Dfromto.c20 fromto(int p1, int p2, int p3) function
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.c593 trace_id(nvlist_t *entry, char *fromto, idmap_id *id, char *name, char *domain) argument
595 trace_int(entry, fromto, IDMAP_TRACE_TYPE, (int64_t)id->idtype);
604 trace_str(entry, fromto, IDMAP_TRACE_NAME, str);
609 trace_sid(entry, fromto, IDMAP_TRACE_SID,
614 trace_str(entry, fromto, IDMAP_TRACE_NAME, name);
616 trace_int(entry, fromto, IDMAP_TRACE_UNIXID,
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y706 | fromto
740 fromto: from srcobject to dstobject { yyexpectaddr = 0; yycont = NULL; } label
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_api.c2333 idmap_trace_print_id(FILE *out, nvlist_t *entry, char *fromto) argument
2338 if (idmap_trace_get_int(entry, fromto, IDMAP_TRACE_TYPE, &i64)) {
2367 if (idmap_trace_get_str(entry, fromto, IDMAP_TRACE_NAME, &s))
2370 if (idmap_trace_get_str(entry, fromto, IDMAP_TRACE_SID, &s))
2373 if (idmap_trace_get_int(entry, fromto, IDMAP_TRACE_UNIXID, &i64))

Completed in 66 milliseconds