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

123

/freebsd-11-stable/lib/libc/rpc/
H A Drpcb_st_xdr.c108 if (!xdr_int(xdrs, &objp->indirect)) {
117 IXDR_PUT_INT32(buf, objp->indirect);
146 if (!xdr_int(xdrs, &objp->indirect)) {
155 objp->indirect = (int)IXDR_GET_INT32(buf);
182 if (!xdr_int(xdrs, &objp->indirect)) {
/freebsd-11-stable/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-11-stable/usr.sbin/rpcbind/
H A Drpcb_stat.c170 rl->indirect++;
194 rl->indirect = 1;
/freebsd-11-stable/usr.sbin/camdd/
H A Dcamdd.c212 struct camdd_buf_indirect indirect; member in union:camdd_buf_types
234 * A reference count of how many indirect buffers point to this
353 * Free indirect buffers. These are used for breaking a large
885 tmp_ind = &tmp_buf->buf_type_spec.indirect;
930 struct camdd_buf_indirect *indirect; local
932 indirect = &buf->buf_type_spec.indirect;
933 len = indirect->len;
1880 "indirect buffer", __func__);
2026 "indirect buffe
2066 struct camdd_buf_indirect *indirect; local
2791 struct camdd_buf_indirect *indirect; local
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/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::__anon1627
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp35 bool indirect = false;
42 indirect = false;
129 indirect = true;
137 } while (indirect);
/freebsd-11-stable/sys/dev/bhnd/bhndb/
H A Dbhndb.c112 bool *indirect);
402 direct_msg = prio >= prio_min ? "direct" : "indirect";
1346 * @param[out] indirect On error and if not NULL, will be set to 'true' if
1347 * the caller should instead use an indirect resource mapping.
1354 int rid, struct resource *r, bool *indirect)
1369 if (indirect)
1370 *indirect = false;
1423 if (indirect)
1424 *indirect = true;
1435 if (indirect)
1353 bhndb_try_activate_resource(struct bhndb_softc *sc, device_t child, int type, int rid, struct resource *r, bool *indirect) argument
1540 bool indirect; local
[all...]
/freebsd-11-stable/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.c2799 pc-relative or some form of GOT-indirect relocation.
3591 Used for relaxing indirect function calls.
3595 Used for relaxing indirect jumps.
5192 bfd *input_bfd = link_order->u.indirect.section->owner;
5193 asection *input_section = link_order->u.indirect.section;
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dx86gas.pl195 { my $indirect=&::static_label("$nmdecor$sym\$non_lazy_ptr");
196 &::mov($dst,&::DWP("$indirect-$reflabel",$base));
197 $non_lazy_ptr{"$nmdecor$sym"}=$indirect;
/freebsd-11-stable/sys/rpc/
H A Drpcb_prot.h306 int indirect; member in struct:rpcbs_rmtcalllist
456 int indirect; member in struct:rpcbs_rmtcalllist
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_attr.c100 uint64_t form, int indirect, Dwarf_Error *error)
110 atref.at_form = indirect ? form : ad->ad_form;
111 atref.at_indirect = indirect;
98 _dwarf_attr_init(Dwarf_Debug dbg, Dwarf_Section *ds, uint64_t *offsetp, int dwarf_size, Dwarf_CU cu, Dwarf_Die die, Dwarf_AttrDef ad, uint64_t form, int indirect, Dwarf_Error *error) argument
/freebsd-11-stable/contrib/one-true-awk/
H A Dproto.h163 extern Cell *indirect(Node **, int);
/freebsd-11-stable/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::__anon375
/freebsd-11-stable/usr.sbin/autofs/
H A Dcommon.c504 node_expand_maps(struct node *n, bool indirect) argument
510 if (indirect)
513 if (indirect == false)
524 if (indirect) {
525 log_debugx("map \"%s\" is an indirect map, parsing",
651 node_is_direct_map(n) ? "direct" : "indirect",
/freebsd-11-stable/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-11-stable/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
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dhttp_curl.c347 LogotypeReference *indirect; member in union:__anon3774::__anon3775
418 ASN1_IMP(LogotypeInfo, d.indirect, LogotypeReference, 1)
759 i2r_LogotypeReference(info->d.indirect, title, out, indent);
861 add_logo_indirect(ctx, hcert, info->d.indirect);

Completed in 416 milliseconds

123