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

  /src/external/bsd/flex/dist/src/
parse.y 121 goal : initlex sect1 sect1end sect2 initforrule label
  /src/external/bsd/byacc/dist/
mkpar.c 185 int goal = ritem[1]; local
191 if (accessing_symbol[final_state] == goal)
reader.c 85 static bucket *goal; variable
1783 if (bp == goal)
2043 if (goal && goal != bp)
2045 goal = bp;
2675 if (goal == NULL)
2679 goal = bp;
3669 if (goal->args > 0)
3670 start_requires_args(goal->name);
3724 if (goal->class == UNKNOWN
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/ksr/
tests_ksr.py 163 goal = "hidden" variable
169 goal = "omnipresent" variable
216 assert f"GoalState: {goal}" in metadata
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-settime.c 90 fprintf(stderr, " -g state: set the goal state for this key\n");
211 dst_key_state_t goal = DST_KEY_STATE_NA; local
329 goal = strtokeystate(isc_commandline_argument);
330 if (goal != DST_KEY_STATE_NA &&
331 goal != DST_KEY_STATE_HIDDEN &&
332 goal != DST_KEY_STATE_OMNIPRESENT)
848 if (goal == DST_KEY_STATE_NA) {
851 dst_key_setstate(key, DST_KEY_GOAL, goal);
  /src/libexec/lfs_cleanerd/
lfs_cleanerd.c 1091 off_t goal; local
1133 /* Set attainable goal */
1134 goal = lfs_sb_getssize(fs) * atatime;
1135 if (goal > (cip->clean - 1) * lfs_sb_getssize(fs) / 2)
1136 goal = MAX((cip->clean - 1) * lfs_sb_getssize(fs),
1139 dlog("%s: cleaning with goal %" PRId64
1141 lfs_sb_getfsmnt(fs), goal, cip->clean, npos);
1142 syslog(LOG_INFO, "%s: cleaning with goal %" PRId64
1144 lfs_sb_getfsmnt(fs), goal, cip->clean, npos);
1146 for (i = 0; i < lfs_sb_getnseg(fs) && totbytes < goal; i++)
    [all...]
  /src/sys/dist/pf/net/
pf_norm.c 248 int goal; local
250 goal = pf_nfrents * 9 / 10;
252 pf_nfrents - goal));
253 while (goal < pf_nfrents) {
261 goal = pf_ncache * 9 / 10;
263 pf_ncache - goal));
264 while (goal < pf_ncache) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
keymgr.c 503 dst_key_state_t goal; local
505 if (dst_key_getstate(key->key, DST_KEY_GOAL, &goal) != ISC_R_SUCCESS) {
506 /* No goal? No movement. */
510 if (goal == HIDDEN) {
521 } else if (goal == OMNIPRESENT) {
534 /* Unknown goal. */
1633 /* Set goal if not already set. */
1886 /* Don't purge keys with goal OMNIPRESENT */
2377 dst_key_state_t state = NA, goal = NA; local
2393 (void)dst_key_getstate(key, DST_KEY_GOAL, &goal);
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
keymgr.c 604 dst_key_state_t goal; local
606 if (dst_key_getstate(key->key, DST_KEY_GOAL, &goal) != ISC_R_SUCCESS) {
607 /* No goal? No movement. */
611 if (goal == HIDDEN) {
622 } else if (goal == OMNIPRESENT) {
635 /* Unknown goal. */
1786 /* Set goal if not already set. */
2087 /* Don't purge keys with goal OMNIPRESENT */
2620 dst_key_state_t state = NA, goal = NA; local
2636 (void)dst_key_getstate(key, DST_KEY_GOAL, &goal);
    [all...]
  /src/external/bsd/jemalloc/dist/src/
jemalloc.c 2010 fxp_t goal = fxp_mul(fxp_ncpus, opt_narenas_ratio); local
2011 uint32_t int_goal = fxp_round_nearest(goal);
  /src/external/gpl2/texinfo/dist/info/
session.c 201 goal column for this window. */
608 int goal;
613 goal = window_get_goal_column (window);
614 window->goal_column = goal;
617 window->point += window_chars_to_goal (window->line_starts[new], goal);
607 int goal; local
  /src/sys/dev/ic/
aic79xxvar.h 599 SCB_AUTO_NEGOTIATE = 0x00040,/* Negotiate to achieve goal. */
755 #define AHD_TRANS_GOAL 0x04 /* Modify negotiation goal */
777 * Per-initiator current, goal and user transfer negotiation information. */
780 struct ahd_transinfo goal; member in struct:ahd_initiator_tinfo
1444 * even if our goal and current transport parameters are identical.
1447 AHD_NEG_TO_GOAL, /* Renegotiate only if goal and curr differ. */
1448 AHD_NEG_IF_NON_ASYNC, /* Renegotiate so long as goal is non-async. */
1449 AHD_NEG_ALWAYS /* Renegotiate even if goal is async. */
aic7xxxvar.h 653 SCB_AUTO_NEGOTIATE = 0x0040,/* Negotiate to achieve goal. */
806 #define AHC_TRANS_GOAL 0x04 /* Modify negotiation goal */
827 * Per-initiator current, goal and user transfer negotiation information. */
831 struct ahc_transinfo goal; member in struct:ahc_initiator_tinfo
1337 * even if our goal and current transport parameters are identical.
1340 AHC_NEG_TO_GOAL, /* Renegotiate only if goal and curr differ. */
1341 AHC_NEG_IF_NON_ASYNC, /* Renegotiate so long as goal is non-async. */
1342 AHC_NEG_ALWAYS /* Renegotiate even if goal is async. */

Completed in 51 milliseconds