Searched refs:screen (Results 1 - 25 of 33) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/divert/
H A Disdn_divert.h52 u_char screen; /* screening: 0 = no info, 1 = info, 2 = nfo with nr */ member in struct:__anon1458
H A Disdn_divert.c468 cs->ics.parm.setup.screen = dv->rule.screen;
486 ic->parm.setup.screen = dv->rule.screen;
508 cs->ics.parm.setup.screen,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/char/
H A Dtubttysiz.c4 * tubttysiz.c -- Linemode screen-size determiner
71 * Try to determine screen size using Read Partition (Query)
82 char (*screen)[];
225 screen = (char (*)[])kmalloc(screenl, GFP_KERNEL);
226 if (screen == NULL) {
234 tubp->ttyscreen = screen;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/tpam/
H A Dtpam_nco.c483 * screen: to be filled with the screen value
488 u8 *calling, u8 *called, u8 *plan, u8 *screen) {
506 /* extract the calling number / plan / screen */
515 *screen = phone[3];
528 (unsigned long)*ncoid, *hdlc, *plan, *screen, calling, called);
487 parse_CConnectInd(struct sk_buff *skb, u32 *ncoid, u8 *hdlc, u8 *calling, u8 *called, u8 *plan, u8 *screen) argument
H A Dtpam_commands.c720 u8 hdlc, plan, screen; local
728 if (parse_CConnectInd(skb, &ncoid, &hdlc, calling, called, &plan, &screen))
752 ctrl.parm.setup.screen = screen;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/eicon/
H A Deicon_idi.h42 __u8 screen; member in struct:__anon1488
H A Deicon.h244 unsigned char screen; member in struct:__anon1482
H A Deicon_idi.c682 message->screen = 0;
684 message->screen = buffer[pos++];
691 message->plan, message->screen, message->oad);
2427 chan->screen = message.screen;
2449 cmd.parm.setup.screen = chan->screen;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/boot/
H A Dvideo.S25 /* Retain screen contents when switching modes */
133 call restore_screen # Restore screen contents
176 movw %ax, %fs:(PARAM_VIDEO_MODE) # Video mode and screen width
193 jz mopar2 # screen must have 25 lines.
466 movb $0, do_restore # The screen needn't be restored
558 movb $0, do_restore # no screen restore
650 movw $0x1200, %ax # Use alternate print screen
748 # Store screen contents to temporary buffer.
777 pushw %ds # Store the screen
788 # Restore screen content
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/boot/
H A Dvideo.S25 /* Retain screen contents when switching modes */
134 call restore_screen # Restore screen contents
177 movw %ax, %fs:(PARAM_VIDEO_MODE) # Video mode and screen width
194 jz mopar2 # screen must have 25 lines.
467 movb $0, do_restore # The screen needn't be restored
559 movb $0, do_restore # no screen restore
651 movw $0x1200, %ax # Use alternate print screen
757 # Store screen contents to temporary buffer.
786 pushw %ds # Store the screen
797 # Restore screen content
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/pcbit/
H A Dcallbacks.c184 ictl.parm.setup.screen = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/sc/
H A Dinterrupt.c138 setup.screen = 0;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Disdnif.h274 unsigned char screen; /* Screening info */ member in struct:setup_parm
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Disdnif.h274 unsigned char screen; /* Screening info */ member in struct:setup_parm
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dvi.c145 static int rows, columns; // the terminal screen is this size
149 static char *Ceol, *Ceos; // Clear-end-of-line and Clear-end-of-screen ESC sequence
157 static Byte *screen; // pointer to the virtual screen buffer variable
159 static Byte *screenbegin; // index into text[], of top line on the screen
202 static void sync_cursor(Byte *, int *, int *); // synchronize the screen cursor to dot
208 static Byte *end_screen(void); // get pointer to last char on screen
219 static void dot_scroll(int, int); // move the screen up or down
223 static Byte *new_screen(int, int); // malloc virtual screen memory
250 static void flash(int); // flash the terminal screen
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/riva/
H A Driva_hw.h138 * 2D screen-screen BLT.
426 U032 screen; member in struct:_riva_hw_state
H A Driva_hw.c1239 state->screen = ((hTotal & 0x040) >> 2)
1537 VGA_WR08(chip->PCIO, 0x03D5, state->screen);
1588 state->screen = VGA_RD08(chip->PCIO, 0x03D5);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dgdth.c1926 *(ulong32 *)&cmd_ptr->u.screen.su.data[0] = p1;
1927 *(ulong32 *)&cmd_ptr->u.screen.su.data[4] = p2;
1928 *(ulong32 *)&cmd_ptr->u.screen.su.data[8] = p3;
1971 /* initialize controller services, at first: screen service */
1973 printk("GDT: Initialization error screen service (code %d)\n",
3393 cmdp->u.screen.reserved = 0;
3394 cmdp->u.screen.su.msg.msg_handle= msg->msg_handle;
3395 cmdp->u.screen.su.msg.msg_addr = virt_to_bus(msg);
3398 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.screen.su.msg.msg_addr)
3428 cmdp->u.screen
[all...]
H A Dgdth.h234 /* screen service commands */
631 } PACKED screen; /* screen service cmd. str. */ member in union:__anon2358::__anon2359
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dl3dss1.c1239 u_char screen = 0x80; local
1304 screen = 0xA0;
1307 screen = 0x80;
1335 *p++ = strlen(msn) + (screen ? 2 : 1);
1337 if (screen) {
1339 *p++ = screen;
1734 pc->para.setup.screen = 0;
1737 pc->para.setup.screen = p[3];
1742 pc->para.setup.screen = 0;
2154 *p++ = pc->chan->setup.screen;
[all...]
H A Dl3ni1.c1587 pc->para.setup.screen = 0;
1590 pc->para.setup.screen = p[3];
1595 pc->para.setup.screen = 0;
2009 *p++ = pc->chan->setup.screen;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dserver.c644 void build_options(BOOL screen);
678 build_options(True); /* Display output to screen as well as debug */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/isdnloop/
H A Disdnloop.c146 cmd->parm.setup.screen = 0;
230 cmd.parm.setup.screen = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/icn/
H A Dicn.c533 cmd.parm.setup.screen = 0;
541 cmd.parm.setup.screen = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/act2000/
H A Dcapi.c711 cmd.parm.setup.screen = 0;

Completed in 345 milliseconds

12