Searched refs:_pad (Results 1 - 22 of 22) sorted by path

/freebsd-10.0-release/contrib/ncurses/include/
H A Dcurses.h.in408 } _pad;
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_newwin.c270 win->_pad._pad_y = -1;
271 win->_pad._pad_x = -1;
272 win->_pad._pad_top = -1;
273 win->_pad._pad_bottom = -1;
274 win->_pad._pad_left = -1;
275 win->_pad._pad_right = -1;
H A Dlib_pad.c174 if (win->_pad._pad_y >= 0) {
175 displaced = pminrow - win->_pad._pad_y
176 - (sminrow - win->_pad._pad_top);
292 win->_pad._pad_y = pminrow;
293 win->_pad._pad_x = pmincol;
294 win->_pad._pad_top = sminrow;
295 win->_pad._pad_left = smincol;
296 win->_pad._pad_bottom = smaxrow;
297 win->_pad._pad_right = smaxcol;
314 prefresh(pad, pad->_pad
[all...]
H A Dlib_screen.c97 nwin->_pad = tmp._pad;
H A Dlib_window.c238 nwin->_pad = win->_pad;
/freebsd-10.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-10.0-release/include/
H A Dresolv.h179 u_int _pad; /*%< make _u 64 bit aligned */ member in struct:__res_state
/freebsd-10.0-release/lib/libstand/
H A Dbootparam.c119 u_int16_t _pad; member in struct:repl
/freebsd-10.0-release/lib/libthr/thread/
H A Dthr_rtld.c55 char _pad[CACHE_LINE_SIZE - sizeof(struct urwlock)]; member in struct:rtld_lock
/freebsd-10.0-release/sbin/ipfw/
H A Dipfw2.c1366 if (rule->_pad & 1) { /* empty rules before options */
3447 rule->_pad = 1;
/freebsd-10.0-release/sys/amd64/linux32/
H A Dlinux.h404 l_int _pad[LINUX_SI_PAD_SIZE]; member in union:l_siginfo::__anon5883
414 char _pad[sizeof(l_uid_t) - sizeof(l_int)]; member in struct:l_siginfo::__anon5883::__anon5885
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32.h269 u_int _pad; member in struct:thrmisc32
/freebsd-10.0-release/sys/contrib/altq/altq/
H A Daltq.h112 u_int8_t _pad[28]; /* make the size equal to member in struct:flowinfo_in
141 u_int8_t _pad[3]; member in struct:flow_filter::__anon6566
154 u_int8_t _pad[3]; member in struct:flow_filter6::__anon6567
H A Daltq_subr.c1139 u_int16_t _pad; member in struct:_opt6
/freebsd-10.0-release/sys/i386/linux/
H A Dlinux.h379 l_int _pad[LINUX_SI_PAD_SIZE]; member in union:l_siginfo::__anon9847
389 char _pad[sizeof(l_uid_t) - sizeof(l_int)]; member in struct:l_siginfo::__anon9847::__anon9849
/freebsd-10.0-release/sys/kern/
H A Dimgact_elf.c1723 bzero(&thrmisc._pad, sizeof(thrmisc._pad));
/freebsd-10.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-10.0-release/sys/netinet/
H A Dip_fw.h361 u_int8_t _pad; member in struct:_ipfw_insn_limit
508 uint8_t _pad; /* padding */ member in struct:ip_fw
H A Dtcp_var.h76 uint64_t _pad[2]; /* 1 sacked_bytes, 1 TBD */ member in struct:sackhint
215 uint64_t _pad[6]; /* 6 TBD (1-2 CC/RTT?) */ member in struct:tcpcb
515 uint64_t _pad[12]; /* 6 UTO, 6 TBD */ member in struct:tcpstat
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c852 uint8_t _pad; /* padding */ member in struct:ip_fw7
1353 rule7->_pad = tmp->_pad;
1426 rule->_pad = tmp->_pad;
/freebsd-10.0-release/sys/sys/
H A Dprocfs.h87 u_int _pad; /* Convenience pad, 0-filled (1) */ member in struct:thrmisc
/freebsd-10.0-release/usr.bin/gcore/
H A Delfcore.c573 memset(&thrmisc->_pad, 0, sizeof(thrmisc->_pad));

Completed in 305 milliseconds