/src/bin/dd/ |
conv.c | 122 u_char *inp, *outp; local in function:block 149 for (inp = in.dbp - in.dbcnt, outp = out.dbp; in.dbcnt;) { 154 *outp++ = t[ch]; 158 *outp++ = ch; 175 (void)memset(outp, ctab ? ctab[' '] : ' ', cbsz - cnt); 196 outp = out.dbp;
|
conv.c | 122 u_char *inp, *outp; local in function:block 149 for (inp = in.dbp - in.dbcnt, outp = out.dbp; in.dbcnt;) { 154 *outp++ = t[ch]; 158 *outp++ = ch; 175 (void)memset(outp, ctab ? ctab[' '] : ' ', cbsz - cnt); 196 outp = out.dbp;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/engine/ |
disp.h | 16 struct list_head outp; member in struct:nvkm_disp
|
disp.h | 16 struct list_head outp; member in struct:nvkm_disp
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
init.h | 11 struct dcb_output *outp; member in struct:nvbios_init
|
init.h | 11 struct dcb_output *outp; member in struct:nvbios_init
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
nouveau_nvkm_subdev_bios_dp.c | 70 u16 outp = nvbios_rd16(bios, data + *hdr + idx * *len); local in function:nvbios_dpout_entry 71 switch (*ver * !!outp) { 77 *cnt = nvbios_rd08(bios, outp + 0x04); 89 return outp; 158 nvbios_dpcfg_entry(struct nvkm_bios *bios, u16 outp, u8 idx, 162 outp = nvbios_dp_table(bios, ver, hdr, cnt, len); 164 *len = nvbios_rd08(bios, outp + 0x06); 165 *cnt = nvbios_rd08(bios, outp + 0x07) * 166 nvbios_rd08(bios, outp + 0x05); 170 return outp + *hdr + (idx * *len) [all...] |
nouveau_nvkm_subdev_bios_dp.c | 70 u16 outp = nvbios_rd16(bios, data + *hdr + idx * *len); local in function:nvbios_dpout_entry 71 switch (*ver * !!outp) { 77 *cnt = nvbios_rd08(bios, outp + 0x04); 89 return outp; 158 nvbios_dpcfg_entry(struct nvkm_bios *bios, u16 outp, u8 idx, 162 outp = nvbios_dp_table(bios, ver, hdr, cnt, len); 164 *len = nvbios_rd08(bios, outp + 0x06); 165 *cnt = nvbios_rd08(bios, outp + 0x07) * 166 nvbios_rd08(bios, outp + 0x05); 170 return outp + *hdr + (idx * *len) [all...] |
nouveau_nvkm_subdev_bios_dcb.c | 114 dcb_outp_hasht(struct dcb_output *outp) 116 return (outp->extdev << 8) | (outp->location << 4) | outp->type; 120 dcb_outp_hashm(struct dcb_output *outp) 122 return (outp->heads << 8) | (outp->link << 6) | outp->or; 127 struct dcb_output *outp) 130 memset(outp, 0x00, sizeof(*outp)) 221 u16 outp; local in function:dcb_outp_foreach [all...] |
nouveau_nvkm_subdev_bios_dcb.c | 114 dcb_outp_hasht(struct dcb_output *outp) 116 return (outp->extdev << 8) | (outp->location << 4) | outp->type; 120 dcb_outp_hashm(struct dcb_output *outp) 122 return (outp->heads << 8) | (outp->link << 6) | outp->or; 127 struct dcb_output *outp) 130 memset(outp, 0x00, sizeof(*outp)) 221 u16 outp; local in function:dcb_outp_foreach [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
nouveau_nvkm_engine_disp_outp.c | 29 #include "outp.h" 39 struct nvkm_outp *outp; local in function:nvkm_outp_route 43 if ((outp = ior->arm.outp) && ior->arm.outp != ior->asy.outp) { 44 OUTP_DBG(outp, "release %s", ior->name); 46 ior->func->route.set(outp, NULL); 47 ior->arm.outp = NULL; 52 if ((outp = ior->asy.outp)) 242 struct nvkm_outp *outp = *poutp; local in function:nvkm_outp_del [all...] |
nouveau_nvkm_engine_disp_outp.c | 29 #include "outp.h" 39 struct nvkm_outp *outp; local in function:nvkm_outp_route 43 if ((outp = ior->arm.outp) && ior->arm.outp != ior->asy.outp) { 44 OUTP_DBG(outp, "release %s", ior->name); 46 ior->func->route.set(outp, NULL); 47 ior->arm.outp = NULL; 52 if ((outp = ior->asy.outp)) 242 struct nvkm_outp *outp = *poutp; local in function:nvkm_outp_del [all...] |
nouveau_nvkm_engine_disp_rootnv50.c | 50 struct nvkm_outp *temp, *outp = NULL; local in function:nv50_disp_root_mthd_ 81 list_for_each_entry(temp, &disp->base.outp, head) { 84 outp = temp; 88 if (outp == NULL) 100 switch (mthd * !!outp) { 107 ret = nvkm_outp_acquire(outp, NVKM_OUTP_USER); 109 args->v0.or = outp->ior->id; 110 args->v0.link = outp->ior->asy.link; 117 nvkm_outp_release(outp, NVKM_OUTP_USER); 127 ret = nvkm_outp_acquire(outp, NVKM_OUTP_PRIV) [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/ |
nouveau_nvkm_subdev_devinit_nv50.c | 134 struct dcb_output outp; local in function:nv50_devinit_init 142 while (init->base.post && dcb_outp_parse(bios, i, &ver, &hdr, &outp)) { 143 if (nvbios_outp_match(bios, outp.hasht, outp.hashm, 146 init.outp = &outp; 147 init.or = ffs(outp.or) - 1; 148 init.link = outp.sorconf.link == 2;
|
nouveau_nvkm_subdev_devinit_nv50.c | 134 struct dcb_output outp; local in function:nv50_devinit_init 142 while (init->base.post && dcb_outp_parse(bios, i, &ver, &hdr, &outp)) { 143 if (nvbios_outp_match(bios, outp.hasht, outp.hashm, 146 init.outp = &outp; 147 init.or = ffs(outp.or) - 1; 148 init.link = outp.sorconf.link == 2;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mxm/ |
nouveau_nvkm_subdev_mxm_nv50.c | 37 u32 *outp; member in struct:context 64 if ((ctx->outp[0] & 0x0000000f) != ctx->desc.outp_type) 74 if ((ctx->outp[0] & 0x0f000000) != (link & 0x0f) << 24) 79 if ((link & ((ctx->outp[1] & 0x00000030) >> 4)) != link) 103 struct context ctx = { .outp = (u32 *)(bios->data + pdcb) }; 112 idx, ctx.outp[0], ctx.outp[1]); 113 ctx.outp[0] |= 0x0000000f; 122 if ((ctx.outp[0] & 0x0000000f) != DCB_OUTPUT_DP) 128 ctx.outp[0] &= ~0x000000f0 [all...] |
nouveau_nvkm_subdev_mxm_nv50.c | 37 u32 *outp; member in struct:context 64 if ((ctx->outp[0] & 0x0000000f) != ctx->desc.outp_type) 74 if ((ctx->outp[0] & 0x0f000000) != (link & 0x0f) << 24) 79 if ((link & ((ctx->outp[1] & 0x00000030) >> 4)) != link) 103 struct context ctx = { .outp = (u32 *)(bios->data + pdcb) }; 112 idx, ctx.outp[0], ctx.outp[1]); 113 ctx.outp[0] |= 0x0000000f; 122 if ((ctx.outp[0] & 0x0000000f) != DCB_OUTPUT_DP) 128 ctx.outp[0] &= ~0x000000f0 [all...] |
/src/tests/dev/audio/ |
h_pad.c | 102 uint32_t *outp; local in function:main 173 outp = NULL; 187 outp = outbuf; 192 if (*outp == 0) { 193 outp++; 201 expected = le32dec(outp); 208 outp++; 221 actual = le32dec(outp); 224 outp++;
|
h_pad.c | 102 uint32_t *outp; local in function:main 173 outp = NULL; 187 outp = outbuf; 192 if (*outp == 0) { 193 outp++; 201 expected = le32dec(outp); 208 outp++; 221 actual = le32dec(outp); 224 outp++;
|
/src/sys/compat/common/ |
vfs_syscalls_12.c | 123 char *outp; /* Dirent12-format */ local in function:compat_12_sys_getdirentries 185 outp = SCARG(uap, buf); 213 outp++; 227 if ((error = copyout(&idb, outp, old_reclen))) 236 outp += old_reclen; 241 if (outp == SCARG(uap, buf)) {
|
vfs_syscalls_30.c | 212 char *outp; /* NetBSD-3.0-format */ local in function:compat_30_sys_getdents 262 outp = SCARG(uap, buf); 302 if ((error = copyout(&idb, outp, idb.d_reclen)) != 0) 307 outp += idb.d_reclen;
|
vfs_syscalls_12.c | 123 char *outp; /* Dirent12-format */ local in function:compat_12_sys_getdirentries 185 outp = SCARG(uap, buf); 213 outp++; 227 if ((error = copyout(&idb, outp, old_reclen))) 236 outp += old_reclen; 241 if (outp == SCARG(uap, buf)) {
|
vfs_syscalls_30.c | 212 char *outp; /* NetBSD-3.0-format */ local in function:compat_30_sys_getdents 262 outp = SCARG(uap, buf); 302 if ((error = copyout(&idb, outp, idb.d_reclen)) != 0) 307 outp += idb.d_reclen;
|
/src/sys/compat/linux32/common/ |
linux32_dirent.c | 106 char *outp; /* Linux-format */ local in function:linux32_sys_getdents 173 outp = (void *)SCARG_P32(uap, dent); 196 outp++; 224 if ((error = copyout((void *)&idb, outp, linux32_reclen))) 233 outp += linux32_reclen; 240 if (outp == (void *)SCARG_P32(uap, dent)) {
|
/src/usr.bin/tcopy/ |
tcopy.c | 78 int ch, needeof, nw, inp, outp; local in function:main 85 outp = 0; 129 if ((outp = open(argv[1], op == VERIFY ? O_RDONLY : 144 verify(inp, outp, buff); 181 writeop(outp, MTWEOF); 184 nw = write(outp, buff, nread); 222 writeop(outp, MTWEOF); 223 writeop(outp, MTWEOF); 225 writeop(outp, MTREW); 227 verify(inp, outp, buff) [all...] |