/linux-2.4.37.9/drivers/isdn/divert/ |
D | divert_procfs.c | 82 struct divert_info *inf; in isdn_divert_read() local 91 if (!(inf = *((struct divert_info **) file->private_data))) in isdn_divert_read() 94 inf->usage_cnt--; /* new usage count */ in isdn_divert_read() 95 file->private_data = &inf->next; /* next structure */ in isdn_divert_read() 96 if ((len = strlen(inf->info_start)) <= count) { in isdn_divert_read() 97 if (copy_to_user(buf, inf->info_start, len)) in isdn_divert_read() 159 struct divert_info *inf; in isdn_divert_close() local 166 inf = *((struct divert_info **) filep->private_data); in isdn_divert_close() 167 while (inf) { in isdn_divert_close() 168 inf->usage_cnt--; in isdn_divert_close() [all …]
|
/linux-2.4.37.9/drivers/isdn/hysdn/ |
D | hysdn_proclog.c | 208 struct log_data *inf; in hysdn_log_read() local 234 if (!(inf = *((struct log_data **) file->private_data))) in hysdn_log_read() 237 inf->usage_cnt--; /* new usage count */ in hysdn_log_read() 238 file->private_data = &inf->next; /* next structure */ in hysdn_log_read() 239 if ((len = strlen(inf->log_start)) <= count) { in hysdn_log_read() 240 if (copy_to_user(buf, inf->log_start, len)) in hysdn_log_read() 303 struct log_data *inf; in hysdn_log_close() local 319 inf = *((struct log_data **) filep->private_data); /* get first log entry */ in hysdn_log_close() 320 if (inf) in hysdn_log_close() 321 pd = (struct procdata *) inf->proc_ctrl; /* still entries there */ in hysdn_log_close() [all …]
|
/linux-2.4.37.9/drivers/sound/ |
D | hex2hex.c | 15 int loadhex(FILE *inf, unsigned char *buf) in loadhex() argument 19 while ((c=getc(inf))!=EOF) in loadhex() 28 if (fscanf(inf, "%02x", &n) != 1) in loadhex() 32 if (fscanf(inf, "%04x", &addr) != 1) in loadhex() 37 if (fscanf(inf, "%02x", &linetype) != 1) in loadhex() 46 if (fscanf(inf, "%02x", &c) != 1) in loadhex() 56 if (fscanf(inf, "%02x", &check) != 1) in loadhex()
|
D | sequencer.c | 1341 struct synth_info inf; in sequencer_ioctl() local 1489 memcpy(&inf, synth_devs[dev]->info, sizeof(inf)); in sequencer_ioctl() 1490 strncpy(inf.name, synth_devs[dev]->id, sizeof(inf.name)); in sequencer_ioctl() 1491 inf.device = dev; in sequencer_ioctl() 1492 return copy_to_user(arg, &inf, sizeof(inf))?-EFAULT:0; in sequencer_ioctl()
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | do_func.S | 55 PINF: .long 0x7fff0000,0x00000000,0x00000000 |+inf 56 MINF: .long 0xffff0000,0x00000000,0x00000000 |-inf 146 | Load either a +0 or +inf for plus/minus operand 154 | Result is either an operr or +inf for plus/minus operand 258 .long smod_fpn | 00,10 norm,inf = fpn 262 .long smod_zro | 01,10 zero,inf = +-zero 264 .long smod_oper | 10,00 inf,norm = nan with operr 265 .long smod_oper | 10,01 inf,zero = nan with operr 266 .long smod_oper | 10,10 inf,inf = nan with operr 267 .long smod_snan | 10,11 inf,nan = nan [all …]
|
D | tbldo.S | 61 .long sinf |$01-2 fint inf 70 .long sinf |$02-2 fsinh inf 79 .long sinf |$03-2 fintrz inf 106 .long sopr_inf |$06-2 flognp1 inf 124 .long setoxm1i |$08-2 fetoxm1 inf 133 .long sone |$09-2 ftanh inf 142 .long spi_2 |$0a-2 fatan inf 160 .long t_operr |$0c-2 fasin inf 169 .long t_operr |$0d-2 fatanh inf 178 .long t_operr |$0e-2 fsin inf [all …]
|
D | get_op.S | 496 movew ETEMP(%a6),%d0 |get word with inf information 498 cmpiw #0x0fff,%d1 |test for inf or NaN 503 |input is of the special cases of inf and NaN 548 movew ETEMP(%a6),%d0 |get word with inf information 550 cmpiw #0x0fff,%d1 |test for inf or NaN 555 |input is of the special cases of inf and NaN 560 |input is inf
|
D | kernel_ex.S | 51 | store properly signed inf (use sign of etemp) into fp0 53 | inf bit, and accrued dz bit 72 bras m_inf |flogx always returns -inf 84 fmovemx mns_inf,%fp0-%fp0 |load -inf 88 fmovemx pls_inf,%fp0-%fp0 |load +inf
|
D | x_store.S | 135 cmpw #0x4000,%d0 |check if inf 136 beqs inf |if so, special case 145 inf: label 146 movel #0x7ff00000,%d0 |load dbl inf exponent
|
D | res_func.S | 61 | ;inf=010 or nan=011 89 | ;inf=010 or nan=011 439 cmpiw #0x7fff,%d0 |test for inf/nan 721 moveb STAG(%a6),%d0 |check source tag for inf or nan 724 moveb DTAG(%a6),%d0 |check destination tag for inf or nan 727 cmpb #0x40,%d0 |is it inf? 1351 moveb STAG(%a6),%d0 |check if stag is inf 1355 orl #inf_mask,USER_FPSR(%a6) |if inf, nothing yet has set I 1975 | Notes on handling of special case (zero, inf, and nan) inputs:
|
D | decbin.S | 20 | Expected is a normal bcd (i.e. non-exceptional; all inf, zero,
|
D | util.S | 236 bra end_ovfr |inf is same for all precisions (ext,dbl,sgl)
|
/linux-2.4.37.9/drivers/message/i2o/ |
D | i2o_config.c | 106 struct i2o_cfg_info *inf; in i2o_cfg_reply() local 108 for(inf = open_files; inf; inf = inf->next) in i2o_cfg_reply() 109 if(inf->q_id == msg[3]) in i2o_cfg_reply() 130 if(!inf) in i2o_cfg_reply() 133 inf->event_q[inf->q_in].id.iop = c->unit; in i2o_cfg_reply() 134 inf->event_q[inf->q_in].id.tid = m->target_tid; in i2o_cfg_reply() 135 inf->event_q[inf->q_in].id.evt_mask = msg[4]; in i2o_cfg_reply() 140 inf->event_q[inf->q_in].data_size = (m->size - 5) * 4; in i2o_cfg_reply() 141 if(inf->event_q[inf->q_in].data_size) in i2o_cfg_reply() 142 memcpy(inf->event_q[inf->q_in].evt_data, in i2o_cfg_reply() [all …]
|
/linux-2.4.37.9/drivers/video/ |
D | sa1100fb.c | 835 struct sa1100fb_mach_info *inf = NULL; in sa1100fb_get_machine_info() local 846 inf = &lq039q2ds54_info; in sa1100fb_get_machine_info() 848 inf = &pal_info; in sa1100fb_get_machine_info() 854 inf = &h3600_info; in sa1100fb_get_machine_info() 860 inf = &brutus_info; in sa1100fb_get_machine_info() 865 inf = &cerf_info; in sa1100fb_get_machine_info() 870 inf = &freebird_info; in sa1100fb_get_machine_info() 876 inf = &graphicsclient_info; in sa1100fb_get_machine_info() 881 inf = &huw_webpanel_info; in sa1100fb_get_machine_info() 887 inf = &lart_grey_info; in sa1100fb_get_machine_info() [all …]
|
/linux-2.4.37.9/fs/autofs4/ |
D | inode.c | 293 struct autofs_info *inf) in autofs4_get_inode() argument 300 inf->inode = inode; in autofs4_get_inode() 301 inode->i_mode = inf->mode; in autofs4_get_inode() 314 if (S_ISDIR(inf->mode)) { in autofs4_get_inode() 318 } else if (S_ISLNK(inf->mode)) { in autofs4_get_inode() 319 inode->i_size = inf->size; in autofs4_get_inode()
|
D | autofs_i.h | 120 struct autofs_info *inf = autofs4_dentry_ino(dentry); in autofs4_ispending() local 123 (inf != NULL && inf->flags & AUTOFS_INF_EXPIRING); in autofs4_ispending()
|
D | root.c | 199 struct autofs_info *inf; in autofs4_dentry_release() local 205 inf = autofs4_dentry_ino(de); in autofs4_dentry_release() 208 if (inf) { in autofs4_dentry_release() 209 inf->dentry = NULL; in autofs4_dentry_release() 210 inf->inode = NULL; in autofs4_dentry_release() 212 autofs4_free_ino(inf); in autofs4_dentry_release()
|
/linux-2.4.37.9/arch/arm/mm/ |
D | fault-armv.c | 112 const struct fsr_info *inf = fsr_info + (fsr & 15); in do_DataAbort() local 114 if (!inf->fn(addr, error_code, regs)) in do_DataAbort() 118 inf->name, fsr, addr); in do_DataAbort() 119 force_sig(inf->sig, current); in do_DataAbort()
|
/linux-2.4.37.9/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 1427 # or double precision denorm, inf, or nan, the operand needs to be 4479 short tbl_trans - tbl_trans # $01-2 fint inf 4488 short src_inf - tbl_trans # $02-2 fsinh inf 4497 short tbl_trans - tbl_trans # $03-2 fintrz inf 4506 short tbl_trans - tbl_trans # $04-2 fsqrt inf 4524 short sopr_inf - tbl_trans # $06-2 flognp1 inf 4542 short setoxm1i - tbl_trans # $08-2 fetoxm1 inf 4551 short src_one - tbl_trans # $09-2 ftanh inf 4560 short spi_2 - tbl_trans # $0a-2 fatan inf 4578 short t_operr - tbl_trans # $0c-2 fasin inf [all …]
|
D | pfpsp.S | 1426 # or double precision denorm, inf, or nan, the operand needs to be 8415 # Multiply: (inf x inf) || (inf x norm) || (inf x denorm)
|
/linux-2.4.37.9/include/asm-s390/ |
D | irq.h | 538 } inf; member
|
/linux-2.4.37.9/include/asm-s390x/ |
D | irq.h | 539 } inf; member
|
/linux-2.4.37.9/drivers/s390/ |
D | s390io.c | 5508 if (pgid.inf.ps.state1 == SNID_STATE1_GROUPED) in s390_do_path_verification() 5900 ioinfo[irq]->pgid.inf.fc = SPID_FUNC_MULTI_PATH | SPID_FUNC_ESTABLISH; in s390_SetPGID() 5968 ioinfo[irq]->pgid.inf.fc = in s390_SetPGID() 6362 if (tmp_pgid->inf.ps.state2 == in s390_SensePGID()
|
/linux-2.4.37.9/ |
D | CREDITS | 1165 E: ehaase@inf.fu-berlin.de 1166 W: http://www.inf.fu-berlin.de/~ehaase
|
D | MAINTAINERS | 137 M: ehaase@inf.fu-berlin.de
|