HomeSort by: relevance | last modified time | path
    Searched refs:pot (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/amiga/dev/
ms.c 266 u_short pot, count; local in function:msintr
277 pot = custom.potgor;
279 pot >>= port == 0 ? 8 : 12; /* contains right and middle button */
281 mb = (pot & 4) / 4 + (pot & 1) * 2 + (pra & 1) * 4;
  /src/games/larn/
object.c 662 opotion(int pot)
676 quaffpotion(pot);
681 if (take(OPOTION, pot) == 0)
691 quaffpotion(int pot)
694 if (pot < 0 || pot >= MAXPOTION)
696 potionname[pot] = potionhide[pot];
697 switch (pot) {
  /src/common/lib/libprop/
prop_object.c 82 _prop_object_init(struct _prop_object *po, const struct _prop_object_type *pot)
85 po->po_type = pot;
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_gem_gtt.c 649 unsigned int pot; local in function:pot_hole
666 /* Insert a pair of pages across every pot boundary within the hole */
667 for (pot = fls64(hole_end - 1) - 1;
668 pot > ilog2(2 * I915_GTT_PAGE_SIZE);
669 pot--) {
670 u64 step = BIT_ULL(pot);
703 __func__, pot, fls64(hole_end - 1) - 1)) {
  /src/usr.bin/m4/TEST/
test.m4 167 become older and more weatherbeaten, pot-holes will develop, trees will
  /src/sys/dev/usb/
uaudio.c 2648 const union usb_audio_output_terminal *pot; local in function:uaudio_identify_ac
2736 pot = iot[i].d.ot;
2739 tml = uaudio_io_terminaltype(sc, UGETW(pot->v1.wTerminalType), iot, i);
2742 tml = uaudio_io_terminaltype(sc, UGETW(pot->v2.wTerminalType), iot, i);

Completed in 18 milliseconds