Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c451 int rsmc_errno = 0; in exec_method() local
467 if (rsmc_errno != 0) { in exec_method()
471 if (rsmc_errno == -1) { in exec_method()
486 __FILE__, __LINE__, errf, rsmc_errno); in exec_method()
495 switch (rsmc_errno) { in exec_method()
516 __FILE__, __LINE__, rsmc_errno, errf); in exec_method()
525 switch (rsmc_errno) { in exec_method()
552 errno = rsmc_errno; in exec_method()
555 switch (rsmc_errno) { in exec_method()
570 switch (rsmc_errno) { in exec_method()
[all …]