/openbmc/linux/include/uapi/asm-generic/ |
H A D | termios.h | 15 struct winsize { struct 16 unsigned short ws_row; 17 unsigned short ws_col; 18 unsigned short ws_xpixel; 19 unsigned short ws_ypixel;
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | termios.h | 36 struct winsize { struct 37 unsigned short ws_row; 38 unsigned short ws_col; 39 unsigned short ws_xpixel; 40 unsigned short ws_ypixel;
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | termios.h | 34 struct winsize { struct 35 unsigned short ws_row; 36 unsigned short ws_col; 37 unsigned short ws_xpixel; 38 unsigned short ws_ypixel;
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | termios.h | 46 struct winsize { struct 47 unsigned short ws_row; 48 unsigned short ws_col; 49 unsigned short ws_xpixel; 50 unsigned short ws_ypixel;
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | termios.h | 46 struct winsize { struct 47 unsigned short ws_row; 48 unsigned short ws_col; 49 unsigned short ws_xpixel; 50 unsigned short ws_ypixel;
|
/openbmc/qemu/ui/ |
H A D | curses.c | 155 struct winsize { in curses_winch_check() struct 156 unsigned short ws_row; in curses_winch_check() 157 unsigned short ws_col; in curses_winch_check() 158 unsigned short ws_xpixel; /* unused */ in curses_winch_check() 159 unsigned short ws_ypixel; /* unused */ in curses_winch_check()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_tsol.c | 333 struct winsize winsize; in set_terminal_size() local 348 struct winsize winsize; in print_tsol_usage() local
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | process_64.c | 489 int winsize = sizeof(struct reg_window); in synchronize_user_stack() local 529 int winsize = sizeof(struct reg_window); in fault_in_user_windows() local
|
/openbmc/linux/net/rxrpc/ |
H A D | call_event.c | 291 unsigned int winsize = min_t(unsigned int, call->tx_winsize, in rxrpc_tx_window_has_space() local
|
/openbmc/linux/tools/perf/util/ |
H A D | top.h | 46 struct winsize winsize; member
|
/openbmc/linux/drivers/pci/controller/cadence/ |
H A D | pcie-cadence-host.c | 314 u64 cpu_addr, pci_addr, size, winsize; in cdns_pcie_host_bar_config() local
|
/openbmc/linux/drivers/net/wan/ |
H A D | c101.c | 93 #define winsize(card) (C101_WINDOW_SIZE) macro
|
H A D | n2.c | 133 #define winsize(card) (USE_WINDOWSIZE) macro
|
/openbmc/linux/sound/soc/codecs/ |
H A D | es8326.c | 56 static const char *const winsize[] = { variable
|
/openbmc/linux/include/linux/ |
H A D | tty.h | 214 struct winsize winsize; member
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mcu.h | 357 __le16 winsize; member
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76_connac_mcu.h | 333 __le16 winsize; member
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 89 #define winsize host_winsize macro
|