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

  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.c 135 int timerfd_settime(int ufc, int flags, const struct itimerspec *utmr,
138 return syscall(__NR_timerfd_settime, ufc, flags, utmr, otmr);
141 int timerfd_gettime(int ufc, struct itimerspec *otmr)
143 return syscall(__NR_timerfd_gettime, ufc, otmr);
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
RxQueue.c 751 TI_UINT16 ufc; local
761 COPY_WLAN_WORD(&ufc, &pHdr->fc); /* copy with endianess handling. */
764 switch ((dot11_Fc_Sub_Type_e)(ufc & DOT11_FC_SUB_MASK))
    [all...]

Completed in 1843 milliseconds