Home
last modified time | relevance | path

Searched refs:p_First (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/etc/
H A Dncsw_list.c45 t_List *p_First = NCSW_LIST_FIRST(p_NewList); in NCSW_LIST_Append() local
47 if (p_First != p_NewList) in NCSW_LIST_Append()
52 NCSW_LIST_PREV(p_First) = p_Head; in NCSW_LIST_Append()
53 NCSW_LIST_FIRST(p_Head) = p_First; in NCSW_LIST_Append()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.h411 …cClsPlanEntries(t_Handle h_FmPcd, uint16_t numOfClsPlanEntries, uint8_t guestId, uint8_t *p_First);
H A Dfm_kg.c2236 …ocClsPlanEntries(t_Handle h_FmPcd, uint16_t numOfClsPlanEntries, uint8_t guestId, uint8_t *p_First) in KgAllocClsPlanEntries() argument
2274 *p_First = (uint8_t)(first * CLS_PLAN_NUM_PER_GRP); in KgAllocClsPlanEntries()