Lines Matching full:system
123 * attaches to kernel object system.
134 * detaches from kernel object system.
145 * is taken from kernel object system.
163 * have been taken from kernel object system.
182 * is put to kernel object system.
197 * This function will initialize system object management.
200 * in the system initialization.
231 * This function will initialize an object and add it to object system
236 * @param name the object name. In system, the object's name must be unique.
283 * This function will detach a static object from object system,
312 * This function will allocate an object from object system
315 * @param name the object name. In system, the object's name must be unique.
413 * This function will judge the object is system object or not.
414 * Normally, the system object is a static object and the type
419 * @return RT_TRUE if a system object, RT_FALSE for others.