HomeSort by: relevance | last modified time | path
    Searched refs:ibs (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/sys/dev/ic/
igpio.c 164 struct igpio_bank_setup *ibs; local
166 for (ibs = igpio_bank_setup; ibs->ibs_acpi_hid; ibs++) {
167 if (strcmp(ib->ib_sc->sc_acpi_hid, ibs->ibs_acpi_hid) != 0)
169 if (ibs->ibs_barno != barno)
172 return ibs;
237 struct igpio_bank_setup *ibs; local
314 ibs = ib->ib_setup;
318 i, ibs->ibs_barno, ibs->ibs_first_pin, ibs->ibs_last_pin))
380 struct igpio_bank_setup *ibs = ib->ib_setup; local
420 struct igpio_bank_setup *ibs = ib->ib_setup; local
446 struct igpio_bank_setup *ibs = ib->ib_setup; local
744 struct igpio_bank_setup *ibs = ib->ib_setup; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_vm_sdma.c 103 struct amdgpu_ib *ib = p->job->ibs;
150 struct amdgpu_ib *ib = p->job->ibs;
180 struct amdgpu_ib *ib = p->job->ibs;
218 ndw -= p->job->ibs->length_dw;
260 pte = (uint64_t *)&(p->job->ibs->ptr[p->num_dw_left]);
amdgpu_job.h 49 struct amdgpu_ib *ibs; member in struct:amdgpu_job
amdgpu_job.c 83 (*job)->ibs = (void *)&(*job)[1];
103 r = amdgpu_ib_get(adev, NULL, size, &(*job)->ibs[0]);
120 amdgpu_ib_free(ring->adev, &job->ibs[i], f);
178 r = amdgpu_ib_schedule(ring, job->num_ibs, job->ibs, NULL, fence);
237 DRM_INFO("Skip scheduling IBs!\n");
239 r = amdgpu_ib_schedule(ring, job->num_ibs, job->ibs, job,
242 DRM_ERROR("Error scheduling IBs (%d)\n", r);
amdgpu_ib.c 49 * IBs (Indirect Buffers) and areas of GPU accessible memory where
54 * put in IBs for execution by the requested ring.
65 * Request an IB (all asics). IBs are allocated using the
110 * @num_ibs: number of IBs to schedule
111 * @ibs: IB objects to schedule
123 * IBs, one for the CE and one for the DE. If there is a CE IB (called
128 struct amdgpu_ib *ibs, struct amdgpu_job *job,
132 struct amdgpu_ib *ib = &ibs[0];
225 ib = &ibs[i];
227 /* drop preamble IBs if we don't have a context switch *
    [all...]
amdgpu_jpeg.c 156 ib = &job->ibs[0];
amdgpu_ttm.c 2204 src_addr += job->ibs[0].gpu_addr;
2208 amdgpu_emit_copy_buffer(adev, &job->ibs[0], src_addr,
2211 amdgpu_ring_pad_ib(ring, &job->ibs[0]);
2212 WARN_ON(job->ibs[0].length_dw > num_dw);
2218 flags, &job->ibs[0].ptr[num_dw]);
2223 &job->ibs[0].ptr[num_dw]);
2286 amdgpu_emit_copy_buffer(adev, &job->ibs[0], src_offset,
2294 amdgpu_ring_pad_ib(ring, &job->ibs[0]);
2295 WARN_ON(job->ibs[0].length_dw > num_dw);
2308 DRM_ERROR("Error scheduling IBs (%d)\n", r)
    [all...]
amdgpu_uvd.c 912 struct amdgpu_ib *ib = &ctx->parser->job->ibs[ctx->ib_idx];
959 struct amdgpu_ib *ib = &ctx->parser->job->ibs[ctx->ib_idx];
1001 struct amdgpu_ib *ib = &parser->job->ibs[ib_idx];
1031 DRM_ERROR("UVD-IBs need a msg command!\n");
1080 ib = &job->ibs[0];
amdgpu_vce.c 460 ib = &job->ibs[0];
538 ib = &job->ibs[0];
725 struct amdgpu_ib *ib = &p->job->ibs[ib_idx];
961 struct amdgpu_ib *ib = &p->job->ibs[ib_idx];
1120 * amdgpu_vce_ring_test_ib - test if VCE IBs are working
amdgpu.h 461 struct amdgpu_ib *ibs, struct amdgpu_job *job,
517 return p->job->ibs[ib_idx].ptr[idx];
524 p->job->ibs[ib_idx].ptr[idx] = value;
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bf_buff.c 242 int ibs, obs; local
307 ibs = (int)num;
311 ibs = ctx->ibuf_size;
315 ibs = (int)num;
320 if ((ibs > DEFAULT_BUFFER_SIZE) && (ibs != ctx->ibuf_size)) {
340 ctx->ibuf_size = ibs;
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bf_buff.c 242 int ibs, obs; local
307 ibs = (int)num;
311 ibs = ctx->ibuf_size;
315 ibs = (int)num;
320 if ((ibs > DEFAULT_BUFFER_SIZE) && (ibs != ctx->ibuf_size)) {
340 ctx->ibuf_size = ibs;
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bf_buff.c 244 int ibs, obs; local
307 ibs = (int)num;
311 ibs = ctx->ibuf_size;
315 ibs = (int)num;
320 if ((ibs > DEFAULT_BUFFER_SIZE) && (ibs != ctx->ibuf_size)) {
338 ctx->ibuf_size = ibs;
  /src/crypto/external/apache2/openssl/dist/crypto/comp/
c_zlib.c 626 int ibs, obs; local
649 ibs = -1;
654 ibs = (int)num;
658 ibs = (int)num;
659 obs = ibs;
662 if (ibs != -1) {
665 ctx->ibufsize = ibs;
c_brotli.c 703 size_t ibs, obs; local
726 ibs = ctx->decode.bufsize;
731 ibs = (size_t)num;
735 ibs = (size_t)num;
736 obs = ibs;
739 if (ibs > 0 && ibs != ctx->decode.bufsize) {
742 tmp = OPENSSL_realloc(ctx->decode.buf, ibs);
747 ctx->decode.bufsize = ibs;
c_zstd.c 751 size_t ibs, obs; local
775 ibs = ctx->decompress.bufsize;
780 ibs = (size_t)num;
784 obs = ibs = (size_t)num;
787 if (ibs > 0 && ibs != ctx->decompress.bufsize) {
789 tmp = OPENSSL_realloc(ctx->decompress.buffer, ibs);
796 ctx->decompress.bufsize = ibs;
  /src/crypto/external/bsd/openssl/dist/crypto/comp/
c_zlib.c 551 int ibs, obs; local
572 ibs = -1;
577 ibs = (int)num;
581 ibs = (int)num;
582 obs = ibs;
585 if (ibs != -1) {
588 ctx->ibufsize = ibs;
  /src/crypto/external/bsd/openssl.old/dist/crypto/comp/
c_zlib.c 547 int ibs, obs; local
568 ibs = -1;
573 ibs = (int)num;
577 ibs = (int)num;
578 obs = ibs;
581 if (ibs != -1) {
584 ctx->ibufsize = ibs;
  /src/tests/usr.bin/rump_server/
t_disk.sh 80 echo 'test string' | dd of=testfile ibs=512 count=1 conv=sync
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dnode.c 539 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs,
551 if (ibs == 0)
552 ibs = zfs_default_ibs;
554 ibs = MIN(MAX(ibs, DN_MIN_INDBLKSHIFT), DN_MAX_INDBLKSHIFT);
556 dprintf("os=%p obj=%llu txg=%llu blocksize=%d ibs=%d\n", dn->dn_objset,
557 dn->dn_object, tx->tx_txg, blocksize, ibs);
592 dn->dn_indblkshift = ibs;
615 dn->dn_next_indblkshift[tx->tx_txg & TXG_MASK] = ibs;
1375 dnode_set_blksz(dnode_t *dn, uint64_t size, int ibs, dmu_tx_t *tx
    [all...]
  /src/sys/arch/powerpc/include/booke/
openpicreg.h 168 #define MSIIR_BIT(srs, ibs) (((srs) << 29) | ((ibs) << 24))
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dnode.h 290 void dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs,
298 int dnode_set_blksz(dnode_t *dn, uint64_t size, int ibs, dmu_tx_t *tx);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
pdtrace.in 782 | dd of=$ofile conv=notrunc count=4 ibs=1 bs=1 \
840 byte=$(dd if=$objfile count=1 ibs=1 bs=1 skip=$probe_off 2> /dev/null)
875 | dd of=$objfile conv=notrunc count=5 ibs=1 bs=1 seek=$probe_off 2> /dev/null
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
pdtrace.in 782 | dd of=$ofile conv=notrunc count=4 ibs=1 bs=1 \
840 byte=$(dd if=$objfile count=1 ibs=1 bs=1 skip=$probe_off 2> /dev/null)
875 | dd of=$objfile conv=notrunc count=5 ibs=1 bs=1 seek=$probe_off 2> /dev/null
  /src/external/bsd/zstd/dist/tests/gzip/
init.sh 522 dd ibs=$n_ count=1 if=$dev_rand_ 2>/dev/null \

Completed in 68 milliseconds

1 2