Searched refs:overlay (Results 1 - 15 of 15) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ppp/scripts/
H A Dsecure-card110 overlay -0 $spawn_id -1 $spawn_id pppd /dev/cua3 19200 192.111.187.215: \
/asus-wl-520gu-7.0.1.45/src/router/pppd/scripts/
H A Dsecure-card110 overlay -0 $spawn_id -1 $spawn_id pppd /dev/ttyS3 19200 192.111.187.215: \
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/scripts/
H A Dsecure-card110 overlay -0 $spawn_id -1 $spawn_id pppd /dev/ttyS3 19200 192.111.187.215: \
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dplanb.h247 int overlay; member in struct:planb_suspend
313 int overlay; /* overlay running? */ member in struct:planb
H A Dzr36120.c262 /* do we need to overlay? */
269 DEBUG(printk(CARD_DEBUG "starting overlay\n",CARD));
432 DEBUG(printk(KERN_DEBUG " overlay at %p, ystep=%d, clips=%d\n",ztv->overinfo.overlay,ystep,count));
444 * We also assume the overlay starts somewhere in
451 mtop = ztv->overinfo.overlay;
486 mtop = &ztv->overinfo.overlay[vcp->y*ystep];
499 mtop = ztv->overinfo.overlay;
530 * to calculate the overlay mask
545 DEBUG(printk(CARD_DEBUG "set_geo(rect=(%d,%d,%d,%d), norm=%d, format=%d, bpp=%d, bpl=%d, busadr=%lx, overlay
[all...]
H A Dplanb.c549 /* overlay support functions */
610 DBG("PlanB: overlay is currently active\n");
644 pb->suspended.overlay = 1;
650 pb->suspended.overlay = 0;
670 if(pb->suspended.overlay) {
672 DBG("PlanB: overlay being resumed\n");
757 if(pb->suspended.overlay) {
1059 DBG("PlanB: overlay is active, grabbing defered\n");
1084 DBG("PlanB: waiting for overlay done\n");
1091 " will be done before activating overlay\
[all...]
H A Dzr36120.h89 ulong* overlay; /* kernel addr of overlay mask */ member in struct:vidinfo
117 struct vidinfo overinfo; /* overlay data */
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/zlib_deflate/
H A Ddeflate.c196 ushf *overlay; local
197 /* We overlay pending_buf and d_buf+l_buf. This works since the average
242 overlay = (ushf *) mem->overlay_memory;
243 s->pending_buf = (uchf *) overlay;
246 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
576 ushf *overlay;
599 overlay = (ushf *) mem->overlay_memory;
600 ds->pending_buf = (uchf *) overlay;
608 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Ddeflate.c217 ushf *overlay; local
218 /* We overlay pending_buf and d_buf+l_buf. This works since the average
270 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
271 s->pending_buf = (uchf *) overlay;
280 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
609 ushf *overlay;
629 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
630 ds->pending_buf = (uchf *) overlay;
644 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dintermezzo_fs.h814 struct izo_ioctl_data *overlay; local
824 overlay = (struct izo_ioctl_data *)*pbuf;
827 ptr = overlay->ioc_bulk;
832 if (izo_ioctl_is_invalid(overlay))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dintermezzo_fs.h814 struct izo_ioctl_data *overlay; local
824 overlay = (struct izo_ioctl_data *)*pbuf;
827 ptr = overlay->ioc_bulk;
832 if (izo_ioctl_is_invalid(overlay))
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dgzip.c695 /* To save space (see unlzw.c), we overlay prev+head with tab_prefix and
699 # error cannot overlay window with tab_suffix and prev with tab_prefix0
702 # error cannot overlay head with tab_prefix1
1488 error cannot overlay l_buf and inbuf
/asus-wl-520gu-7.0.1.45/src/router/ppp/common/
H A Dzlib.c749 ushf *overlay; local
750 /* We overlay pending_buf and d_buf+l_buf. This works since the average
801 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
802 s->pending_buf = (uchf *) overlay;
811 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
1145 ushf *overlay; local
1162 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1163 ds->pending_buf = (uchf *) overlay;
1177 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
2881 /* Check that the overlay betwee
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/common/
H A Dzlib.c749 ushf *overlay; local
750 /* We overlay pending_buf and d_buf+l_buf. This works since the average
801 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
802 s->pending_buf = (uchf *) overlay;
811 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
1145 ushf *overlay; local
1162 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1163 ds->pending_buf = (uchf *) overlay;
1177 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
2881 /* Check that the overlay betwee
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/common/
H A Dzlib.c749 ushf *overlay; local
750 /* We overlay pending_buf and d_buf+l_buf. This works since the average
801 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
802 s->pending_buf = (uchf *) overlay;
811 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
1145 ushf *overlay; local
1162 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1163 ds->pending_buf = (uchf *) overlay;
1177 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
2881 /* Check that the overlay betwee
[all...]

Completed in 177 milliseconds