/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_gram.y | 273 stop("Prefix multiply defined", 277 stop("Unable to record prefix", EX_SOFTWARE); 285 stop("Patch argument list multiply defined", 289 stop("Unable to record patch arg list", EX_SOFTWARE); 306 stop("Register multiply defined", EX_DATAERR); 383 stop("SCB or SRAM space exhausted", EX_DATAERR); 417 stop("Valid register modes range between 0 and 4.", 430 stop("Only \"const\" symbols allowed in " 435 stop("Valid register modes range between 0 and 4.", 512 stop("Re-definition of register alias", [all …]
|
D | aicasm_macro_gram.y | 95 stop("Too few arguments for macro invocation", 117 stop("Comma without preceeding argument in arg list", 135 stop("Invalid current symbol for adding macro arg", 150 stop("Too many arguments for macro invocation", EX_DATAERR); 155 stop("Unable to replicate replacement text", EX_SOFTWARE); 163 stop(string, EX_DATAERR); in mmerror()
|
D | aicasm.c | 162 stop("-d: Assembler not built with debugging " in main() 173 stop(NULL, EX_CANTCREAT); in main() 189 stop(NULL, EX_CANTCREAT); in main() 197 stop(NULL, EX_CANTCREAT); in main() 204 stop(NULL, EX_CANTCREAT); in main() 234 stop(NULL, EX_OSERR); in main() 239 stop(NULL, EX_OSERR); in main() 277 stop("Unterminated conditional expression", EX_DATAERR); in main() 302 stop(NULL, 0); in main() 337 stop(buf, EX_DATAERR); in back_patch() [all …]
|
D | aicasm_macro_scan.l | 136 stop("Expecting Macro Name", 147 stop(buf, EX_DATAERR); 154 stop("EOF encountered in macro call", EX_DATAERR);
|
D | aicasm_scan.l | 271 <INCLUDE>. { stop("Invalid include line", EX_DATAERR); } 319 stop(buf, EX_DATAERR); 425 stop(buf, EX_DATAERR); 470 stop("Unable to open input file", EX_SOFTWARE); 477 stop("Unable to allocate include stack entry",
|
/linux-2.4.37.9/arch/cris/drivers/ |
D | ds1302.c | 229 stop(void) in stop() function 243 stop(); in ds1302_wenable() 254 stop(); in ds1302_wdisable() 269 stop(); in ds1302_readreg() 293 stop(); in ds1302_writereg() 504 stop(); in ds1302_probe() 520 stop(); in ds1302_probe()
|
/linux-2.4.37.9/include/asm-ppc/ |
D | cache.h | 41 extern void flush_dcache_range(unsigned long start, unsigned long stop); 42 extern void invalidate_dcache_range(unsigned long start, unsigned long stop); 43 extern void clean_dcache_range(unsigned long start, unsigned long stop);
|
/linux-2.4.37.9/net/khttpd/ |
D | README | 46 echo 1 > /proc/sys/net/khttpd/stop 130 To stop kHTTPd, do 131 echo 1 > /proc/sys/net/khttpd/stop 132 It should stop in a jiffy or two. 137 echo 1 > /proc/sys/net/khttpd/stop 145 signal after you told them to stop. This will cause the daemon-threads to 146 stop immediately. 195 (this also resets "stop" to 0) 197 stop 0 Set to 1 to stop kHTTPd
|
/linux-2.4.37.9/fs/ |
D | seq_file.c | 93 m->op->stop(m, p); in seq_read() 100 m->op->stop(m, p); in seq_read() 120 m->op->stop(m, p); in seq_read() 185 m->op->stop(m, p); in traverse() 189 m->op->stop(m, p); in traverse() 354 op->stop = single_stop; in single_open()
|
/linux-2.4.37.9/arch/mips/sibyte/swarm/ |
D | dbg_io.c | 46 duart_init(int clk_divisor, int data, int parity, int stop) in duart_init() argument 49 duart_out(R_DUART_MODE_REG_2, stop); in duart_init()
|
/linux-2.4.37.9/Documentation/input/ |
D | ff.txt | 27 To stop this annoying behaviour, move you joystick to its limits. Anyway, you 122 stop the effect if it was playing. 132 struct input_event stop; 146 stop.type = EV_FF; 147 stop.code = effect.id; 148 stop.value = 0; 150 write(fd, (const void*) &play, sizeof(stop)); 193 actually works pretty well. You don't need to stop-and-start the effect.
|
/linux-2.4.37.9/drivers/pcmcia/ |
D | sibyte_generic.c | 343 io->speed, io->start, io->stop); in sb1250pc_get_io_map() 356 io->speed, io->start, io->stop); in sb1250pc_set_io_map() 380 if (io->stop == 1) { in sb1250pc_set_io_map() 381 io->stop = PAGE_SIZE - 1; in sb1250pc_set_io_map() 387 io->stop = io->start + (io->stop - start); in sb1250pc_set_io_map() 393 io->speed, io->start, io->stop); in sb1250pc_set_io_map()
|
D | yenta.c | 317 io->stop = exca_readw(socket, I365_IO(map)+I365_W_STOP); in yenta_get_io_map() 350 exca_writew(socket, I365_IO(map)+I365_W_STOP, io->stop); in yenta_set_io_map() 367 unsigned int start, stop, page, offset; in yenta_get_mem_map() local 381 stop = exca_readw(socket, I365_MEM(map) + I365_W_STOP); in yenta_get_mem_map() 382 mem->speed = to_ns(stop >> 14); in yenta_get_mem_map() 383 stop = ((stop & 0x0fff) << 12) + 0x0fff; in yenta_get_mem_map() 402 unsigned int start, stop, card_start; in yenta_set_mem_map() local 407 stop = mem->sys_stop; in yenta_set_mem_map() 410 if (map > 4 || start > stop || ((start ^ stop) >> 24) || in yenta_set_mem_map() 430 word = (stop >> 12) & 0x0fff; in yenta_set_mem_map()
|
/linux-2.4.37.9/arch/mips/au1000/common/ |
D | dbg_io.c | 62 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) in debugInit() argument 83 UART16550_WRITE(UART_LCR, (data | parity | stop)); in debugInit()
|
/linux-2.4.37.9/arch/mips/ite-boards/generic/ |
D | dbg_io.c | 70 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) in debugInit() argument 92 UART16550_WRITE(OFS_DATA_FORMAT, data | parity | stop); in debugInit()
|
/linux-2.4.37.9/include/linux/ |
D | hdlc.h | 113 void (*stop)(struct hdlc_device_struct *hdlc); member 236 if (hdlc->stop) in hdlc_close() 237 hdlc->stop(hdlc); in hdlc_close()
|
/linux-2.4.37.9/arch/mips/momentum/ocelot_c/ |
D | dbg_io.c | 71 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) in debugInit() argument 93 UART16550_WRITE(OFS_DATA_FORMAT, data | parity | stop); in debugInit()
|
/linux-2.4.37.9/arch/mips/ddb5xxx/ddb5476/ |
D | dbg_io.c | 84 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) in debugInit() argument 106 UART16550_WRITE(OFS_DATA_FORMAT, data | parity | stop); in debugInit()
|
/linux-2.4.37.9/arch/mips/ddb5xxx/ddb5477/ |
D | kgdb_io.c | 84 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) in debugInit() argument 106 UART16550_WRITE(OFS_DATA_FORMAT, data | parity | stop); in debugInit()
|
/linux-2.4.37.9/arch/mips/gt64120/momenco_ocelot/ |
D | dbg_io.c | 71 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) in debugInit() argument 93 UART16550_WRITE(OFS_DATA_FORMAT, data | parity | stop); in debugInit()
|
/linux-2.4.37.9/arch/mips/momentum/jaguar_atx/ |
D | dbg_io.c | 71 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) in debugInit() argument 93 UART16550_WRITE(OFS_DATA_FORMAT, data | parity | stop); in debugInit()
|
/linux-2.4.37.9/arch/mips/momentum/ocelot_g/ |
D | dbg_io.c | 71 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) in debugInit() argument 93 UART16550_WRITE(OFS_DATA_FORMAT, data | parity | stop); in debugInit()
|
/linux-2.4.37.9/arch/mips/pmc-sierra/stretch/ |
D | dbg_io.c | 109 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) in debugInit() argument 131 UART16550_WRITE(OFS_DATA_FORMAT, data | parity | stop); in debugInit()
|
/linux-2.4.37.9/arch/mips/vr4181/osprey/ |
D | dbg_io.c | 84 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) in debugInit() argument 106 UART16550_WRITE(OFS_DATA_FORMAT, data | parity | stop); in debugInit()
|
/linux-2.4.37.9/arch/mips/pmc-sierra/yosemite/ |
D | dbg_io.c | 134 unsigned char stop) in debugInit() argument 152 SERIAL_WRITE(SERIAL_DATA_FORMAT, data | parity | stop); in debugInit()
|