Home
last modified time | relevance | path

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

/NextBSD/lib/libasl/
HDasl_core.h49 #define ASL_STATUS_NO_RECORDS 14 macro
HDasl_file.c1742 if (s->cursor == s->first) return ASL_STATUS_NO_RECORDS; in asl_file_read_set_position()
1743 if (s->cursor == 0) return ASL_STATUS_NO_RECORDS; in asl_file_read_set_position()
1754 if (s->cursor == s->last) return ASL_STATUS_NO_RECORDS; in asl_file_read_set_position()
1755 if (s->cursor == 0) return ASL_STATUS_NO_RECORDS; in asl_file_read_set_position()
1777 if (s->cursor == 0) return ASL_STATUS_NO_RECORDS; in asl_file_read_set_position()
1894 if (s->cursor == 0) return ASL_STATUS_NO_RECORDS; in asl_file_match_next()
1911 if ((status == ASL_STATUS_INVALID_ARG) && (s->cursor == 0)) return ASL_STATUS_NO_RECORDS; in asl_file_match_next()
HDasl_core.c197 case ASL_STATUS_NO_RECORDS: return "No More Records"; in asl_core_error()