Searched refs:_pad (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11.0-release/contrib/ncurses/ncurses/widechar/
H A Dlib_pecho_wchar.c49 prefresh(pad, pad->_pad._pad_y,
50 pad->_pad._pad_x,
51 pad->_pad._pad_top,
52 pad->_pad._pad_left,
53 pad->_pad._pad_bottom,
54 pad->_pad._pad_right);
/freebsd-11.0-release/sys/xen/interface/
H A Dkexec.h177 uint64_t _pad; member in union:xen_kexec_segment::__anon13559
208 uint8_t _pad; member in struct:xen_kexec_load
213 uint64_t _pad; member in union:xen_kexec_load::__anon13560
H A Dvm_event.h159 uint32_t _pad; member in struct:vm_event_regs_x86
189 uint32_t _pad; member in struct:vm_event_mem_access
194 uint32_t _pad; member in struct:vm_event_write_ctrlreg
220 uint32_t _pad; member in struct:vm_event_sharing
235 uint16_t _pad[3]; member in struct:vm_event_st
H A Devent_channel.h292 uint8_t _pad[7]; member in struct:evtchn_init_control
/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A Dlib_pad.c192 if (win->_pad._pad_y >= 0) {
193 displaced = pminrow - win->_pad._pad_y
194 - (sminrow - win->_pad._pad_top);
312 win->_pad._pad_y = (NCURSES_SIZE_T) pminrow;
313 win->_pad._pad_x = (NCURSES_SIZE_T) pmincol;
314 win->_pad._pad_top = (NCURSES_SIZE_T) sminrow;
315 win->_pad._pad_left = (NCURSES_SIZE_T) smincol;
316 win->_pad._pad_bottom = (NCURSES_SIZE_T) smaxrow;
317 win->_pad._pad_right = (NCURSES_SIZE_T) smaxcol;
334 prefresh(pad, pad->_pad
[all...]
H A Dlib_newwin.c325 win->_pad._pad_y = -1;
326 win->_pad._pad_x = -1;
327 win->_pad._pad_top = -1;
328 win->_pad._pad_bottom = -1;
329 win->_pad._pad_left = -1;
330 win->_pad._pad_right = -1;
H A Dlib_screen.c112 nwin->_pad = tmp._pad;
H A Dlib_window.c240 nwin->_pad = win->_pad;
/freebsd-11.0-release/sys/net/
H A Dif_pfsync.h102 u_int8_t _pad; member in struct:pfsync_header
113 u_int8_t _pad; member in struct:pfsync_subheader
152 u_int8_t _pad[3]; member in struct:pfsync_upd_c
189 u_int8_t _pad[3]; member in struct:pfsync_bus
203 u_int8_t _pad[2]; member in struct:pfsync_tdb
/freebsd-11.0-release/sys/sys/
H A Dprocfs.h85 u_int _pad; /* Convenience pad, 0-filled (1) */ member in struct:thrmisc
111 uint32_t _pad; member in struct:thrmisc32
/freebsd-11.0-release/sys/net/altq/
H A Daltq.h114 u_int8_t _pad[28]; /* make the size equal to member in struct:flowinfo_in
143 u_int8_t _pad[3]; member in struct:flow_filter::__anon12234
156 u_int8_t _pad[3]; member in struct:flow_filter6::__anon12235
/freebsd-11.0-release/sys/compat/linux/
H A Dlinux_timer.h96 l_int _pad[LINUX_SIGEV_PAD_SIZE]; member in union:l_sigevent::__anon7902
/freebsd-11.0-release/sys/netinet/
H A Dtcp_var.h83 uint64_t _pad[1]; /* TBD */ member in struct:sackhint
284 uint64_t _pad[0]; /* all used! */ member in struct:tcpcb
286 uint64_t _pad[2]; /* 2 are available */ member in struct:tcpcb
289 uint64_t _pad[6]; member in struct:tcpcb
602 uint64_t _pad[12]; /* 6 UTO, 6 TBD */ member in struct:tcpstat
H A Dip_fw.h400 u_int8_t _pad; member in struct:_ipfw_insn_limit
618 uint8_t _pad; /* padding */ member in struct:ip_fw
/freebsd-11.0-release/lib/libthr/thread/
H A Dthr_rtld.c57 char _pad[CACHE_LINE_SIZE - sizeof(struct urwlock)]; member in struct:rtld_lock
/freebsd-11.0-release/sys/i386/linux/
H A Dlinux.h322 l_int _pad[LINUX_SI_PAD_SIZE]; member in union:l_siginfo::__anon12082
332 char _pad[sizeof(l_uid_t) - sizeof(l_int)]; member in struct:l_siginfo::__anon12082::__anon12084
/freebsd-11.0-release/sys/amd64/linux/
H A Dlinux.h271 l_int _pad[LINUX_SI_PAD_SIZE]; member in union:l_siginfo::__anon7123
281 char _pad[sizeof(l_uid_t) - sizeof(int)]; member in struct:l_siginfo::__anon7123::__anon7125
/freebsd-11.0-release/lib/libstand/
H A Dbootparam.c119 u_int16_t _pad; member in struct:repl
/freebsd-11.0-release/sys/amd64/linux32/
H A Dlinux.h345 l_int _pad[LINUX_SI_PAD_SIZE]; member in union:l_siginfo::__anon7138
355 char _pad[sizeof(l_uid_t) - sizeof(l_int)]; member in struct:l_siginfo::__anon7138::__anon7140
/freebsd-11.0-release/include/
H A Dresolv.h179 u_int _pad; /*%< make _u 64 bit aligned */ member in struct:__res_state
/freebsd-11.0-release/usr.bin/mkimg/
H A Dqcow.c65 uint16_t _pad; member in struct:qcow_header::__anon13802::__anon13803
/freebsd-11.0-release/usr.bin/gcore/
H A Delfcore.c635 memset(&thrmisc->_pad, 0, sizeof(thrmisc->_pad));
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw_private.h478 uint8_t _pad; /* padding */ member in struct:ip_fw_rule0
H A Dip_fw_sockopt.c516 if ((urule->_pad & 1) != 0)
603 urule->_pad |= 1;
2028 uint8_t _pad; /* padding */ member in struct:ip_fw7
4028 //rule7->_pad = tmp->_pad;
4100 rule->_pad = tmp->_pad;
/freebsd-11.0-release/sys/kern/
H A Dimgact_elf.c1907 bzero(&thrmisc._pad, sizeof(thrmisc._pad));

Completed in 313 milliseconds

12