Searched refs:LIMIT (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_008_pos.ksh96 if (( tolerance > LIMIT )); then
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l259 <TSTATE>limit { return LIMIT; }
260 <CSTATE>limit { return LIMIT; }
H A Dzonecfg_grammar.y135 %token NAME MATCH PRIV LIMIT ACTION VALUE EQUAL OPEN_SQ_BRACKET CLOSE_SQ_BRACKET
147 MATCH ZONENAME ZONEPATH AUTOBOOT POOL LIMITPRIV BOOTARGS VALUE PRIV LIMIT
985 | LIMIT { $$ = PT_LIMIT; }
/illumos-gate/usr/src/uts/common/ipp/
H A Dippctl.c405 #define LIMIT 4 macro
445 * Allocate data buffer array (starting with length LIMIT, defined
449 ippctl_alloc(LIMIT);
455 #undef LIMIT macro
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y42 ** LIMIT clause of a SELECT statement.
45 int limit; /* The LIMIT value. -1 if there is no limit */
473 limit_opt(A) ::= LIMIT signed(X). {A.limit = X; A.offset = 0;}
474 limit_opt(A) ::= LIMIT signed(X) OFFSET signed(Y).
476 limit_opt(A) ::= LIMIT signed(X) COMMA signed(Y).

Completed in 69 milliseconds