/src/sys/arch/ia64/stand/efi/libefi/ |
devicename.c | 88 * disk<unit>[s<slice>][<partition>]: 97 int i, unit, slice, partition, err; local in function:efi_parsedev 129 slice = -1; 137 if (*cp == 's') { /* got a slice number */ 139 slice = strtol(np, &cp, 10); 141 err = EPART; /* XXX : NetBSD calls a FreeBSD SLICE, a Partition! */ 164 idev->d_kind.efidisk.slice = slice; 230 if (dev->d_kind.efidisk.slice > 0) { 231 len += snprintf(buf + len, buflen - len, "s%d", dev->d_kind.efidisk.slice); [all...] |
efiboot.h | 49 int slice; member in struct:efi_devdesc::__anond679b1af010a::__anond679b1af0208
|
devicename.c | 88 * disk<unit>[s<slice>][<partition>]: 97 int i, unit, slice, partition, err; local in function:efi_parsedev 129 slice = -1; 137 if (*cp == 's') { /* got a slice number */ 139 slice = strtol(np, &cp, 10); 141 err = EPART; /* XXX : NetBSD calls a FreeBSD SLICE, a Partition! */ 164 idev->d_kind.efidisk.slice = slice; 230 if (dev->d_kind.efidisk.slice > 0) { 231 len += snprintf(buf + len, buflen - len, "s%d", dev->d_kind.efidisk.slice); [all...] |
efiboot.h | 49 int slice; member in struct:efi_devdesc::__anond679b1af010a::__anond679b1af0208
|
/src/sys/arch/ia64/stand/ia64/ski/ |
devicename.c | 84 * disk<unit>[s<slice>][<partition>]: 93 int i, unit, slice, partition, err; local in function:ski_parsedev 124 slice = -1; 132 if (*cp == 's') { /* got a slice number */ 134 slice = strtol(np, &cp, 10); 159 idev->d_kind.skidisk.slice = slice; 225 if (dev->d_kind.skidisk.slice > 0) { 226 len += snprintf(buf + len, buflen - len, "s%d", dev->d_kind.skidisk.slice);
|
devicename.c | 84 * disk<unit>[s<slice>][<partition>]: 93 int i, unit, slice, partition, err; local in function:ski_parsedev 124 slice = -1; 132 if (*cp == 's') { /* got a slice number */ 134 slice = strtol(np, &cp, 10); 159 idev->d_kind.skidisk.slice = slice; 225 if (dev->d_kind.skidisk.slice > 0) { 226 len += snprintf(buf + len, buflen - len, "s%d", dev->d_kind.skidisk.slice);
|
libski.h | 41 int slice; member in struct:ski_devdesc::__anonfaea0121010a::__anonfaea01210208
|
libski.h | 41 int slice; member in struct:ski_devdesc::__anonfaea0121010a::__anonfaea01210208
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/ltc/ |
nouveau_nvkm_subdev_ltc_gm107.c | 115 const u32 slice = nvkm_rd32(device, 0x17e280) >> 28; local in function:gm107_ltc_oneinit 122 ltc->lts_nr = slice;
|
nouveau_nvkm_subdev_ltc_gm107.c | 115 const u32 slice = nvkm_rd32(device, 0x17e280) >> 28; local in function:gm107_ltc_oneinit 122 ltc->lts_nr = slice;
|
nouveau_nvkm_subdev_ltc_gf100.c | 218 const u32 slice = nvkm_rd32(device, 0x17e8dc) >> 28; local in function:gf100_ltc_oneinit 225 ltc->lts_nr = slice;
|
nouveau_nvkm_subdev_ltc_gf100.c | 218 const u32 slice = nvkm_rd32(device, 0x17e8dc) >> 28; local in function:gf100_ltc_oneinit 225 ltc->lts_nr = slice;
|
/src/sbin/gpt/ |
migrate.c | 236 migrate(gpt_t gpt, u_int parts, int force, int slice, int active) 274 if (slice) { 347 int slice = 0; local in function:cmd_migrate 365 slice = 1; 375 return migrate(gpt, parts, force, slice, active);
|
migrate.c | 236 migrate(gpt_t gpt, u_int parts, int force, int slice, int active) 274 if (slice) { 347 int slice = 0; local in function:cmd_migrate 365 slice = 1; 375 return migrate(gpt, parts, force, slice, active);
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_sysfs.c | 174 int slice = (int)(uintptr_t)attr->private; local in function:i915_l3_read 186 if (i915->l3_parity.remap_info[slice]) 188 i915->l3_parity.remap_info[slice] + offset / sizeof(u32), 202 int slice = (int)(uintptr_t)attr->private; local in function:i915_l3_write 220 if (i915->l3_parity.remap_info[slice]) { 222 remap_info = i915->l3_parity.remap_info[slice]; 224 i915->l3_parity.remap_info[slice] = remap_info; 232 ctx->remap_slice |= BIT(slice); 596 DRM_ERROR("l3 parity slice 1 setup failed\n");
|
i915_sysfs.c | 174 int slice = (int)(uintptr_t)attr->private; local in function:i915_l3_read 186 if (i915->l3_parity.remap_info[slice]) 188 i915->l3_parity.remap_info[slice] + offset / sizeof(u32), 202 int slice = (int)(uintptr_t)attr->private; local in function:i915_l3_write 220 if (i915->l3_parity.remap_info[slice]) { 222 remap_info = i915->l3_parity.remap_info[slice]; 224 i915->l3_parity.remap_info[slice] = remap_info; 232 ctx->remap_slice |= BIT(slice); 596 DRM_ERROR("l3 parity slice 1 setup failed\n");
|
i915_gpu_error.c | 435 int slice; local in function:error_print_instdone 450 for_each_instdone_slice_subslice(m->i915, sseu, slice, subslice) 452 slice, subslice, 453 ee->instdone.sampler[slice][subslice]); 455 for_each_instdone_slice_subslice(m->i915, sseu, slice, subslice) 457 slice, subslice, 458 ee->instdone.row[slice][subslice]);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/ |
argon2-core.h | 116 uint8_t slice; member in struct:Argon2_position_t 159 if (position->slice == 0) { 160 /* First slice */ 167 position->slice * instance->segment_length + 171 position->slice * instance->segment_length + 199 start_position = (position->slice == ARGON2_SYNC_POINTS - 1) 201 : (position->slice + 1) * instance->segment_length;
|
argon2-core.h | 116 uint8_t slice; member in struct:Argon2_position_t 159 if (position->slice == 0) { 160 /* First slice */ 167 position->slice * instance->segment_length + 171 position->slice * instance->segment_length + 199 start_position = (position->slice == ARGON2_SYNC_POINTS - 1) 201 : (position->slice + 1) * instance->segment_length;
|
/src/usr.sbin/sysinst/arch/mac68k/ |
md.h | 117 unsigned int slice : 5; /* Slice number to assocate with plus one */ member in struct:__anon66f6aa490308::__anon66f6aa490408
|
md.h | 117 unsigned int slice : 5; /* Slice number to assocate with plus one */ member in struct:__anon66f6aa490308::__anon66f6aa490408
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_workarounds.c | 404 * ss_max == 4 (maximum number of subslices possible per slice) 787 unsigned int slice, subslice; local in function:wa_init_mcr 794 * L3Banks could be fused off in single slice scenario. If that is 800 * Before any MMIO read into slice/subslice specific registers, MCR 831 slice = fls(sseu->slice_mask) - 1; 832 subslice = fls(l3_en & intel_sseu_get_subslices(sseu, slice)); 835 intel_sseu_get_subslices(sseu, slice), l3_en); 842 mcr = GEN11_MCR_SLICE(slice) | GEN11_MCR_SUBSLICE(subslice); 845 mcr = GEN8_MCR_SLICE(slice) | GEN8_MCR_SUBSLICE(subslice); 849 DRM_DEBUG_DRIVER("MCR slice/subslice = %x\n", mcr) [all...] |
intel_workarounds.c | 404 * ss_max == 4 (maximum number of subslices possible per slice) 787 unsigned int slice, subslice; local in function:wa_init_mcr 794 * L3Banks could be fused off in single slice scenario. If that is 800 * Before any MMIO read into slice/subslice specific registers, MCR 831 slice = fls(sseu->slice_mask) - 1; 832 subslice = fls(l3_en & intel_sseu_get_subslices(sseu, slice)); 835 intel_sseu_get_subslices(sseu, slice), l3_en); 842 mcr = GEN11_MCR_SLICE(slice) | GEN11_MCR_SUBSLICE(subslice); 845 mcr = GEN8_MCR_SLICE(slice) | GEN8_MCR_SUBSLICE(subslice); 849 DRM_DEBUG_DRIVER("MCR slice/subslice = %x\n", mcr) [all...] |
intel_engine_cs.c | 928 int slice, int subslice, i915_reg_t reg) 937 mcr_ss = GEN11_MCR_SLICE(slice) | GEN11_MCR_SUBSLICE(subslice); 940 mcr_ss = GEN8_MCR_SLICE(slice) | GEN8_MCR_SUBSLICE(subslice); 979 int slice; local in function:intel_engine_get_instdone 994 for_each_instdone_slice_subslice(i915, sseu, slice, subslice) { 995 instdone->sampler[slice][subslice] = 996 read_subslice_reg(engine, slice, subslice, 998 instdone->row[slice][subslice] = 999 read_subslice_reg(engine, slice, subslice,
|
/src/sys/external/bsd/drm/dist/shared-core/ |
r600_blit.c | 1205 int pitch, slice; local in function:set_render_target 1215 slice = ((w * h) / 64) - 1; 1234 OUT_RING((pitch << 0) | (slice << 10));
|