/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 in function:tcpcib_wdt_init 135 preload = (period * 33000000) >> 15; 136 preload--; 148 preload);
|
/src/sys/uvm/ |
uvm_physseg.c | 235 int preload; local in function:uvm_physseg_plug 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 in function:uvm_post_preload_check 634 * check to see if this is a "preload" (i.e. uvm_page_init hasn't bee [all...] |
/src/sys/dev/usb/ |
if_ural.c | 1822 uint16_t logcwmin, preload, tmp; local in function:ural_enable_tsf_sync 1831 preload = (ic->ic_opmode == IEEE80211_M_IBSS) ? 320 : 6; 1832 tmp = logcwmin << 12 | preload;
|
/src/sys/dev/ic/ |
rt2560.c | 2457 uint16_t logcwmin, preload; local in function:rt2560_enable_tsf_sync 2469 preload = (ic->ic_opmode == IEEE80211_M_STA) ? 384 : 1024; 2470 tmp = logcwmin << 16 | preload;
|
/src/sbin/ping/ |
ping.c | 188 static int preload; /* number of packets to "preload" */ variable in typeref:typename:int 340 errx(EXIT_FAILURE, "Bad/invalid preload value: " 345 "Too many preload packets: %ld", l); 347 preload = l; 459 if (preload > 0 && prog_getuid()) 471 npackets += preload; 727 for (i = 0; i < preload; i++) { 1987 " [-l preload] [-p pattern] [-s size] [-T ttl] [-t tos]"
|
/src/sbin/ping6/ |
ping6.c | 284 int ch, hold, preload, optval, ret_ga; local in function:main 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]"
|