Searched refs:rsmc_errno (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | method.c | 452 int rsmc_errno = 0; in exec_method() local 467 rsmc_errno = restarter_set_method_context(mcp, &errf); in exec_method() 468 if (rsmc_errno != 0) { in exec_method() 472 if (rsmc_errno == -1) { in exec_method() 487 __FILE__, __LINE__, errf, rsmc_errno); in exec_method() 496 switch (rsmc_errno) { in exec_method() 517 __FILE__, __LINE__, rsmc_errno, errf); in exec_method() 526 switch (rsmc_errno) { in exec_method() 537 strerror(rsmc_errno), mcp->working_dir); in exec_method() 544 __FILE__, __LINE__, rsmc_errno, errf); in exec_method() [all …]
|