HomeSort by: relevance | last modified time | path
    Searched defs:oslot (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/x86/x86/
intr.c 1666 int oslot, nslot; local
1672 for (oslot = 0; oslot < MAX_INTR_SOURCES; oslot++) {
1673 if ((isp = oci->ci_isources[oslot]) == NULL) {
1680 if (oslot == MAX_INTR_SOURCES) {
1745 (void *)(uintptr_t)oslot, NULL, oci);
  /src/sys/kern/
vfs_subr.c 115 "int"/*oslot*/,
127 "int"/*oslot*/,
844 int vdelay, oslot, nslot, delayx; local
865 oslot = mp->mnt_synclist_slot;
869 mp, vdelay, oslot, nslot);
922 oslot = vi->vi_synclist_slot;
927 vp, delayx, oslot, nslot);
  /src/external/gpl3/gcc/dist/gcc/
var-tracking.cc 3675 variable **oslot; local
3676 oslot = shared_hash_find_slot_noinsert (set->vars, odv);
3678 set_slot_part (set, val, oslot, odv, 0,
  /src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc 3685 variable **oslot; local
3686 oslot = shared_hash_find_slot_noinsert (set->vars, odv);
3688 set_slot_part (set, val, oslot, odv, 0,

Completed in 39 milliseconds