Searched refs:ir (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c84 struct fw_xferq *ir; member in struct:fw_drv1
239 if (d->ir != NULL) {
240 struct fw_xferq *ir = d->ir; local
242 if ((ir->flag & FWXFERQ_OPEN) == 0)
244 if (ir->flag & FWXFERQ_RUNNING) {
245 ir->flag &= ~FWXFERQ_RUNNING;
246 fc->irx_disable(fc, ir->dmach);
249 fwdev_freebuf(ir);
251 for (xfer = STAILQ_FIRST(&ir
364 struct fw_xferq *ir; local
663 struct fw_xferq *ir, *it; local
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.c395 INDEX_ROOT *ir = NULL; local
416 ir = (INDEX_ROOT *)((char *)a + le16_to_cpu(a->value_offset));
418 if (!ir) {
422 return ir;
428 INDEX_ROOT *ir; local
430 ir = ntfs_ir_lookup(ni, name, len, &ctx);
431 if (ir)
433 return ir;
617 if (ntfs_index_entry_inconsistent(ie, icx->ir->collation_rule,
773 INDEX_ROOT *ir; local
1092 ntfs_ir_to_ib(INDEX_ROOT *ir, VCN ib_vcn) argument
1121 ntfs_ir_nill(INDEX_ROOT *ir) argument
1223 INDEX_ROOT *ir; local
[all...]
H A Ddir.c257 INDEX_ROOT *ir; local
287 ir = (INDEX_ROOT*)((u8*)ctx->attr +
289 index_block_size = le32_to_cpu(ir->index_block_size);
296 /* Consistency check of ir done while fetching attribute */
297 index_end = (u8*)&ir->index + le32_to_cpu(ir->index.index_length);
299 ie = (INDEX_ENTRY*)((u8*)&ir->index +
300 le32_to_cpu(ir->index.entries_offset));
845 INDEX_ROOT *ir; member in union:__anon10
978 *pos = (u8*)ie - (u8*)iu.ir;
1112 INDEX_ROOT *ir; local
1576 INDEX_ROOT *ir = NULL; local
[all...]
H A Dindex.h74 * @entry: index entry (points into @ir or @ia)
77 * @is_in_root: TRUE if @entry is in @ir or FALSE if it is in @ia
78 * @ir: index root if @is_in_root or NULL otherwise
96 * If @is_in_root is TRUE, @entry is in the index root attribute @ir described
102 * respectively. @ir and @actx are NULL in this case. @ia_na is opened
124 INDEX_ROOT *ir; member in struct:__anon14
H A Dattrib.c3440 const INDEX_ROOT *ir; local
3525 ir = (const INDEX_ROOT*)((const u8*)a +
3531 || (le32_to_cpu(ir->index.entries_offset)
3533 || (le32_to_cpu(ir->index.index_length)
3534 < le32_to_cpu(ir->index.entries_offset))
3535 || (le32_to_cpu(ir->index.allocated_size)
3536 < le32_to_cpu(ir->index.index_length))
3538 < (le32_to_cpu(ir->index.allocated_size)
H A Dsecurity.c686 ((INDEX_HEADER*)&xsii->ir->index);
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohcivar.h63 } arrq, arrs, atrq, atrs, it[OHCI_DMA_ITCH], ir[OHCI_DMA_IRCH]; member in struct:fwohci_softc
H A Dfwohci.cpp657 sc->fc.ir[i] = &sc->ir[i].xferq;
659 sc->ir[i].xferq.dmach = i;
661 sc->ir[i].ndb = 0;
812 delete_sem(sc->ir[i].xferq.Sem);
814 fwohci_db_free(&sc->ir[i]);
1363 fwohci_db_free(&sc->ir[dmach]);
1364 sc->ir[dmach].xferq.flag &= ~FWXFERQ_RUNNING;
1445 struct fw_xferq *ir; local
1456 if( &sc->ir[dmac
1710 struct fw_xferq *ir; local
2223 struct fw_xferq *ir; local
2623 fwohci_set_rx_buf(struct fw_xferq *ir, struct fwohcidb_tr *db_tr, bus_addr_t dbuf[], int dsiz[]) argument
[all...]
H A Dfirewire.cpp836 fc->ir[i]->queued = 0;
839 fc->ir[i]->start = NULL;
842 fc->ir[i]->buf = NULL;
845 fc->ir[i]->flag = FWXFERQ_STREAM;
848 STAILQ_INIT(&fc->ir[i]->q);
852 snprintf(tempname, sizeof(tempname), "ir%d ready sem", i);
853 fc->ir[i]->Sem = create_sem(0, tempname);
862 fc->ir[i]->maxq = FWMAXQUEUE;
2176 xferq = rb->fc->ir[sub];
2458 xferqa = &fc->ir[
[all...]
/haiku/headers/libs/agg/
H A Dagg_scanline_boolean_algebra.h774 rect_i ir = intersect_rectangles(r1, r2);
775 if(!ir.is_valid()) return;
779 sl.reset(ir.x1, ir.x2);
/haiku/headers/private/firewire/
H A Dfirewirereg.h173 *arq, *atq, *ars, *ats, *it[FW_MAX_DMACH],*ir[FW_MAX_DMACH]; member in struct:firewire_comm

Completed in 116 milliseconds