Home
last modified time | relevance | path

Searched refs:prefixp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c675 char *prefixp = NULL; in report_map() local
709 prefixp = strrchr(prefixt, '/'); in report_map()
711 (prefixp == NULL) ? prefixt : prefixp + 1, in report_map()
712 (prefixp == NULL) ? in report_map()
713 strlen(prefixt) + 1: strlen(prefixp) + 1); in report_map()
714 if (prefixp != NULL) in report_map()
715 prefixt[strlen(argdev) - strlen(prefixp) + 1] = '\0'; in report_map()
732 (prefixp == NULL) ? "null" : prefixp, in report_map()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.c70 _validate(RSTATUS *prs, PSTATUS *pps, PSTATUS *stop_pps, char **prefixp, in _validate() argument
117 if (prefixp) in _validate()
118 *prefixp = prs->request->destination; in _validate()
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_parse.c686 get_type(char **prefixp, char **typep, defkind dkind) in get_type() argument
690 *prefixp = NULL; in get_type()
699 *prefixp = tok.str; in get_type()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c2213 scf_snapshot_t *snap, uint_t *flags, char **prefixp) in libscf_get_startd_properties() argument
2293 if ((r = libscf_read_single_astring(h, prop, prefixp)) != 0) { in libscf_get_startd_properties()