Searched refs:E_NO_ERROR (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.c445 conf_err_t rv = E_NO_ERROR;
454 while (indrp != NULL && rv == E_NO_ERROR) {
496 conf_err_t rv = E_NO_ERROR;
506 while (indp != NULL && rv == E_NO_ERROR) {
549 conf_err_t rv = E_NO_ERROR;
558 while (indrp != NULL && rv == E_NO_ERROR) {
585 conf_err_t rv = E_NO_ERROR;
608 while (indrp != NULL && rv == E_NO_ERROR) {
610 while (alp != NULL && rv == E_NO_ERROR) {
666 return (E_NO_ERROR);
[all...]
H A Dtopo_gather.c418 != E_NO_ERROR) {
446 if (!failed && (err = check_indactions(indactp)) != E_NO_ERROR) {
579 (conferr = check_inds(indp)) != E_NO_ERROR) {
619 != E_NO_ERROR ||
621 (ind_action_t **)&ptr)) != E_NO_ERROR)) {
H A Ddiskmon_conf.h76 E_NO_ERROR = 0, enumerator in enum:conf_err_e

Completed in 47 milliseconds