Lines Matching full:system
52 pico_System *system);
55 /* System initialization and termination functions ****************************/
69 /* System and lingware inspection functions ***********************************/
89 pico_System system,
93 if (NULL == system) {
108 pico_System system,
113 if (NULL == system) {
123 pico_System system,
127 if (NULL == system) {
162 pico_System system,
171 if (!is_valid_system_handle(system)) {
176 picoos_Common common = pico_sysGetCommon(system);