HomeSort by relevance Sort by last modified time
    Searched defs:sti (Results 1 - 3 of 3) sorted by null

  /system/core/adb/
services.c 50 stinfo *sti = x; local
51 sti->func(sti->fd, sti->cookie);
52 free(sti);
242 stinfo *sti; local
251 sti = malloc(sizeof(stinfo));
252 if(sti == 0) fatal("cannot allocate stinfo");
253 sti->func = func;
254 sti->cookie = cookie
385 stinfo *sti; local
    [all...]
  /external/kernel-headers/original/linux/
interrupt.h 182 static inline void __deprecated sti(void) function
366 * 2. sti();
  /external/qemu-pc-bios/bochs/bios/
rombios.c 2921 sti ;; enable higher priority interrupts local
3072 sti ;; enable higher priority interrupts local
3224 sti ;; enable higher priority interrupts local
4491 sti local
6455 sti ;; enable higher priority interrupts local
6595 sti ;; enable higher priority interrupts local
    [all...]

Completed in 122 milliseconds