Searched refs:xmin (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dmlfk_ipl.c322 u_int xmin = GET_MINOR(dev); local
325 if (xmin < 0 || xmin > IPL_LOGMAX)
330 switch (xmin)
336 if ((events & (POLLIN | POLLRDNORM)) && ipflog_canread(xmin))
359 selrecord(td, &ipfselwait[xmin]);
H A Dip_fil_freebsd.c495 u_int xmin = GET_MINOR(dev); local
500 if (xmin < 0)
504 if (xmin == IPL_LOGSYNC)
509 return ipflog_read(xmin, uio);
H A Dfil.c379 static INLINE void frpr_short6(fin, xmin)
381 int xmin;
384 if (fin->fin_dlen < xmin)
959 /* xmin(I) - minimum header size */
961 /* Check if a packet is "short" as defined by xmin. The rule we are */
967 static INLINE void frpr_short(fin, xmin)
969 int xmin;
973 if (fin->fin_dlen < xmin)
975 } else if (fin->fin_off < xmin) {
/freebsd-9.3-release/sys/dev/fb/
H A Dsplash_pcx.c155 uint16_t xmin; member in struct:pcx_header
188 pcx_info.width = hdr->xmax - hdr->xmin + 1;

Completed in 173 milliseconds