Home
last modified time | relevance | path

Searched refs:ERR_FORK (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_exec.c256 _z_program_error(ERR_FORK, strerror(errno)); in z_ExecCmdArray()
810 _z_program_error(ERR_FORK, strerror(errno)); in _z_zone_exec()
H A Dzones_strings.h128 #define ERR_FORK ILIBSTR("unable to create new process: %s") macro
H A Dzones.c2088 _z_program_error(ERR_FORK, strerror(errno)); in z_zone_exec()
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.h236 ERR_FORK, enumerator
H A Dcfga_utils.c111 {ERR_FORK, 0, 1, "failed to fork cleanup handler"},
H A Dcfga_ctl.c1334 cfga_err(errstring, errno, ERR_FORK, 0); in dev_hotplug()