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

  /src/usr.bin/find/
find.c 63 * process the command line and create a "plan" corresponding to the
66 PLAN *
69 PLAN *plan, *tail, *new; local
73 * it is, create the appropriate node type and add the new plan node
74 * to the end of the existing plan. The resulting plan is a linked
75 * list of plan nodes. For example, the string:
79 * results in the plan:
83 * in this diagram, `[-name foo]' represents the plan node generate
    [all...]
  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211_scan.c 463 struct nlattr *plan = nla_nest_start(msg, i + 1); local
465 if (!plan)
472 "nl80211: sched scan plan no. %u: Invalid interval: %u",
484 "nl80211: sched scan plan no. %u: Invalid number of iterations: %u",
494 nla_nest_end(msg, plan);
498 * except the last plan, which will run infinitely. So if the
500 * last scan plan.

Completed in 27 milliseconds