OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:preload
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/x86/pci/
tcpcib.c
48
#define E600_WDT_PV1 0x00 /*
Preload
Value 1 Register */
49
#define E600_WDT_PV2 0x04 /*
Preload
Value 2 Register */
132
uint32_t
preload
;
local
135
preload
= (period * 33000000) >> 15;
136
preload
--;
148
preload
);
/src/sys/uvm/
uvm_physseg.c
235
int
preload
;
local
279
* check to see if this is a "
preload
" (i.e. uvm_page_init hasn't been
283
preload
= 1; /* We are going to assume it is a
preload
*/
286
/* If there are non NULL pages then we are not in a
preload
*/
288
preload
= 0;
303
if (!
preload
) {
360
if (__predict_true(!
preload
))
631
int
preload
, lcv;
local
634
* check to see if this is a "
preload
" (i.e. uvm_page_init hasn't bee
[
all
...]
/src/sys/dev/ic/
rt2560.c
2457
uint16_t logcwmin,
preload
;
local
2469
preload
= (ic->ic_opmode == IEEE80211_M_STA) ? 384 : 1024;
2470
tmp = logcwmin << 16 |
preload
;
/src/sys/dev/usb/
if_ural.c
1822
uint16_t logcwmin,
preload
, tmp;
local
1831
preload
= (ic->ic_opmode == IEEE80211_M_IBSS) ? 320 : 6;
1832
tmp = logcwmin << 12 |
preload
;
/src/sbin/ping/
ping.c
189
static int
preload
; /* number of packets to "
preload
" */
variable
341
errx(EXIT_FAILURE, "Bad/invalid
preload
value: "
346
"Too many
preload
packets: %ld", l);
348
preload
= l;
460
if (
preload
> 0 && prog_getuid())
472
npackets +=
preload
;
728
for (i = 0; i <
preload
; i++) {
1988
" [-l
preload
] [-p pattern] [-s size] [-T ttl] [-t tos]"
/src/sbin/ping6/
ping6.c
284
int ch, hold,
preload
, optval, ret_ga;
local
305
preload
= 0;
446
errx(1, "Must be superuser to
preload
");
450
errx(1, "illegal
preload
value -- %s", optarg);
454
"Too many
preload
packets: %ld", l);
456
preload
= l;
889
while (
preload
--) /* Fire off them quickies. */
2527
"\t[-i wait] [-l
preload
]"
Completed in 38 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026