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

123

/freebsd-10.1-release/sys/dev/virtio/
H A Dvirtqueue.c90 struct vring_desc *indirect; member in struct:virtqueue::vq_desc_extra
169 "indirect descriptors: %d, max %d\n",
239 "indirect descriptors but not negotiated\n",
252 dxp->indirect = malloc(size, M_DEVBUF, M_NOWAIT);
253 if (dxp->indirect == NULL) {
254 device_printf(dev, "cannot allocate indirect list\n");
258 dxp->indirect_paddr = vtophys(dxp->indirect);
259 virtqueue_init_indirect_list(vq, dxp->indirect);
274 if (dxp->indirect == NULL)
277 free(dxp->indirect, M_DEVBU
287 virtqueue_init_indirect_list(struct virtqueue *vq, struct vring_desc *indirect) argument
[all...]
/freebsd-10.1-release/lib/libc/rpc/
H A Drpcb_st_xdr.c111 if (!xdr_int(xdrs, &objp->indirect)) {
120 IXDR_PUT_INT32(buf, objp->indirect);
150 if (!xdr_int(xdrs, &objp->indirect)) {
159 objp->indirect = (int)IXDR_GET_INT32(buf);
186 if (!xdr_int(xdrs, &objp->indirect)) {
/freebsd-10.1-release/contrib/llvm/lib/DebugInfo/
H A DDWARFFormValue.cpp132 bool indirect = false; local
138 indirect = false;
214 indirect = true;
240 } while (indirect);
263 bool indirect = false; local
345 indirect = true;
357 } while (indirect);
/freebsd-10.1-release/usr.sbin/rpcbind/
H A Drpcb_stat.c26 * or profits or other special, indirect and consequential damages, even if
171 rl->indirect++;
195 rl->indirect = 1;
/freebsd-10.1-release/sys/dev/drm/
H A Dr128_state.c648 DRM_DEBUG("indirect: buf=%d s=0x%x e=0x%x\n", buf->idx, start, end);
667 /* Fire off the indirect buffer */
680 /* Emit the indirect buffer age */
830 /* Dispatch the indirect buffer.
1554 drm_r128_indirect_t *indirect = data; local
1567 indirect->idx, indirect->start, indirect->end,
1568 indirect->discard);
1570 if (indirect
[all...]
H A Dradeon_state.c1590 /* Fire off the indirect buffer */
1781 /* Dispatch the indirect buffer.
2437 drm_radeon_indirect_t *indirect = data; local
2448 indirect->idx, indirect->start, indirect->end,
2449 indirect->discard);
2451 if (indirect->idx < 0 || indirect->idx >= dma->buf_count) {
2453 indirect
[all...]
/freebsd-10.1-release/contrib/binutils/ld/
H A Dldwrite.c253 link_order->u.indirect.section = i;
390 printf ("%8x %s\n", l->offset, l->u.indirect.section->owner->filename);
462 sec = p->u.indirect.section;
519 p->u.indirect.section->output_section = n;
520 p->u.indirect.section->output_offset = p->offset;
/freebsd-10.1-release/contrib/gdb/include/
H A Dhp-symtab.h485 unsigned int indirect: 1; member in struct:dntt_type_fparam
525 unsigned int indirect: 1; member in struct:dntt_type_svar
564 unsigned int indirect: 1; member in struct:dntt_type_dvar
600 unsigned int indirect: 1; member in struct:dntt_type_const
944 unsigned int indirect: 1; /* 1 => pointer to object */ member in struct:dntt_type_with
1158 unsigned int indirect: 1; /* Is object_ident addr of addr? */ member in struct:dntt_type_object_id
H A Dbfdlink.h66 bfd_link_hash_indirect, /* Symbol is an indirect link. */
67 bfd_link_hash_warning /* Like indirect, but warn if referenced. */
555 } indirect;
552 } indirect; member in union:bfd_link_order::__anon1428
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp119 bool indirect = false; local
125 indirect = false;
161 indirect = true;
171 } while (indirect);
/freebsd-10.1-release/contrib/texinfo/info/
H A Dnodes.c450 /* If this isn't an indirect tags table, just remember the nodes
465 /* This is an indirect tags table. Build TAGS member. */
466 SEARCH_BINDING indirect;
468 indirect.start = tags_table_begin;
469 indirect.end = 0;
470 indirect.buffer = binding.buffer;
471 indirect.flags = S_FoldCase;
473 position = search_backward (INDIRECT_TAGS_TABLE_LABEL, &indirect);
481 indirect.start = position;
482 indirect
462 SEARCH_BINDING indirect; local
[all...]
/freebsd-10.1-release/include/rpc/
H A Drpcb_prot.x293 int indirect; /* whether callit or indirect */
381 * RPCBPROC_INDIRECT should be used for indirect calls.
520 % int indirect;
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dreloc16.c254 bfd *input_bfd = link_order->u.indirect.section->owner;
255 asection *input_section = link_order->u.indirect.section;
H A Dsimple.c203 link_order.u.indirect.section = sec;
H A Dreloc.c2795 pc-relative or some form of GOT-indirect relocation.
3587 Used for relaxing indirect function calls.
3591 Used for relaxing indirect jumps.
5188 bfd *input_bfd = link_order->u.indirect.section->owner;
5189 asection *input_section = link_order->u.indirect.section;
H A Dcoff-ppc.c2144 sec = p->u.indirect.section;
2323 && (bfd_get_flavour (p->u.indirect.section->owner)
2326 sub = p->u.indirect.section->owner;
/freebsd-10.1-release/crypto/openssl/crypto/perlasm/
H A Dx86gas.pl194 { my $indirect=&::static_label("$nmdecor$sym\$non_lazy_ptr");
195 &::mov($dst,&::DWP("$indirect-$reflabel",$base));
196 $non_lazy_ptr{"$nmdecor$sym"}=$indirect;
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_state.c1626 /* Fire off the indirect buffer */
1819 /* Dispatch the indirect buffer.
2480 drm_radeon_indirect_t *indirect = data; local
2486 indirect->idx, indirect->start, indirect->end,
2487 indirect->discard);
2489 if (indirect->idx < 0 || indirect->idx >= dma->buf_count) {
2491 indirect
[all...]
/freebsd-10.1-release/sys/rpc/
H A Drpcb_prot.h306 int indirect; member in struct:rpcbs_rmtcalllist
456 int indirect; member in struct:rpcbs_rmtcalllist
/freebsd-10.1-release/contrib/one-true-awk/
H A Dproto.h163 extern Cell *indirect(Node **, int);
/freebsd-10.1-release/contrib/binutils/include/
H A Dbfdlink.h66 bfd_link_hash_indirect, /* Symbol is an indirect link. */
67 bfd_link_hash_warning /* Like indirect, but warn if referenced. */
632 } indirect;
629 } indirect; member in union:bfd_link_order::__anon382
/freebsd-10.1-release/usr.sbin/autofs/
H A Dcommon.c507 node_expand_maps(struct node *n, bool indirect) argument
513 if (indirect)
516 if (indirect == false)
527 if (indirect) {
528 log_debugx("map \"%s\" is an indirect map, parsing",
650 node_is_direct_map(n) ? "direct" : "indirect",
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dia64-tdep.c1298 int indirect = rM < 256 ? reg_contents[rM] : 0; local
1331 else if (qp == 0 && 32 <= indirect && indirect < 40 &&
1332 !instores[indirect-32])
1334 /* Allow an indirect store of an input register. */
1335 instores[indirect-32] = 1;
1352 int indirect = rM < 256 ? reg_contents[rM] : 0; local
1358 else if (qp == 0 && 32 <= indirect && indirect < 40 &&
1359 !instores[indirect
[all...]
H A Di386-tdep.c1691 unsigned long indirect = read_memory_unsigned_integer (pc + 2, 4);
1693 indirect ? lookup_minimal_symbol_by_pc (indirect) : 0;
1700 return name ? 1 : read_memory_unsigned_integer (indirect, 4);
1677 unsigned long indirect = read_memory_unsigned_integer (pc + 2, 4); local
/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex_internal.h748 const int32_t *table, *indirect;
757 indirect = (const int32_t *) _NL_CURRENT (LC_COLLATE,
747 const int32_t *table, *indirect; local

Completed in 379 milliseconds

123