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

/freebsd-9.3-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-9.3-release/contrib/ncurses/ncurses/base/
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_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_screen.c97 nwin->_pad = tmp._pad;
H A Dlib_window.c238 nwin->_pad = win->_pad;
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dif_pfsync.h114 u_int8_t _pad; member in struct:pfsync_header
125 u_int8_t _pad; member in struct:pfsync_subheader
164 u_int8_t _pad[3]; member in struct:pfsync_upd_c
201 u_int8_t _pad[3]; member in struct:pfsync_bus
215 u_int8_t _pad[2]; member in struct:pfsync_tdb
/freebsd-9.3-release/sys/sys/
H A Dprocfs.h87 u_int _pad; /* Convenience pad, 0-filled (1) */ member in struct:thrmisc
/freebsd-9.3-release/sbin/pfctl/missing/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::__anon5474
154 u_int8_t _pad[3]; member in struct:flow_filter6::__anon5475
/freebsd-9.3-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::__anon6189
154 u_int8_t _pad[3]; member in struct:flow_filter6::__anon6190
H A Daltq_subr.c1143 u_int16_t _pad; member in struct:_opt6
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_rtld.c55 char _pad[CACHE_LINE_SIZE - sizeof(struct urwlock)]; member in struct:rtld_lock
/freebsd-9.3-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
513 u_long _pad[12]; /* 6 UTO, 6 TBD */ member in struct:tcpstat
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c854 uint8_t _pad; /* padding */ member in struct:ip_fw7
1361 rule7->_pad = tmp->_pad;
1434 rule->_pad = tmp->_pad;
/freebsd-9.3-release/lib/libstand/
H A Dbootparam.c119 u_int16_t _pad; member in struct:repl
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux.h423 l_int _pad[LINUX_SI_PAD_SIZE]; member in union:l_siginfo::__anon5535
433 char _pad[sizeof(l_uid_t) - sizeof(l_int)]; member in struct:l_siginfo::__anon5535::__anon5537
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux.h398 l_int _pad[LINUX_SI_PAD_SIZE]; member in union:l_siginfo::__anon9395
408 char _pad[sizeof(l_uid_t) - sizeof(l_int)]; member in struct:l_siginfo::__anon9395::__anon9397
/freebsd-9.3-release/usr.bin/gcore/
H A Delfcore.c573 memset(&thrmisc->_pad, 0, sizeof(thrmisc->_pad));
/freebsd-9.3-release/include/
H A Dresolv.h179 u_int _pad; /*%< make _u 64 bit aligned */ member in struct:__res_state
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32.h260 u_int _pad; member in struct:thrmisc32
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dgetipnode.c677 char _pad[256]; /* leave space for IPv6 addresses */
/freebsd-9.3-release/sys/kern/
H A Dimgact_elf.c1725 bzero(&thrmisc._pad, sizeof(thrmisc._pad));
/freebsd-9.3-release/contrib/ncurses/include/
H A Dcurses.h.in408 } _pad;
/freebsd-9.3-release/sbin/ipfw/
H A Dipfw2.c1367 if (rule->_pad & 1) { /* empty rules before options */
3443 rule->_pad = 1;

Completed in 189 milliseconds