Searched refs:p_First (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c1167 t_Error KgAllocClsPlanEntries(t_Handle h_FmPcd, uint16_t numOfClsPlanEntries, uint8_t guestId, uint8_t *p_First) argument
1211 *p_First = (uint8_t)(first*CLS_PLAN_NUM_PER_GRP);
H A Dfm_pcd.h660 t_Error KgAllocClsPlanEntries(t_Handle h_FmPcd, uint16_t numOfClsPlanEntries, uint8_t guestId, uint8_t *p_First);
/freebsd-11-stable/sys/contrib/ncsw/etc/
H A Dlist.c45 t_List *p_First = NCSW_LIST_FIRST(p_NewList); local
47 if (p_First != p_NewList)
52 NCSW_LIST_PREV(p_First) = p_Head;
53 NCSW_LIST_FIRST(p_Head) = p_First;

Completed in 122 milliseconds