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

  /system/core/adb/
services.c 49 stinfo *sti = x; local
50 sti->func(sti->fd, sti->cookie);
51 free(sti);
244 stinfo *sti; local
253 sti = malloc(sizeof(stinfo));
254 if(sti == 0) fatal("cannot allocate stinfo");
255 sti->func = func;
256 sti->cookie = cookie
    [all...]
  /external/kernel-headers/original/linux/
interrupt.h 182 static inline void __deprecated sti(void) function
366 * 2. sti();

Completed in 189 milliseconds