Home
last modified time | relevance | path

Searched refs:DS_GET_FIRST_WINDOW (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/os/drivers/pcmcia/
H A Dds.h117 #define DS_GET_FIRST_WINDOW _IOR ('d', 19, win_info_t) macro
/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c275 ret = ioctl(fd, DS_GET_FIRST_WINDOW, &arg1); in print_windows()