Lines Matching refs:NULL
50 for (; list != NULL; list = list->next) in WBT_PrintBTList()
90 WBT_InitContext(wbti_command_work, NULL, NULL); in WBT_InitParent()
115 WBT_InitContext(wbti_command_work, NULL, NULL); in WBT_InitChild()
139 wbti_command_work->system_cmd.callback = NULL; in WBT_End()
140 WBT_ResetContext(wbti_command_work, NULL); in WBT_End()
381 WBT_PostCommand(wbti_command_work, list, target, NULL); in WBT_RequestSync()
383 return (list != NULL); in WBT_RequestSync()
408 WBT_PostCommand(wbti_command_work, list, target, NULL); in WBT_GetBlockInfo()
410 return (list != NULL); in WBT_GetBlockInfo()
437 WBT_PostCommand(wbti_command_work, list, target, NULL); in WBT_GetBlock()
439 return (list != NULL); in WBT_GetBlock()
462 WBT_PostCommand(wbti_command_work, list, target, NULL); in WBT_PutUserData()
464 return (list != NULL); in WBT_PutUserData()