Lines Matching refs:pp
1394 WBTCommandList **pp; in WBT_PostCommand() local
1395 for (pp = &work->command; *pp; pp = &(*pp)->next) in WBT_PostCommand()
1398 *pp = list; in WBT_PostCommand()
1582 WBTBlockInfoList **pp; in WBT_RegisterBlockInfo() local
1583 for (pp = &work->list; *pp; pp = &((*pp)->next)) in WBT_RegisterBlockInfo()
1586 *pp = list; in WBT_RegisterBlockInfo()
1615 WBTBlockInfoList **pp; in WBT_UnregisterBlockInfo() local
1616 for (pp = &work->list; *pp; pp = &(*pp)->next) in WBT_UnregisterBlockInfo()
1618 if ((*pp)->data_info.id == id) in WBT_UnregisterBlockInfo()
1620 retval = *pp; in WBT_UnregisterBlockInfo()
1621 *pp = (*pp)->next; in WBT_UnregisterBlockInfo()