HomeSort by: relevance | last modified time | path
    Searched defs:skipfirst (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/lfs/
ulfs_quota2.c 943 int skipfirst; /* if true skip first key/value */ member in struct:q2cursor_state
1032 state->skipfirst = 1;
1035 state->skipfirst = 0;
1039 state->skipfirst = 0;
1066 * of skipfirst. (skiplast does not need to be explicitly tested)
1074 if (!state->skipfirst || state->numkeys > 0) {
  /src/sys/ufs/ufs/
ufs_quota2.c 947 int skipfirst; /* if true skip first key/value */ member in struct:q2cursor_state
1036 state->skipfirst = 1;
1039 state->skipfirst = 0;
1043 state->skipfirst = 0;
1070 * of skipfirst. (skiplast does not need to be explicitly tested)
1078 if (!state->skipfirst || state->numkeys > 0) {

Completed in 32 milliseconds