Home
last modified time | relevance | path

Searched refs:DM_GET_CHILD (Results 1 – 7 of 7) sorted by relevance

/haiku/headers/private/system/
H A Ddevice_manager_defs.h16 #define DM_GET_CHILD 2 macro
/haiku/src/tests/system/kernel/device_manager/
H A Dconfig_driver.h10 #define DM_GET_CHILD 'GCHI' macro
H A Ddm_wrapper.c33 params.magic = DM_GET_CHILD; in get_child()
H A Dconfig.c86 case DM_GET_CHILD: in config_ioctl()
/haiku/src/bin/listdev/
H A Ddm_wrapper.c46 return _kern_generic_syscall(DEVICE_MANAGER_SYSCALLS, DM_GET_CHILD, in get_child()
/haiku/src/apps/devices/
H A Ddm_wrapper.c51 return _kern_generic_syscall(DEVICE_MANAGER_SYSCALLS, DM_GET_CHILD, device, in get_child()
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp362 case DM_GET_CHILD: in control_device_manager()