Searched refs:fmtopo_exit (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 1214 fmtopo_exit(topo_hdl_t *thp, char *uuid, int err) in fmtopo_exit() function 1310 return (fmtopo_exit(thp, uuid, FMTOPO_EXIT_ERROR)); in main() 1319 return (fmtopo_exit(thp, uuid, FMTOPO_EXIT_ERROR)); in main() 1333 return (fmtopo_exit(thp, uuid, FMTOPO_EXIT_USAGE)); in main() 1340 return (fmtopo_exit(thp, uuid, FMTOPO_EXIT_USAGE)); in main() 1349 return (fmtopo_exit(thp, uuid, err ? FMTOPO_EXIT_ERROR : in main() 1359 return (fmtopo_exit(thp, uuid, FMTOPO_EXIT_USAGE)); in main() 1364 return (fmtopo_exit(thp, uuid, FMTOPO_EXIT_SUCCESS)); in main() 1374 return (fmtopo_exit(thp, uuid, FMTOPO_EXIT_ERROR)); in main() 1377 return (fmtopo_exit(thp, uuid, FMTOPO_EXIT_SUCCESS)); in main()
|