/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_mem.h | 20 u8 comp; member in struct:nouveau_mem 25 int nouveau_mem_new(struct nouveau_cli *, u8 kind, u8 comp,
|
nouveau_bo.h | 39 unsigned comp:3; member in struct:nouveau_bo
|
/src/games/monop/ |
getinp.c | 51 static int comp(const char *); 91 if (comp(lst[i])) { 104 comp(const char *s1) function in typeref:typename:int
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
if500d.h | 21 __u8 comp; member in struct:nv50_vmm_map_v0
|
if500b.h | 25 __u8 comp; member in struct:nv50_mem_map_v0
|
vmm.h | 30 bool comp:1; member in struct:nvif_vmm::__anon83732cfb0108
|
if0008.h | 30 __u8 comp; member in struct:nvif_mmu_type_v0
|
cl0002.h | 40 __u8 comp; member in struct:nv50_dma_v0
|
if000c.h | 31 __u8 comp; member in struct:nvif_vmm_page_v0
|
/src/tests/usr.bin/xlint/lint1/ |
d_typefun.c | 16 int (*comp)(const void *, const void *); member in struct:stack_st
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/dma/ |
nouveau_nvkm_engine_dma_usernv50.c | 83 u32 user, part, comp, kind; local in function:nv50_dmaobj_new 101 "comp %d kind %02x\n", args->v0.version, 102 args->v0.priv, args->v0.part, args->v0.comp, 106 comp = args->v0.comp; 113 comp = NV50_DMA_V0_COMP_NONE; 118 comp = NV50_DMA_V0_COMP_VM; 124 if (user > 2 || part > 2 || comp > 3 || kind > 0x7f) 126 dmaobj->flags0 = (comp << 29) | (kind << 22) | (user << 20) |
|
/src/usr.sbin/services_mkdb/ |
uniq.c | 54 static int comp(const char *, char **, size_t *); 83 if (!comp(line, &compline, &complen)) { 117 comp(const char *origline, char **compline, size_t *len) function in typeref:typename:int
|
/src/libexec/fingerd/ |
fingerd.c | 73 char **ap, *av[ENTRIES + 1], **comp, line[1024], *prog, *s; local in function:main 75 const char *av[ENTRIES + 1], **comp; 154 comp = &av[1]; 174 comp = &av[0]; 184 *comp = ++lp; 186 *comp = prog; 189 for (ap = comp + 1; strcmp("--", *(ap++)); ); 206 execv(prog, comp);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
priv.h | 30 void (*comp)(struct nvkm_fb *, int i, u32 size, u32 flags, member in struct:nvkm_fb_func::__anon4ecaa5510208
|
/src/usr.bin/comm/ |
comm.c | 68 int comp, file1done, file2done, read1, read2; local in function:main 137 if (!(comp = compare(line1, line2))) { 146 if (comp < 0) {
|
/src/bin/mt/ |
mt.c | 116 const struct commands *cp, *comp; local in function:main 146 for (comp = NULL, cp = com; cp->c_name != NULL; cp++) { 149 if (comp != NULL) 151 p, cp->c_name, comp->c_name); 153 comp = cp; 156 if (comp == NULL) 161 if (count < comp->c_mincount || *p) 166 flags = comp->c_ronly ? O_RDONLY : O_WRONLY; 171 switch (comp->c_spcl) { 173 if (comp->c_code == MTASF) [all...] |
/src/sys/arch/cesfic/cesfic/ |
dp8570a.h | 21 } comp; member in struct:dp8570reg
|
/src/sys/dev/splash/ |
splash.c | 180 int xoff, yoff, width, height, comp; local in function:splash_render 189 splash_image.datalen, &width, &height, &comp, STBI_rgb); 195 aprint_debug("%s: splash loaded, width %d height %d comp %d\n", 196 __func__, width, height, comp);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/ |
nouveau_nvkm_subdev_mmu_vmmgf100.c | 295 u32 comp = (page->shift == 16 && !gm20x) ? 16 : 17; local in function:gf100_vmm_valid 296 u32 tags = ALIGN(nvkm_memory_size(memory), 1 << 17) >> comp; 298 VMM_DEBUG(vmm, "comp %d %02x", aper, page->type); 306 VMM_DEBUG(vmm, "comp %d", ret);
|
nouveau_nvkm_subdev_mmu_vmmnv50.c | 247 u8 aper, kind, kind_inv, comp, priv, ro; local in function:nv50_vmm_valid 258 comp = args->v0.comp & 0x03; 264 comp = 0; 302 if (comp) { 303 u32 tags = (nvkm_memory_size(memory) >> 16) * comp; 305 VMM_DEBUG(vmm, "comp %d %02x", aper, page->type); 312 VMM_DEBUG(vmm, "comp %d", ret); 318 map->ctag |= (u64)comp << 49; 319 map->type |= (u64)comp << 47 [all...] |
/src/tests/lib/libc/regex/ |
t_regex_att.c | 260 geterror(const char *s, int *comp, int *exec) 267 #define COMP 1 269 { "OK", 0, COMP|EXEC }, 272 _DO(BADPAT, COMP) 273 _DO(ECOLLATE, COMP) 274 _DO(ECTYPE, COMP) 275 _DO(EESCAPE, COMP) 276 _DO(ESUBREG, COMP) 277 _DO(EBRACK, COMP) 278 _DO(EPAREN, COMP) 489 int comp, exec; local in function:att_test [all...] |
/src/usr.bin/mkubootimage/ |
mkubootimage.c | 227 enum uboot_image_comp comp; member in struct:uboot_comp 244 return uboot_comp[i].comp; 251 get_comp_name(enum uboot_image_comp comp) 256 if (uboot_comp[i].comp == comp) 293 printf(" comp: %d (%s)\n", hdr->ih_comp, 472 case 'C': /* comp */
|
/src/sys/dev/ata/ |
ld_ataraid.c | 291 u_int comp, daddr_t bn, void *addr, long bcount) 303 cbp->cb_buf.b_vp = sc->sc_vnodes[comp]; 304 cbp->cb_buf.b_objlock = sc->sc_vnodes[comp]->v_interlock; 312 cbp->cb_comp = comp; 346 u_int comp; local in function:ld_ataraid_start_span 352 comp = 0; 353 adi = &aai->aai_disks[comp]; 357 adi = &aai->aai_disks[++comp]; 367 cbp = ld_ataraid_make_cbuf(sc, bp, comp, bn, addr, rcount); 381 adi = &aai->aai_disks[++comp]; 404 u_int comp; local in function:ld_ataraid_start_raid0 [all...] |
/src/games/hack/ |
hack.mklev.c | 103 static int comp(const void *, const void *); 191 qsort(rooms, nroom, sizeof(rooms[0]), comp); 370 comp(const void *vx, const void *vy) function in typeref:typename:int
|
/src/sys/dev/i2c/ |
adm1021.c | 234 uint8_t* comp, uint8_t *rev, char* name) 238 *comp = 0; 242 admtemp_exec(sc, I2C_OP_READ_WITH_STOP, &cmd, comp); 267 if (*comp == 0) { 270 if (admtemp_exec(sc, I2C_OP_READ_WITH_STOP, &cmd, comp) == 0 && 271 *comp != ADMTEMP_LOW_DEFAULT) { 278 if (*comp == ADM1021_COMPANY_MAXIM) { 286 if (*comp == *rev) { 298 if (*comp == ADM1021_COMPANY_GMT) { 304 if (*comp == ADM1021_COMPANY_ADM) 337 uint8_t cmd, data, stat, comp, rev; local in function:admtemp_attach [all...] |