/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | get_op.S | 494 beq move_unpack |special handling for fmove: must set FPSR_CC 499 bnes try_zero |if not equal, it is not special 501 cmpiw #7,%d1 |SE and y bits must be on for special 502 bnes try_zero |if not on, it is not special 503 |input is of the special cases of inf and NaN 508 bra finish |special already on stack 551 bnes mtry_zero |if not equal, it is not special 553 cmpiw #7,%d1 |SE and y bits must be on for special 554 bnes mtry_zero |if not on, it is not special 555 |input is of the special cases of inf and NaN [all …]
|
D | x_operr.S | 162 cmpil #0xffff8000,FPTEMP_LO(%a6) |test if ls lword is special 164 bsr check_upper |check if exp and ms mant are special 167 movel #0x80000000,%d0 |store special case result 189 cmpil #0xffffff80,FPTEMP_LO(%a6) |test if ls lword is special 191 bsr check_upper |check if exp and ms mant are special 194 movel #0x80000000,%d0 |store special case result 212 | This operr condition is not of the special case. Set operr
|
/linux-2.4.37.9/drivers/usb/ |
D | inode.c | 56 struct special { struct 63 static struct special special[] = { argument 68 #define NRSPECIAL (sizeof(special)/sizeof(special[0])) 336 if (strlen(special[i].name) == dentry->d_name.len && in usbdevfs_root_lookup() 337 !strncmp(special[i].name, dentry->d_name.name, dentry->d_name.len)) { in usbdevfs_root_lookup() 383 struct special *spec; in usbdevfs_root_readdir() 411 spec = &special[filp->f_pos-2]; in usbdevfs_root_readdir() 511 struct special *spec; in usbdevfs_read_inode() 528 spec = &special[inode->i_ino-(IROOT+1)]; in usbdevfs_read_inode() 638 special[i].inode = inode; in usbdevfs_read_super() [all …]
|
/linux-2.4.37.9/drivers/scsi/ |
D | scsi_lib.c | 76 rq->special = data; in __scsi_insert_special() 264 SCpnt->request.special = (void *) SCpnt; in scsi_queue_next_request() 955 SCpnt = (Scsi_Cmnd *) req->special; in scsi_request_fn() 956 SRpnt = (Scsi_Request *) req->special; in scsi_request_fn() 976 if( req->special != NULL ) { in scsi_request_fn() 977 SCpnt = (Scsi_Cmnd *) req->special; in scsi_request_fn() 1063 SCpnt->request.special = SCpnt; in scsi_request_fn()
|
/linux-2.4.37.9/drivers/ide/pci/ |
D | trm290.c | 216 ide_task_t *args = rq->special; in trm290_ide_dma_write() 222 ide_task_t *args = rq->special; in trm290_ide_dma_write() 260 ide_task_t *args = rq->special; in trm290_ide_dma_read() 266 ide_task_t *args = rq->special; in trm290_ide_dma_read()
|
/linux-2.4.37.9/include/linux/ |
D | scc.h | 150 io_port special; /* special function port */ member 226 io_port special; /* I/O address of special function port */ member
|
/linux-2.4.37.9/drivers/ide/ |
D | ide-disk.c | 616 rq->special = (ide_task_t *)&args; in chs_rw_disk() 648 rq->special = (ide_task_t *)&args; in lba_28_rw_disk() 691 rq->special = (ide_task_t *)&args; in lba_48_rw_disk() 971 drive->special.b.recalibrate = 1; in idedisk_error() 1255 special_t *s = &drive->special; in idedisk_special() 1294 int special = s->all; in idedisk_special() local 1296 printk(KERN_ERR "%s: bad special flag: 0x%02x\n", drive->name, special); in idedisk_special() 1306 drive->special.all = 0; in idedisk_pre_reset() 1307 drive->special.b.set_geometry = legacy; in idedisk_pre_reset() 1308 drive->special.b.recalibrate = legacy; in idedisk_pre_reset() [all …]
|
D | ide-io.c | 157 ide_task_t *args = (ide_task_t *) rq->special; in ide_end_drive_cmd() 310 drive->special.b.recalibrate = 1; in ide_error() 432 special_t *s = &drive->special; in do_special() 444 return DRIVER(drive)->special(drive); in do_special() 467 ide_task_t *args = rq->special; in execute_drive_cmd() 613 if (!drive->special.all) { in ide_start_request()
|
D | ide-dma.c | 322 ide_task_t *args = rq->special; in ide_raw_build_sglist() 715 ide_task_t *args = rq->special; in __ide_dma_read() 721 ide_task_t *args = rq->special; in __ide_dma_read() 761 ide_task_t *args = rq->special; in __ide_dma_write() 767 ide_task_t *args = rq->special; in __ide_dma_write()
|
/linux-2.4.37.9/fs/umsdos/ |
D | mangle.c | 259 static char special[] = in umsdos_parse() local 264 if (strchr (special, firstpt[1]) != NULL) { in umsdos_parse()
|
D | README-WIP.txt | 56 + special files (block/char devices, FIFOs, sockets...) - works 64 + create special file - works
|
/linux-2.4.37.9/drivers/ide/arm/ |
D | icside.c | 589 ide_task_t *args = HWGROUP(drive)->rq->special; in icside_dma_read() 595 ide_task_t *args = HWGROUP(drive)->rq->special; in icside_dma_read() 643 ide_task_t *args = HWGROUP(drive)->rq->special; in icside_dma_write() 649 ide_task_t *args = HWGROUP(drive)->rq->special; in icside_dma_write()
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | ncpfs.txt | 4 To mount a NetWare filesystem, you need a special mount program, which
|
D | umsdos.txt | 38 the default. After doing the mount on a DOS partition, nothing special 41 Umsdos uses a special DOS file --linux-.--- to store the information
|
/linux-2.4.37.9/Documentation/ |
D | svga.txt | 8 allows the use of various special video modes supported by the video BIOS. Due 82 the standard modes (80x25 and 80x50) followed by "special" modes (80x28 and 118 0x0900 to 0x09ff - Video7 special modes. Set by calling INT 0x10, AX=0x6f05. 122 0x0f00 to 0x0fff - special modes (they are set by various tricks -- usually 191 CONFIG_VIDEO_GFX_HACK - includes special hack for setting of graphics modes 192 to be used later by special drivers (e.g., 800x600 on IBM ThinkPad -- see 257 - Added support for special Video7 mode switching functions
|
D | moxa-smartio | 117 two special file name for each serial port. One is dial-in port 156 2. Create special files by executing "msmknod". 161 174, 175. Msmknod will delete any special files occupying the same 284 8. Make special file 314 2. Create special files 315 Run /moxa/mxser/driver/msmknod to create special files with
|
D | LVM-HOWTO | 26 The LVs can be used through device special files similar to the known 83 "test_lv" and it's block device special "/dev/test_vg/test_lv".
|
D | kernel-doc-nano-HOWTO.txt | 17 special place-holders for where the extracted documentation should 119 All descriptive text is further processed, scanning for the following special
|
/linux-2.4.37.9/Documentation/video4linux/bttv/ |
D | Tuners | 48 FQ12x6: special 49 FMR12x6: special
|
/linux-2.4.37.9/arch/parisc/ |
D | vmlinux.lds | 23 .data BLOCK(8192) : { /* Data without special */
|
D | vmlinux64.lds | 24 .data BLOCK(8192) : { /* Data without special */
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | dtlb_base.S | 71 be,pn %xcc, 3f ! Yep, special processing
|
/linux-2.4.37.9/Documentation/arm/SA1100/ |
D | serial_UART | 12 > doing anything special.)
|
/linux-2.4.37.9/Documentation/sound/ |
D | VIA-chipset | 26 chipset board you need to do the following to build a special kernel for
|
/linux-2.4.37.9/fs/ |
D | quota.c | 460 asmlinkage long sys_quotactl(unsigned int cmd, const char *special, qid_t id, caddr_t addr) in sys_quotactl() argument 470 if (cmds != Q_V1_GETSTATS && cmds != Q_V2_GETSTATS && IS_ERR(sb = resolve_dev(special))) { in sys_quotactl()
|