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

/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_migrate.c483 while ((srp = shp->sh_errors) != NULL) {
484 shp->sh_errors = srp->se_next;
500 for (sep = shp->sh_errors; sep != NULL; sep = sep->se_next) {
520 sep->se_next = shp->sh_errors;
521 shp->sh_errors = sep;
H A Dshadow_impl.h141 shadow_error_t *sh_errors; /* error list */ member in struct:shadow_handle
H A Dshadow_status.c189 for (i = 0, sep = shp->sh_errors; i < count; sep = sep->se_next, i++) {

Completed in 24 milliseconds