Home
last modified time | relevance | path

Searched refs:minorn (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c591 int minorn = (int)(uintptr_t)firstv; in tclvm_remove_tll() local
592 int minormax = minorn + numv; in tclvm_remove_tll()
596 while (minorn < minormax) { in tclvm_remove_tll()
597 tcl = tcl_slots[minorn - 1]; in tclvm_remove_tll()
613 minorn++; in tclvm_remove_tll()
1754 int minorn = (int)(uintptr_t)firstv; in tclvm_backenable() local
1755 int minormax = minorn + numv; in tclvm_backenable()
1759 while (minorn < minormax) { in tclvm_backenable()
1760 tcl = tcl_slots[minorn - 1]; in tclvm_backenable()
1766 minorn++; in tclvm_backenable()
[all …]