Home | Sort by: relevance | last modified time | path |
/src/sys/dev/fdt/ | |
fdt_memory.c | 128 uint64_t lstart = 0, lend = 0; local in function:fdt_memory_remove_reserved 140 if (lstart <= addr && addr <= lend) { 141 size -= (lend - addr); 142 addr = lend; 158 lend = addr + size; |
/src/usr.bin/fsplit/ | |
fsplit.c | 96 static int lend(void); 165 if (lend()) { 297 lend(void) function in typeref:typename:int |
/src/usr.sbin/trpt/ | |
trpt.c | 213 size_t lend = sizeof(tcp_debug); local in function:main 218 if (sysctlbyname("net.inet.tcp.debug", &tcp_debug, &lend, |