/linux-2.6.39/arch/um/drivers/ |
D | slip_common.h | 16 int *esc) in slip_unesc() argument 22 *esc = 0; in slip_unesc() 27 *esc = 1; in slip_unesc() 30 if(*esc){ in slip_unesc() 31 *esc = 0; in slip_unesc() 36 if(*esc){ in slip_unesc() 37 *esc = 0; in slip_unesc() 88 int esc; member 97 slip->esc = 0; in slip_proto_init()
|
D | slip_common.c | 13 &slip->pos, &slip->esc); in slip_proto_read() 33 &slip->esc); in slip_proto_read()
|
D | slirp_user.c | 69 pri->slip.esc = 0; in slirp_open()
|
D | slip_user.c | 156 pri->slip.esc = 0; in slip_open()
|
/linux-2.6.39/drivers/staging/panel/ |
D | panel.c | 1012 char *esc = lcd_escape + 2; in handle_lcd_special_code() local 1016 switch (*esc) { in handle_lcd_special_code() 1133 if (strchr(esc, ';') == NULL) in handle_lcd_special_code() 1136 esc++; in handle_lcd_special_code() 1138 cgaddr = *(esc++) - '0'; in handle_lcd_special_code() 1147 while (*esc && cgoffset < 8) { in handle_lcd_special_code() 1149 if (*esc >= '0' && *esc <= '9') in handle_lcd_special_code() 1150 value |= (*esc - '0') << shift; in handle_lcd_special_code() 1151 else if (*esc >= 'A' && *esc <= 'Z') in handle_lcd_special_code() 1152 value |= (*esc - 'A' + 10) << shift; in handle_lcd_special_code() [all …]
|
/linux-2.6.39/drivers/char/ |
D | briq_panel.c | 138 int i, esc = 0; in briq_panel_write() local 149 if (esc) { in briq_panel_write() 151 esc = 0; in briq_panel_write() 153 esc = 1; in briq_panel_write()
|
/linux-2.6.39/fs/ |
D | seq_file.c | 344 int seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() argument 351 if (!strchr(esc, c)) { in seq_escape() 400 char *mangle_path(char *s, char *p, char *esc) in mangle_path() argument 406 } else if (!strchr(esc, c)) { in mangle_path() 430 int seq_path(struct seq_file *m, struct path *path, char *esc) in seq_path() argument 439 char *end = mangle_path(buf, p, esc); in seq_path() 456 char *esc) in seq_path_root() argument 468 char *end = mangle_path(buf, p, esc); in seq_path_root() 483 int seq_dentry(struct seq_file *m, struct dentry *dentry, char *esc) in seq_dentry() argument 492 char *end = mangle_path(buf, p, esc); in seq_dentry()
|
/linux-2.6.39/arch/x86/include/asm/ |
D | inat.h | 94 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS) argument
|
/linux-2.6.39/include/linux/ |
D | seq_file.h | 76 char *mangle_path(char *s, char *p, char *esc); 92 char *esc);
|
/linux-2.6.39/Documentation/filesystems/ |
D | seq_file.txt | 184 int seq_escape(struct seq_file *m, const char *s, const char *esc); 188 which is in the string esc will be represented in octal form in the output. 192 int seq_path(struct seq_file *m, struct path *path, char *esc); 194 struct path *root, char *esc) 196 Here, path indicates the file of interest, and esc is a set of characters
|
/linux-2.6.39/fs/gfs2/ |
D | lops.c | 662 u64 esc; in databuf_lo_scan_elements() local 671 esc = be64_to_cpu(*ptr++); in databuf_lo_scan_elements() 686 if (esc) { in databuf_lo_scan_elements()
|
/linux-2.6.39/Documentation/usb/ |
D | gadget_hid.txt | 149 {.opt = "--esc", .val = 0x29},
|
/linux-2.6.39/Documentation/video4linux/bttv/ |
D | Cards | 626 Media-Surfer (esc-kathrein.de)
|