/src/sys/dev/ieee1394/ |
fwdma.h | 56 bus_size_t esize; member in struct:fwdma_alloc_multi 66 int offset = am->esize * index; 75 int offset = am->esize * index; 86 off = (am->esize * start) % am->ssize; 87 eoff = (am->esize * end) % am->ssize; 88 seg = &am->seg[am->esize * start / am->ssize]; 89 eseg = &am->seg[am->esize * end / am->ssize]; 105 off, eoff - off + am->esize, op);
|
/src/sys/kern/ |
subr_hash.c | 59 size_t esize; local in function:hash_list_size 63 esize = sizeof(*hashtbl_list); 66 esize = sizeof(*hashtbl_pslist); 69 esize = sizeof(*hashtbl_slist); 72 esize = sizeof(*hashtbl_tailq); 77 return esize; 94 size_t esize; local in function:hashinit 104 esize = hash_list_size(htype); 106 p = kmem_alloc(hashsize * esize, waitok ? KM_SLEEP : KM_NOSLEEP); 142 const size_t esize = hash_list_size(htype) local in function:hashdone [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/ |
nouveau_nvkm_subdev_instmem_nv50.c | 156 bus_size_t esize; local in function:nv50_instobj_kmap 184 esize = nvkm_memory_size(&eobj->base.memory); 192 bus_space_unmap(ebst, ebsh, esize);
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
r100_track.h | 26 unsigned esize; member in struct:r100_cs_track_array
|
/src/sys/arch/aarch64/aarch64/ |
db_trace.c | 222 int esize, len; local in function:DecodeBitMasks 225 esize = (1 << len); 226 imms &= (esize - 1); 227 immr &= (esize - 1); 228 result = rotate(esize, (1ULL << (imms + 1)) - 1, immr); 229 while (esize < bitwidth) { 230 result |= (result << esize); 231 esize <<= 1;
|
disasm.c | 678 int esize, len; local in function:ValidBitMasks 687 esize = (1 << len); 688 imms &= (esize - 1); 689 if (imms == (uint64_t)(esize - 1)) 700 int esize, len; local in function:DecodeBitMasks 703 esize = (1 << len); 704 imms &= (esize - 1); 705 immr &= (esize - 1); 706 result = rotate(esize, (1ULL << (imms + 1)) - 1, immr); 707 while (esize < bitwidth) [all...] |
/src/sys/dev/i2o/ |
iop.c | 1165 int esize, size, rv; local in function:iop_lct_get 1168 esize = le32toh(sc->sc_status.expectedlctsize); 1169 lct = malloc(esize, M_DEVBUF, M_WAITOK); 1170 if ((rv = iop_lct_get0(sc, lct, esize, 0)) != 0) { 1176 if (esize != size) {
|
/src/sys/uvm/ |
uvm_map.c | 5426 const u_int esize = uimin(sizeof(*vme), elem_size); local in function:fill_vmentries 5430 error = sysctl_copyout(l, &vme[i], dp, esize);
|
/src/sys/dist/pf/net/ |
pfvar.h | 1451 int esize; /* size of each element in bytes */ member in struct:pfioc_trans
|