sys/arch/alpha/dev/sgmapvar.h
57
struct extent *aps_ex; /* extent map to manage sgva space */
sys/arch/alpha/pci/apecsvar.h
58
struct extent *ac_io_ex, *ac_d_mem_ex, *ac_s_mem_ex;
sys/arch/alpha/pci/ciavar.h
65
struct extent *cc_io_ex, *cc_d_mem_ex, *cc_s_mem_ex;
sys/arch/alpha/pci/irongatevar.h
53
struct extent *ic_io_ex, *ic_mem_ex;
sys/arch/alpha/pci/lcavar.h
54
struct extent *lc_io_ex, *lc_d_mem_ex, *lc_s_mem_ex;
sys/arch/alpha/pci/mcpciavar.h
51
struct extent * cc_io_ex;
sys/arch/alpha/pci/mcpciavar.h
52
struct extent * cc_d_mem_ex;
sys/arch/alpha/pci/mcpciavar.h
53
struct extent * cc_s_mem_ex;
sys/arch/alpha/pci/pci_bwx_bus_io_chipdep.c
191
struct extent *ex;
sys/arch/alpha/pci/pci_bwx_bus_mem_chipdep.c
199
struct extent *ex;
sys/arch/alpha/pci/pci_swiz_bus_io_chipdep.c
189
struct extent *ex;
sys/arch/alpha/pci/pci_swiz_bus_mem_chipdep.c
199
struct extent *dex, *sex;
sys/arch/alpha/pci/tsvar.h
58
struct extent *pc_io_ex, *pc_mem_ex;
sys/arch/amd64/amd64/bus_space.c
364
struct extent *ex;
sys/arch/amd64/amd64/bus_space.c
447
struct extent *ex;
sys/arch/amd64/amd64/bus_space.c
599
struct extent *ex;
sys/arch/amd64/amd64/bus_space.c
65
struct extent *ioport_ex;
sys/arch/amd64/amd64/bus_space.c
66
struct extent *iomem_ex;
sys/arch/amd64/amd64/machdep.c
1371
extern struct extent *iomem_ex;
sys/arch/amd64/amd64/rbus_machdep.c
55
struct extent *ex = pa->pa_memex;
sys/arch/amd64/amd64/rbus_machdep.c
71
struct extent *ex = pa->pa_ioex;
sys/arch/amd64/include/pci_machdep.h
64
extern struct extent *pciio_ex;
sys/arch/amd64/include/pci_machdep.h
65
extern struct extent *pcimem_ex;
sys/arch/amd64/include/pci_machdep.h
66
extern struct extent *pcibus_ex;
sys/arch/amd64/pci/acpipci.c
61
struct extent *sc_busex;
sys/arch/amd64/pci/acpipci.c
62
struct extent *sc_memex;
sys/arch/amd64/pci/acpipci.c
63
struct extent *sc_ioex;
sys/arch/amd64/pci/pci_machdep.c
923
struct extent *pciio_ex;
sys/arch/amd64/pci/pci_machdep.c
924
struct extent *pcimem_ex;
sys/arch/amd64/pci/pci_machdep.c
925
struct extent *pcibus_ex;
sys/arch/arm64/dev/acpipci.c
72
struct extent *sc_busex;
sys/arch/arm64/dev/acpipci.c
73
struct extent *sc_memex;
sys/arch/arm64/dev/acpipci.c
74
struct extent *sc_ioex;
sys/arch/arm64/dev/apldart.c
147
struct extent *as_dvamap;
sys/arch/arm64/dev/aplpcie.c
151
struct extent *sc_busex;
sys/arch/arm64/dev/aplpcie.c
152
struct extent *sc_memex;
sys/arch/arm64/dev/aplpcie.c
153
struct extent *sc_pmemex;
sys/arch/arm64/dev/aplpcie.c
154
struct extent *sc_ioex;
sys/arch/arm64/dev/smmuvar.h
45
struct extent *sd_iovamap;
sys/arch/armv7/marvell/mvpcie.c
150
struct extent *sc_busex;
sys/arch/armv7/marvell/mvpcie.c
151
struct extent *sc_memex;
sys/arch/armv7/marvell/mvpcie.c
152
struct extent *sc_ioex;
sys/arch/armv7/vexpress/pciecam.c
80
struct extent *sc_ioex;
sys/arch/armv7/vexpress/pciecam.c
81
struct extent *sc_memex;
sys/arch/hppa/dev/astro.c
122
struct extent *sc_dvmamap;
sys/arch/hppa/dev/dino.c
116
struct extent *sc_ioex;
sys/arch/hppa/dev/dino.c
119
struct extent *sc_memex;
sys/arch/hppa/dev/dino.c
523
struct extent *ex = sc->sc_ioex;
sys/arch/hppa/dev/dino.c
573
struct extent *ex;
sys/arch/hppa/dev/dino.c
607
struct extent *ex;
sys/arch/hppa/dev/elroy.c
432
struct extent *ex;
sys/arch/hppa/dev/elroyvar.h
44
struct extent *sc_memex;
sys/arch/hppa/hppa/machdep.c
140
struct extent *hppa_ex;
sys/arch/hppa/hppa/mainbus.c
74
extern struct extent *hppa_ex;
sys/arch/hppa/spmath/dbl_float.h
343
#define Dbl_right_align(srcdstA,srcdstB,shift,extent) \
sys/arch/hppa/spmath/dbl_float.h
353
shift-32, Extall(extent)); \
sys/arch/hppa/spmath/dbl_float.h
354
if(Dallp2(srcdstB) << (64 - (shift))) Ext_setone_low(extent); \
sys/arch/hppa/spmath/dbl_float.h
356
else Extall(extent) = Dallp2(srcdstB); \
sys/arch/hppa/spmath/dbl_float.h
361
Extall(extent) = Dallp1(srcdstA); \
sys/arch/hppa/spmath/dbl_float.h
362
if(Dallp2(srcdstB)) Ext_setone_low(extent); \
sys/arch/hppa/spmath/dbl_float.h
372
Extall(extent) = Dallp2(srcdstB) << (32 - (shift)); \
sys/arch/hppa/spmath/dbl_float.h
377
else Extall(extent) = 0; \
sys/arch/hppa/spmath/dbl_float.h
384
#define Dbl_fix_overshift(srcdstA,srcdstB,shift,extent) \
sys/arch/hppa/spmath/dbl_float.h
385
Extall(extent) = Dallp2(srcdstB) << (32 - (shift)); \
sys/arch/hppa/spmath/dbl_float.h
402
#define Dbl_subtract_withextension(lefta,leftb,righta,rightb,extent,resulta,resultb) \
sys/arch/hppa/spmath/dbl_float.h
404
if( (Extall(extent) = 0-Extall(extent)) ) \
sys/arch/hppa/spmath/dfadd.c
264
/*and lower to*/extent);
sys/arch/hppa/spmath/dfadd.c
275
/*with*/extent,/*into*/resultp1,resultp2);
sys/arch/hppa/spmath/dfadd.c
28
register unsigned int leftp1, leftp2, rightp1, rightp2, extent;
sys/arch/hppa/spmath/dfadd.c
289
Dbl_leftshiftby1_withextent(resultp1,resultp2,extent,resultp1,resultp2);
sys/arch/hppa/spmath/dfadd.c
316
Ext_leftshiftby1(extent);
sys/arch/hppa/spmath/dfadd.c
328
Ext_leftshiftby1(extent);
sys/arch/hppa/spmath/dfadd.c
406
Dbl_fix_overshift(resultp1,resultp2,(1-result_exponent),extent);
sys/arch/hppa/spmath/dfadd.c
421
Dbl_rightshiftby1_withextent(resultp2,extent,extent);
sys/arch/hppa/spmath/dfadd.c
432
if(Ext_isnotzero(extent))
sys/arch/hppa/spmath/dfadd.c
438
if(Ext_isone_sign(extent))
sys/arch/hppa/spmath/dfadd.c
441
if(Ext_isnotzero_lower(extent) ||
sys/arch/hppa/spmath/dfsub.c
266
/*and lower to*/extent);
sys/arch/hppa/spmath/dfsub.c
277
/*with*/extent,/*into*/resultp1,resultp2);
sys/arch/hppa/spmath/dfsub.c
28
register unsigned int leftp1, leftp2, rightp1, rightp2, extent;
sys/arch/hppa/spmath/dfsub.c
291
Dbl_leftshiftby1_withextent(resultp1,resultp2,extent,resultp1,resultp2);
sys/arch/hppa/spmath/dfsub.c
314
Ext_leftshiftby1(extent);
sys/arch/hppa/spmath/dfsub.c
326
Ext_leftshiftby1(extent);
sys/arch/hppa/spmath/dfsub.c
404
Dbl_fix_overshift(resultp1,resultp2,(1-result_exponent),extent);
sys/arch/hppa/spmath/dfsub.c
419
Dbl_rightshiftby1_withextent(resultp2,extent,extent);
sys/arch/hppa/spmath/dfsub.c
430
if(Ext_isnotzero(extent))
sys/arch/hppa/spmath/dfsub.c
436
if(Ext_isone_sign(extent))
sys/arch/hppa/spmath/dfsub.c
439
if(Ext_isnotzero_lower(extent) ||
sys/arch/hppa/spmath/float.h
465
#define Ext_isone_sign(extent) (Extsign(extent))
sys/arch/hppa/spmath/float.h
466
#define Ext_isnotzero(extent) \
sys/arch/hppa/spmath/float.h
467
(Extall(extent))
sys/arch/hppa/spmath/float.h
468
#define Ext_isnotzero_lower(extent) \
sys/arch/hppa/spmath/float.h
469
(Extlow31(extent))
sys/arch/hppa/spmath/float.h
470
#define Ext_leftshiftby1(extent) \
sys/arch/hppa/spmath/float.h
471
Extall(extent) <<= 1
sys/arch/hppa/spmath/float.h
472
#define Ext_negate(extent) \
sys/arch/hppa/spmath/float.h
473
(int )Extall(extent) = 0 - (int )Extall(extent)
sys/arch/hppa/spmath/float.h
474
#define Ext_setone_low(extent) Bitfield_deposit(1,31,1,extent)
sys/arch/hppa/spmath/sfadd.c
259
/*and lower to*/extent);
sys/arch/hppa/spmath/sfadd.c
269
Sgl_subtract_withextension(left,/*minus*/right,/*with*/extent,/*into*/result);
sys/arch/hppa/spmath/sfadd.c
27
register unsigned int left, right, result, extent;
sys/arch/hppa/spmath/sfadd.c
283
Sgl_leftshiftby1_withextent(result,extent,result);
sys/arch/hppa/spmath/sfadd.c
310
Ext_leftshiftby1(extent);
sys/arch/hppa/spmath/sfadd.c
322
Ext_leftshiftby1(extent);
sys/arch/hppa/spmath/sfadd.c
400
Sgl_right_align(result,/*by*/(1-result_exponent),extent);
sys/arch/hppa/spmath/sfadd.c
415
Sgl_rightshiftby1_withextent(result,extent,extent);
sys/arch/hppa/spmath/sfadd.c
426
if(Ext_isnotzero(extent))
sys/arch/hppa/spmath/sfadd.c
432
if(Ext_isone_sign(extent))
sys/arch/hppa/spmath/sfadd.c
435
if(Ext_isnotzero_lower(extent) ||
sys/arch/hppa/spmath/sfsub.c
262
/*and lower to*/extent);
sys/arch/hppa/spmath/sfsub.c
27
register unsigned int left, right, result, extent;
sys/arch/hppa/spmath/sfsub.c
272
Sgl_subtract_withextension(left,/*minus*/right,/*with*/extent,/*into*/result);
sys/arch/hppa/spmath/sfsub.c
286
Sgl_leftshiftby1_withextent(result,extent,result);
sys/arch/hppa/spmath/sfsub.c
313
Ext_leftshiftby1(extent);
sys/arch/hppa/spmath/sfsub.c
325
Ext_leftshiftby1(extent);
sys/arch/hppa/spmath/sfsub.c
403
Sgl_right_align(result,/*by*/(1-result_exponent),extent);
sys/arch/hppa/spmath/sfsub.c
418
Sgl_rightshiftby1_withextent(result,extent,extent);
sys/arch/hppa/spmath/sfsub.c
429
if(Ext_isnotzero(extent))
sys/arch/hppa/spmath/sfsub.c
435
if(Ext_isone_sign(extent))
sys/arch/hppa/spmath/sfsub.c
438
if(Ext_isnotzero_lower(extent) ||
sys/arch/hppa/spmath/sgl_float.h
214
#define Sgl_right_align(srcdst,shift,extent) \
sys/arch/hppa/spmath/sgl_float.h
217
Extall(extent) = Sall(srcdst) << (32-(shift)); \
sys/arch/hppa/spmath/sgl_float.h
221
Extall(extent) = Sall(srcdst); \
sys/arch/hppa/spmath/sgl_float.h
234
#define Sgl_subtract_withextension(left,right,extent,result) \
sys/arch/hppa/spmath/sgl_float.h
237
if((Extall(extent) = 0-Extall(extent))) \
sys/arch/i386/i386/bios.c
453
extern struct extent *iomem_ex;
sys/arch/i386/i386/machdep.c
257
struct extent *ioport_ex;
sys/arch/i386/i386/machdep.c
258
struct extent *iomem_ex;
sys/arch/i386/i386/machdep.c
3587
struct extent *ex;
sys/arch/i386/i386/machdep.c
3665
struct extent *ex;
sys/arch/i386/i386/machdep.c
3765
struct extent *ex;
sys/arch/i386/i386/rbus_machdep.c
53
struct extent *ex = pa->pa_memex;
sys/arch/i386/i386/rbus_machdep.c
69
struct extent *ex = pa->pa_ioex;
sys/arch/i386/pci/pci_addr_fixup.c
181
struct extent *ex;
sys/arch/i386/pci/pci_addr_fixup.c
262
pcitag_t tag, int mapreg, struct extent *ex, int type, bus_addr_t *addr,
sys/arch/i386/pci/pci_addr_fixup.c
308
pcitag_t tag, int mapreg, struct extent *ex, int type, bus_addr_t *addr,
sys/arch/i386/pci/pci_addr_fixup.c
337
pci_chipset_tag_t pc, pcitag_t tag, int mapreg, struct extent *ex, int type,
sys/arch/i386/pci/pci_addr_fixup.c
45
struct extent *, int, bus_addr_t *, bus_size_t);
sys/arch/i386/pci/pci_addr_fixup.c
53
pci_chipset_tag_t, pcitag_t, int, struct extent *, int,
sys/arch/i386/pci/pci_addr_fixup.c
56
pci_chipset_tag_t, pcitag_t, int, struct extent *, int, u_long *,
sys/arch/i386/pci/pci_addr_fixup.c
61
pci_chipset_tag_t, pcitag_t, int, struct extent *, int, bus_addr_t *,
sys/arch/i386/pci/pci_machdep.c
913
struct extent *pciio_ex;
sys/arch/i386/pci/pci_machdep.c
914
struct extent *pcimem_ex;
sys/arch/i386/pci/pci_machdep.c
915
struct extent *pcibus_ex;
sys/arch/i386/pci/pci_machdep.h
80
extern struct extent *pciio_ex;
sys/arch/i386/pci/pci_machdep.h
81
extern struct extent *pcimem_ex;
sys/arch/i386/pci/pci_machdep.h
82
extern struct extent *pcibus_ex;
sys/arch/i386/pci/pcibiosvar.h
59
struct extent *extent_mem;
sys/arch/i386/pci/pcibiosvar.h
60
struct extent *extent_port;
sys/arch/loongson/dev/bonito.c
1143
struct extent *
sys/arch/loongson/dev/bonito.c
1147
struct extent *ex;
sys/arch/loongson/dev/bonitovar.h
37
struct extent;
sys/arch/loongson/dev/bonitovar.h
73
struct extent
sys/arch/macppc/macppc/machdep.c
132
struct extent *devio_ex;
sys/arch/macppc/pci/mpcpcibus.c
66
struct extent *sc_ioex;
sys/arch/macppc/pci/mpcpcibus.c
67
struct extent *sc_memex;
sys/arch/octeon/dev/octeon_pcibus.c
119
struct extent *octeon_pcibus_get_resource_extent(pci_chipset_tag_t, int);
sys/arch/octeon/dev/octeon_pcibus.c
460
struct extent *
sys/arch/octeon/dev/octeon_pcibus.c
464
struct extent *ex;
sys/arch/octeon/dev/octpcie.c
190
struct extent *port_ioex;
sys/arch/octeon/dev/octpcie.c
191
struct extent *port_memex;
sys/arch/powerpc/powerpc/bus_space.c
45
extern struct extent *devio_ex;
sys/arch/powerpc64/dev/phb.c
78
struct extent *sc_busex;
sys/arch/powerpc64/dev/phb.c
79
struct extent *sc_memex;
sys/arch/powerpc64/dev/phb.c
80
struct extent *sc_ioex;
sys/arch/riscv64/dev/stfpcie.c
154
struct extent *sc_busex;
sys/arch/riscv64/dev/stfpcie.c
155
struct extent *sc_memex;
sys/arch/riscv64/dev/stfpcie.c
156
struct extent *sc_pmemex;
sys/arch/riscv64/dev/stfpcie.c
157
struct extent *sc_ioex;
sys/arch/sh/dev/shpcic.c
145
struct extent *io_ex;
sys/arch/sh/dev/shpcic.c
146
struct extent *mem_ex;
sys/arch/sh/dev/shpcicvar.h
59
struct extent *extent_mem;
sys/arch/sh/dev/shpcicvar.h
60
struct extent *extent_port;
sys/arch/sparc64/dev/iommuvar.h
129
struct extent *is_dvmamap; /* DVMA map for this instance */
sys/dev/acpi/acpidmar.c
144
struct extent *iovamap;
sys/dev/cardbus/rbus.c
184
rbus_new_body(bus_space_tag_t bt, struct extent *ex,
sys/dev/cardbus/rbus.c
219
struct extent *ex;
sys/dev/cardbus/rbus.c
241
rbus_new_root_share(bus_space_tag_t bt, struct extent *ex, bus_addr_t start,
sys/dev/cardbus/rbus.h
120
rbus_tag_t rbus_new_body(bus_space_tag_t, struct extent *,
sys/dev/cardbus/rbus.h
124
rbus_tag_t rbus_new_root_share(bus_space_tag_t, struct extent *,
sys/dev/cardbus/rbus.h
64
struct extent;
sys/dev/cardbus/rbus.h
75
struct extent *rb_ext;
sys/dev/fdt/bcm2711_pcie.c
196
struct extent *sc_busex;
sys/dev/fdt/bcm2711_pcie.c
197
struct extent *sc_memex;
sys/dev/fdt/cdpcie.c
87
struct extent *sc_busex;
sys/dev/fdt/cdpcie.c
88
struct extent *sc_memex;
sys/dev/fdt/cdpcie.c
89
struct extent *sc_pmemex;
sys/dev/fdt/cdpcie.c
90
struct extent *sc_ioex;
sys/dev/fdt/pciecam.c
88
struct extent *sc_ioex;
sys/dev/fdt/pciecam.c
89
struct extent *sc_memex;
sys/dev/fdt/rkpcie.c
107
struct extent *sc_busex;
sys/dev/fdt/rkpcie.c
108
struct extent *sc_memex;
sys/dev/fdt/rkpcie.c
109
struct extent *sc_ioex;
sys/dev/fdt/rkpcie.c
401
struct extent *ex;
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
2332
for (ext = sect->section; ext->extent != NULL; ++ext) {
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
2338
buffer[count++] = cpu_to_le32(ext->extent[i]);
sys/dev/pci/drm/amd/amdgpu/clearstate_defs.h
34
const unsigned int *extent;
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
4307
for (ext = sect->section; ext->extent != NULL; ++ext) {
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
6393
for (ext = sect->section; ext->extent != NULL; ++ext) {
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
6401
amdgpu_ring_write(ring, ext->extent[i]);
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
3632
for (ext = sect->section; ext->extent != NULL; ++ext) {
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
3640
amdgpu_ring_write(ring, ext->extent[i]);
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
835
for (ext = sect->section; ext->extent != NULL; ++ext) {
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
678
for (ext = sect->section; ext->extent != NULL; ++ext)
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
702
for (ext = sect->section; ext->extent != NULL; ++ext) {
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
708
buffer[count++] = cpu_to_le32(ext->extent[i]);
sys/dev/pci/drm/amd/amdgpu/gfx_v6_0.c
2042
for (ext = sect->section; ext->extent != NULL; ++ext) {
sys/dev/pci/drm/amd/amdgpu/gfx_v6_0.c
2048
amdgpu_ring_write(ring, ext->extent[i]);
sys/dev/pci/drm/amd/amdgpu/gfx_v6_0.c
2841
for (ext = sect->section; ext->extent != NULL; ++ext) {
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
2495
for (ext = sect->section; ext->extent != NULL; ++ext) {
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
2501
amdgpu_ring_write(ring, ext->extent[i]);
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
3868
for (ext = sect->section; ext->extent != NULL; ++ext) {
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
4113
for (ext = sect->section; ext->extent != NULL; ++ext) {
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
4159
for (ext = sect->section; ext->extent != NULL; ++ext) {
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
4167
amdgpu_ring_write(ring, ext->extent[i]);
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
1635
for (ext = sect->section; ext->extent != NULL; ++ext) {
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3353
for (ext = sect->section; ext->extent != NULL; ++ext) {
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3361
amdgpu_ring_write(ring, ext->extent[i]);
sys/dev/pci/drm/i915/i915_drv.h
221
struct extent *memex;
sys/dev/pci/drm/radeon/cik.c
6682
for (ext = sect->section; ext->extent != NULL; ++ext) {
sys/dev/pci/drm/radeon/cik.c
6718
for (ext = sect->section; ext->extent != NULL; ++ext) {
sys/dev/pci/drm/radeon/cik.c
6724
buffer[count++] = cpu_to_le32(ext->extent[i]);
sys/dev/pci/drm/radeon/clearstate_defs.h
34
const unsigned int *extent;
sys/dev/pci/drm/radeon/evergreen.c
4240
for (j = 0; cs_data[i].section[j].extent != NULL; j++) {
sys/dev/pci/drm/radeon/evergreen.c
4297
for (j = 0; cs_data[i].section[j].extent != NULL; j++) {
sys/dev/pci/drm/radeon/evergreen.c
4312
data = cs_data[i].section[j].extent[k];
sys/dev/pci/drm/radeon/si.c
5678
for (ext = sect->section; ext->extent != NULL; ++ext) {
sys/dev/pci/drm/radeon/si.c
5714
for (ext = sect->section; ext->extent != NULL; ++ext) {
sys/dev/pci/drm/radeon/si.c
5720
buffer[count++] = cpu_to_le32(ext->extent[i]);
sys/dev/pci/pci_map.c
317
struct extent *ex;
sys/dev/pci/pcivar.h
129
struct extent *pa_ioex;
sys/dev/pci/pcivar.h
130
struct extent *pa_memex;
sys/dev/pci/pcivar.h
131
struct extent *pa_pmemex;
sys/dev/pci/pcivar.h
132
struct extent *pa_busex;
sys/dev/pci/pcivar.h
192
struct extent *sc_ioex;
sys/dev/pci/pcivar.h
193
struct extent *sc_memex;
sys/dev/pci/pcivar.h
194
struct extent *sc_pmemex;
sys/dev/pci/pcivar.h
195
struct extent *sc_busex;
sys/dev/pci/pcivar.h
96
struct extent *pba_ioex;
sys/dev/pci/pcivar.h
97
struct extent *pba_memex;
sys/dev/pci/pcivar.h
98
struct extent *pba_pmemex;
sys/dev/pci/pcivar.h
99
struct extent *pba_busex;
sys/dev/pci/ppb.c
74
struct extent *sc_parent_busex;
sys/dev/pci/ppb.c
75
struct extent *sc_busex;
sys/dev/pci/ppb.c
76
struct extent *sc_ioex;
sys/dev/pci/ppb.c
77
struct extent *sc_memex;
sys/dev/pci/ppb.c
78
struct extent *sc_pmemex;
sys/isofs/cd9660/cd9660_node.c
421
ino = (isonum_733(isodir->extent) +
sys/isofs/cd9660/cd9660_rrip.c
571
if (c != 0 || isonum_733(isodir->extent) != ana->imp->root_extent)
sys/isofs/cd9660/cd9660_vfsops.c
344
isomp->root_extent = isonum_733 (rootp->extent);
sys/isofs/cd9660/cd9660_vfsops.c
410
isomp->root_extent = isonum_733(rootp->extent);
sys/isofs/cd9660/cd9660_vfsops.c
777
if (isonum_733(isodir->extent) +
sys/isofs/cd9660/cd9660_vfsops.c
782
isonum_733(isodir->extent) +
sys/isofs/cd9660/cd9660_vfsops.c
810
ip->iso_extent = isonum_733(isodir->extent);
sys/isofs/cd9660/iso.h
147
u_char extent [ISODCL (3, 10)]; /* 733 */
sys/kern/subr_extent.c
103
static LIST_HEAD(listhead, extent) ext_list;
sys/kern/subr_extent.c
104
static void extent_register(struct extent *);
sys/kern/subr_extent.c
107
extent_register(struct extent *ex)
sys/kern/subr_extent.c
110
struct extent *ep;
sys/kern/subr_extent.c
1152
extent_alloc_region_descriptor(struct extent *ex, int flags)
sys/kern/subr_extent.c
1194
extent_free_region_descriptor(struct extent *ex, struct extent_region *rp)
sys/kern/subr_extent.c
1241
extent_print(struct extent *ex)
sys/kern/subr_extent.c
1247
extent_print1(struct extent *ex,
sys/kern/subr_extent.c
153
struct extent *ep;
sys/kern/subr_extent.c
164
struct extent *
sys/kern/subr_extent.c
168
struct extent *ex;
sys/kern/subr_extent.c
202
ex = (struct extent *)fex;
sys/kern/subr_extent.c
220
ex = (struct extent *)malloc(sizeof(struct extent),
sys/kern/subr_extent.c
242
free(ex, mtype, sizeof(struct extent));
sys/kern/subr_extent.c
260
extent_destroy(struct extent *ex)
sys/kern/subr_extent.c
296
extent_insert_and_optimize(struct extent *ex, u_long start, u_long size,
sys/kern/subr_extent.c
401
extent_do_alloc_region(struct extent *ex, u_long start, u_long size,
sys/kern/subr_extent.c
560
extent_alloc_region(struct extent *ex, u_long start, u_long size, int flags)
sys/kern/subr_extent.c
580
extent_alloc_region_with_descr(struct extent *ex, u_long start,
sys/kern/subr_extent.c
609
extent_do_alloc(struct extent *ex, u_long substart, u_long subend,
sys/kern/subr_extent.c
76
void extent_print1(struct extent *, int (*)(const char *, ...)
sys/kern/subr_extent.c
80
static void extent_insert_and_optimize(struct extent *, u_long, u_long,
sys/kern/subr_extent.c
82
static struct extent_region *extent_alloc_region_descriptor(struct extent *, int);
sys/kern/subr_extent.c
83
static void extent_free_region_descriptor(struct extent *,
sys/kern/subr_extent.c
85
int extent_do_alloc(struct extent *, u_long, u_long, u_long, u_long,
sys/kern/subr_extent.c
947
extent_alloc_subregion(struct extent *ex, u_long substart, u_long subend,
sys/kern/subr_extent.c
970
extent_alloc_subregion_with_descr(struct extent *ex, u_long substart,
sys/kern/subr_extent.c
985
extent_free(struct extent *ex, u_long start, u_long size, int flags)
sys/lib/libsa/cd9660.c
258
fp->bno = isonum_733(dp->extent);
sys/sys/extent.h
104
struct extent *extent_create(char *, u_long, u_long, int,
sys/sys/extent.h
106
void extent_destroy(struct extent *);
sys/sys/extent.h
107
int extent_alloc_subregion(struct extent *, u_long, u_long,
sys/sys/extent.h
109
int extent_alloc_subregion_with_descr(struct extent *, u_long, u_long,
sys/sys/extent.h
112
int extent_alloc_region(struct extent *, u_long, u_long, int);
sys/sys/extent.h
113
int extent_alloc_region_with_descr(struct extent *, u_long, u_long,
sys/sys/extent.h
115
int extent_free(struct extent *, u_long, u_long, int);
sys/sys/extent.h
116
void extent_print(struct extent *);
sys/sys/extent.h
58
LIST_ENTRY(extent) ex_link;
sys/sys/extent.h
62
struct extent fex_extent; /* MUST BE FIRST */
sys/uvm/uvm_swap.c
211
struct extent *swapmap; /* controls the mapping of /dev/drum */
usr.sbin/makefs/cd9660.c
1705
node->isoDirRecord->extent);
usr.sbin/makefs/cd9660.c
1781
child->isoDirRecord->extent);
usr.sbin/makefs/cd9660.h
111
u_char extent [ISODCL (3, 10)]; /* 733 */
usr.sbin/makefs/cd9660/cd9660_debug.c
343
(char *)((struct iso_directory_record*) buf)->extent, 733);
usr.sbin/makefs/cd9660/cd9660_debug.c
89
isonum_733(node->isoDirRecord->extent));
usr.sbin/makefs/cd9660/cd9660_debug.c
92
isonum_733(node->isoDirRecord->extent));
usr.sbin/makefs/cd9660/iso.h
144
u_char extent [ISODCL (3, 10)]; /* 733 */