HomeSort by relevance Sort by last modified time
    Searched full:p_root (Results 1 - 1 of 1) sorted by null

  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
console.c 857 Parameters: p_root - root directory handle (might be NULL)
869 ConEntry_t *p_root = (ConEntry_t *)hRoot; local
873 if (!p_root)
874 p_root = pConsole->p_mon_root;
876 if(!( p_root && (p_root->sel == Dir)))
887 Console_chooseAlias( p_root, p_dir );
890 p_dir->u.dir.upper = p_root;
891 p_e = &(p_root->u.dir.first);

Completed in 45 milliseconds