Searched refs:indirect (Results 1 - 25 of 30) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dea.c26 if (ea->indirect) {
28 hpfs_error(s, "ea->indirect set while ea->valuelen!=8, %s %08x, pos %08x",
83 if (ea->indirect)
84 goto indirect;
104 if (hpfs_ea_read(s, a, ano, pos + 4, ea->namelen + 1 + (ea->indirect ? 8 : 0), ex + 4))
107 if (ea->indirect)
108 goto indirect;
119 indirect:
139 if (ea->indirect)
162 if (hpfs_ea_read(s, a, ano, pos + 4, ea->namelen + 1 + (ea->indirect
[all...]
H A Dhpfs.h464 unsigned indirect: 1; /* 1 -> value gives sector number member in struct:extended_attribute
481 if this.indirect, valuelen is 8 and the value is
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_decode.h53 * a0 - will point to source/dest operand for any indirect mode
121 | .long "addr register indirect"
122 | .long "addr register indirect postincrement"
123 | .long "addr register indirect predecrement"
184 | .long "no memory indirect action/reserved","null outer displacement"
196 | test if %pc is the base register for the indirect addr mode
220 | addressing mode: address register indirect
244 | addressing mode: address register indirect with postincrement
263 | addressing mode: address register indirect with predecrement
289 | addressing mode: address register/programm counter indirect
[all...]
H A Dfp_move.S135 | addressing mode: address register indirect
140 | addressing mode: address register indirect with postincrement
145 | addressing mode: address register indirect with predecrement
150 | addressing mode: address register indirect with 16bit displacement
H A Dfp_scan.S167 | addressing mode: address register indirect
172 | addressing mode: address register indirect with postincrement
177 | addressing mode: address register indirect with predecrement
182 | addressing mode: address register/programm counter indirect
188 | all other indirect addressing modes will finally end up here
H A Dfp_movem.S88 | addressing mode: address register indirect
93 | addressing mode: address register indirect with postincrement
102 | addressing mode: address register/programm counter indirect
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/befs/
H A Ddatastream.c181 /* Size of indirect block */
183 metablocks += ds->indirect.len;
186 Double indir block, plus all the indirect blocks it mapps
187 In the double-indirect range, all block runs of data are
189 how many data block runs are in the double-indirect region,
190 and from that we know how many indirect blocks it takes to
191 map them. We assume that the indirect blocks are also
236 as in the indirect region code).
293 befs_block_run indirect = data->indirect; local
[all...]
H A Dbefs_fs_types.h33 /* The datastream blocks mapped by the double-indirect
36 * the potentially huge number of indirect blocks
139 * Note: the indirect and dbl_indir block_runs may
145 befs_disk_block_run indirect; member in struct:__anon7333
155 befs_block_run indirect; member in struct:__anon7334
H A Dendian.h114 data.indirect = fsrun_to_cpu(sb, n.indirect);
H A Ddebug.c144 tmp_run = fsrun_to_cpu(sb, inode->data.datastream.indirect);
145 befs_debug(sb, " indirect [%u, %hu, %hu]",
156 befs_debug(sb, " double indirect [%u, %hu, %hu]",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c342 struct srp_indirect_buf *indirect = local
344 int num_mapped = indirect->table_desc.len /
348 unmap_sg_list(num_mapped, dev, &indirect->desc_list[0]);
393 struct srp_indirect_buf *indirect = local
418 indirect->table_desc.va = 0;
419 indirect->table_desc.len = sg_mapped * sizeof(struct srp_direct_buf);
420 indirect->table_desc.key = 0;
424 &indirect->desc_list[0]);
425 indirect->len = total_length;
429 /* get indirect tabl
682 struct srp_indirect_buf *indirect; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dcontrol_compat.c159 unsigned int indirect; /* bit-field causes misalignment */ member in struct:snd_ctl_elem_value32
223 unsigned int indirect; local
227 if (get_user(indirect, &data32->indirect))
229 if (indirect)
H A Dcontrol.c694 int result, indirect; local
703 indirect = vd->access & SNDRV_CTL_ELEM_ACCESS_INDIRECT ? 1 : 0;
704 if (control->indirect != indirect) {
752 int result, indirect; local
761 indirect = vd->access & SNDRV_CTL_ELEM_ACCESS_INDIRECT ? 1 : 0;
762 if (control->indirect != indirect) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dr128_state.c645 DRM_DEBUG("indirect: buf=%d s=0x%x e=0x%x\n", buf->idx, start, end);
664 /* Fire off the indirect buffer */
677 /* Emit the indirect buffer age */
824 /* Dispatch the indirect buffer.
1568 drm_r128_indirect_t indirect; local
1577 DRM_COPY_FROM_USER_IOCTL(indirect, (drm_r128_indirect_t __user *) data,
1578 sizeof(indirect));
1580 DRM_DEBUG("indirect: idx=%d s=%d e=%d d=%d\n",
1581 indirect.idx, indirect
[all...]
H A Dradeon_state.c1547 DRM_DEBUG("indirect: buf=%d s=0x%x e=0x%x\n", buf->idx, start, end);
1565 /* Fire off the indirect buffer */
1752 /* Dispatch the indirect buffer.
2428 drm_radeon_indirect_t indirect; local
2433 DRM_COPY_FROM_USER_IOCTL(indirect,
2435 sizeof(indirect));
2437 DRM_DEBUG("indirect: idx=%d s=%d e=%d d=%d\n",
2438 indirect.idx, indirect.start, indirect
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Disp.S863 # _dmem_read_long() - read data longword (for memory indirect) #
907 # indirect, read indirect address using #
1002 # Address register indirect: (An) #
1037 # Address register indirect w/ postincrement: (An)+ #
1126 # Address register indirect w/ predecrement: -(An) #
1215 # Address register indirect w/ displacement: (d16, An) #
1314 # Address register indirect w/ index(8-bit displacement): (dn, An, Xn) #
1316 # Memory indirect postindexed: ([bd, An], Xn, od) #
1317 # Memory indirect preindexe
[all...]
H A Dpfpsp.S4662 # Address register indirect: (An) #
4697 # Address register indirect w/ postincrement: (An)+ #
4766 # Address register indirect w/ predecrement: -(An) #
4827 # Address register indirect w/ displacement: (d16, An) #
4934 # Address register indirect w/ index(8-bit displacement): (d8, An, Xn) #
4936 # Memory indirect postindexed: ([bd, An], Xn, od) #
4937 # Memory indirect preindexed: ([bd, An, Xn], od) #
5014 # Program counter indirect w/ displacement: (d16, PC) #
5033 # PC indirect w/ index(8-bit displacement): (d8, PC, An) #
5035 # PC memory indirect postindexe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Drib.h156 struct nexthop *indirect; member in struct:nexthop
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/
H A DMakefile46 cflags-y += -mno-space-regs -mfast-indirect-calls
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dscall64-o32.S69 4: lw a7, 28(t0) # argument #8 from usp (for indirect syscalls)
115 sd a7, PT_R11(sp) # For indirect syscalls
131 ld a7, PT_R11(sp) # For indirect syscalls
177 li v1, 4000 # indirect syscall number
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfnmatch_loop.c348 const int32_t *indirect; local
366 indirect = (const int32_t *)
375 indirect = (const int32_t *)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dasound.h740 #define SNDRV_CTL_ELEM_ACCESS_DINDIRECT (1<<30) /* indirect access for matrix dimensions in the info structure */
741 #define SNDRV_CTL_ELEM_ACCESS_INDIRECT (1<<31) /* indirect access for element value in the value structure */
795 unsigned short *d_ptr; /* indirect */
802 unsigned int indirect: 1; /* W: use indirect pointer (xxx_ptr member) */ member in struct:snd_ctl_elem_value
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dnamei.c333 unsigned count, indirect; local
371 if ((indirect = root->info.indirect_levels) > 1) {
422 if (!indirect--) return frame;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dnamei.c333 unsigned count, indirect; local
371 if ((indirect = root->info.indirect_levels) > 1) {
422 if (!indirect--) return frame;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c2933 const int32_t *indirect;
2953 indirect = (const int32_t *)
3384 const int32_t *indirect;
3398 indirect = (const int32_t *)
6430 const int32_t *indirect;
6444 indirect = (const int32_t *)
2920 const int32_t *indirect; local
3371 const int32_t *indirect; local
6413 const int32_t *indirect; local

Completed in 360 milliseconds

12