HomeSort by: relevance | last modified time | path
    Searched refs:offline (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/usr.sbin/cpuctl/
t_cpuctl.sh 131 -o empty -x cpuctl offline -1
140 -o empty -x cpuctl offline $(( $ncpu + 1 ))
182 # offline
184 atf_test_case offline cleanup
188 atf_set "descr" "Test setting CPUs offline"
199 setcpu "offline" atf_fail "error in setting a CPU offline"
202 # set offline, as noted in the cpuctl(8) manual page.
204 cpuctl offline 0 >/dev/null 2>&1
219 atf_set "descr" "Test setting CPUs offline as a user
    [all...]
  /src/etc/rc.d/
smtoff 75 cpuctl offline "$i"
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-inline-analysis.cc 436 /* Return estimated savings for eliminating offline copy of NODE by inlining
485 check_callers (cgraph_node *node, int *growth, int *n, int offline,
514 if (*growth > offline)
521 offline, min_size, known_edge))
541 int offline = offline_size (node, s); local
542 if (offline <= 0 && known_edge && edge_growth > 0)
570 if (min_growth > offline)
578 &min_growth, &n, offline, min_size, known_edge))
581 struct growth_data d = { node, false, false, 0, offline };
586 return (d.growth > offline);
    [all...]
  /src/usr.bin/patch/
inp.c 480 LINENUM offline = line % lines_per_buf; local
481 LINENUM baseline = line - offline;
497 return tibuf[whichbuf] + (tireclen * offline);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
thread-tracker.c 91 NETWORK_STATE_TO_STRING(offline);
  /src/external/bsd/unbound/dist/services/
authzone.h 491 * @param env: environment for offline verification.
770 * @param offline: if true, there is no spawned lookup when online is needed.
776 struct module_stack* mods, char** result, int offline,
authzone.c 1749 /** offline verify for zonemd, while reading a zone file to immediately
8495 struct module_stack* mods, char** result, int offline, int only_online)
8541 if(offline)

Completed in 63 milliseconds