OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ups
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/rup/
rup.c
232
unsigned
ups
= 0, upm = 0, uph = 0, upd = 0;
local in function:print_rup_data
249
ups
=host_stat->curtime.tv_sec;
250
upd=
ups
/ (3600 * 24);
251
ups
-=upd * 3600 * 24;
252
uph=
ups
/ 3600;
253
ups
-=uph * 3600;
254
upm=
ups
/ 60;
269
else if (
ups
< 60)
271
"%2u secs ",
ups
);
/src/sys/dev/pci/cxgb/
cxgb_sge.c
228
u_int ctrl,
ups
;
local in function:t3_sge_init
230
ups
= 0; /* = ffs(pci_resource_len(adap->pdev, 2) >> 12); */
235
V_USERSPACESIZE(
ups
?
ups
- 1 : 0) | F_ISCSICOALESCING;
/src/sys/arch/arm/arm32/
pmap.c
8175
for (uvm_physseg_t
ups
= uvm_physseg_get_first();
local in function:pmap_boot_pagealloc
8176
uvm_physseg_valid_p(
ups
);
8177
ups
= uvm_physseg_get_next(
ups
)) {
8179
paddr_t spn = uvm_physseg_get_start(
ups
);
8180
paddr_t epn = uvm_physseg_get_end(
ups
);
Completed in 19 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025