Searched refs:plast (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/tools/tools/kdrv/
H A DKernelDriver180 set plast [expr [string length $path] -1];
181 if {[string index $path $plast] != "/"} {
190 set plast [expr [string length $path] -1];
191 if {[string index $path $plast] != "/"} {
978 set plast [expr [string length $kpath] -1];
979 if {[string index $kpath $plast] != "/"} {
/freebsd-11-stable/tools/tools/net80211/w00t/ap/
H A Dap.c75 struct timeval plast; member in struct:params
461 if (gettimeofday(&p->plast, NULL) == -1)
782 if (gettimeofday(&p->plast, NULL) == -1)
813 el = elapsed(&p->plast, &now);

Completed in 69 milliseconds