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

  /src/sys/kern/
kern_softint.c 212 } softhand_t; typedef in typeref:struct:softhand
217 softhand_t sc_hand[1];
301 softhand_t *sh, *shmax;
309 sizeof(softhand_t);
358 softhand_t *sh;
432 softhand_t *sh;
445 sh = (softhand_t *)((uint8_t *)sc + offset);
467 sh = (softhand_t *)((uint8_t *)sc + offset);
484 softhand_t *sh;
503 sh = (softhand_t *)((uint8_t *)curcpu()->ci_data.cpu_softcpu + offset)
    [all...]
kern_softint.c 212 } softhand_t; typedef in typeref:struct:softhand
217 softhand_t sc_hand[1];
301 softhand_t *sh, *shmax;
309 sizeof(softhand_t);
358 softhand_t *sh;
432 softhand_t *sh;
445 sh = (softhand_t *)((uint8_t *)sc + offset);
467 sh = (softhand_t *)((uint8_t *)sc + offset);
484 softhand_t *sh;
503 sh = (softhand_t *)((uint8_t *)curcpu()->ci_data.cpu_softcpu + offset)
    [all...]
kern_softint.c 212 } softhand_t; typedef in typeref:struct:softhand
217 softhand_t sc_hand[1];
301 softhand_t *sh, *shmax;
309 sizeof(softhand_t);
358 softhand_t *sh;
432 softhand_t *sh;
445 sh = (softhand_t *)((uint8_t *)sc + offset);
467 sh = (softhand_t *)((uint8_t *)sc + offset);
484 softhand_t *sh;
503 sh = (softhand_t *)((uint8_t *)curcpu()->ci_data.cpu_softcpu + offset)
    [all...]

Completed in 129 milliseconds