sbin/newfs_udf/newfs_udf.c
103
op.extent = 512; /* size */
sys/arch/acorn32/stand/lib/riscosfile.c
138
int extent;
sys/arch/acorn32/stand/lib/riscosfile.c
142
error = xosargs_read_ext(rf->file, &extent);
sys/arch/acorn32/stand/lib/riscosfile.c
150
sb->st_size = extent;
sys/arch/algor/algor/algor_p4032var.h
45
struct extent *ac_io_ex;
sys/arch/algor/algor/algor_p4032var.h
46
struct extent *ac_mem_ex;
sys/arch/algor/algor/algor_p5064var.h
46
struct extent *ac_io_ex;
sys/arch/algor/algor/algor_p5064var.h
47
struct extent *ac_mem_ex;
sys/arch/algor/algor/algor_p6032var.h
50
struct extent *ac_io_ex;
sys/arch/algor/algor/algor_p6032var.h
51
struct extent *ac_mem_ex;
sys/arch/amd64/amd64/rbus_machdep.c
113
extern struct extent *ioport_ex;
sys/arch/amd64/amd64/rbus_machdep.c
114
struct extent *ex = ioport_ex;
sys/arch/amd64/amd64/rbus_machdep.c
74
extern struct extent *iomem_ex;
sys/arch/amd64/amd64/rbus_machdep.c
75
struct extent *ex = iomem_ex;
sys/arch/cobalt/cobalt/machdep.c
110
struct extent *cobalt_io_ex = NULL;
sys/arch/cobalt/cobalt/machdep.c
111
struct extent *cobalt_mem_ex = NULL;
sys/arch/evbmips/gdium/gdiumvar.h
47
struct extent *gc_io_ex;
sys/arch/evbmips/gdium/gdiumvar.h
48
struct extent *gc_mem_ex;
sys/arch/evbmips/loongson/loongson_bus_defs.h
8
extern struct extent *loongson_io_ex;
sys/arch/evbmips/loongson/loongson_bus_defs.h
9
extern struct extent *loongson_mem_ex;
sys/arch/evbmips/loongson/machdep.c
183
struct extent *loongson_io_ex = NULL;
sys/arch/evbmips/loongson/machdep.c
184
struct extent *loongson_mem_ex = NULL;
sys/arch/evbmips/malta/maltavar.h
49
struct extent *mc_io_ex;
sys/arch/evbmips/malta/maltavar.h
50
struct extent *mc_mem_ex;
sys/arch/evbmips/mipssim/mipssimvar.h
41
struct extent *mc_io_ex;
sys/arch/evbmips/rmixl/machdep.c
598
struct extent *ext;
sys/arch/evbppc/mpc85xx/machdep.c
154
struct extent *pcimem_ex;
sys/arch/evbppc/mpc85xx/machdep.c
155
struct extent *pciio_ex;
sys/arch/ews4800mips/ews4800mips/bus_space.c
186
struct extent *ex = ebs->ebs_extent;
sys/arch/ews4800mips/ews4800mips/bus_space.c
205
struct extent *ex = ebs->ebs_extent;
sys/arch/ews4800mips/ews4800mips/bus_space.c
246
struct extent *ex = ebs->ebs_extent;
sys/arch/ews4800mips/ews4800mips/bus_space.c
283
struct extent *ex = ebs->ebs_extent;
sys/arch/ews4800mips/ews4800mips/bus_space.c
293
struct extent *ex = ebs->ebs_extent;
sys/arch/ews4800mips/include/bus.h
118
struct extent; /* forward declaration */
sys/arch/ews4800mips/include/bus.h
121
struct extent *ebs_extent;
sys/arch/hpcmips/hpcmips/bus_space.c
218
t->extent = (void*)extent_create(t->name, t->base,
sys/arch/hpcmips/hpcmips/bus_space.c
221
if (!t->extent) {
sys/arch/hpcmips/hpcmips/bus_space.c
272
if (!t->extent) { /* Before autoconfiguration, can't use extent */
sys/arch/hpcmips/hpcmips/bus_space.c
278
if ((err = extent_alloc_region(t->extent, bpa, size,
sys/arch/hpcmips/hpcmips/bus_space.c
298
if (!t->extent) {
sys/arch/hpcmips/hpcmips/bus_space.c
308
if ((err = extent_free(t->extent, addr, size, EX_NOWAIT))) {
sys/arch/hpcmips/hpcmips/bus_space.c
336
if (!t->extent)
sys/arch/hpcmips/hpcmips/bus_space.c
341
if ((err = extent_alloc_subregion(t->extent, rstart, rend, size,
sys/arch/hpcmips/include/bus_space_hpcmips.h
45
void *extent; /* pointer for extent structure */
sys/arch/hpcmips/tx/tx3912video.c
361
struct extent *ex;
sys/arch/hpcsh/hpcsh/bus_space.c
173
struct extent *ex = hbs->hbs_extent;
sys/arch/hpcsh/hpcsh/bus_space.c
188
struct extent *ex = hbs->hbs_extent;
sys/arch/hpcsh/hpcsh/bus_space.c
225
struct extent *ex = hbs->hbs_extent;
sys/arch/hpcsh/hpcsh/bus_space.c
260
struct extent *ex = hbs->hbs_extent;
sys/arch/hpcsh/hpcsh/bus_space.c
270
struct extent *ex = hbs->hbs_extent;
sys/arch/hpcsh/include/bus_defs.h
116
struct extent; /* forward declaration */
sys/arch/hpcsh/include/bus_defs.h
119
struct extent *hbs_extent;
sys/arch/hppa/dev/dino.c
132
struct extent *sc_ioex;
sys/arch/hppa/dev/dino.c
458
struct extent *ex;
sys/arch/hppa/dev/dino.c
538
struct extent *ex = sc->sc_ioex;
sys/arch/hppa/dev/dino.c
60
extern struct extent *hppa_io_extent;
sys/arch/hppa/dev/elroy.c
445
struct extent *ex;
sys/arch/hppa/dev/elroyvar.h
46
struct extent *sc_memex;
sys/arch/hppa/hppa/machdep.c
265
struct extent *hppa_io_extent;
sys/arch/hppa/hppa/mainbus.c
116
extern struct extent *hppa_io_extent;
sys/arch/hppa/spmath/dbl_float.h
371
#define Dbl_right_align(srcdstA,srcdstB,shift,extent) \
sys/arch/hppa/spmath/dbl_float.h
381
shift-32, Extall(extent)); \
sys/arch/hppa/spmath/dbl_float.h
382
if(Dallp2(srcdstB) << (64 - (shift))) Ext_setone_low(extent); \
sys/arch/hppa/spmath/dbl_float.h
384
else Extall(extent) = Dallp2(srcdstB); \
sys/arch/hppa/spmath/dbl_float.h
389
Extall(extent) = Dallp1(srcdstA); \
sys/arch/hppa/spmath/dbl_float.h
390
if(Dallp2(srcdstB)) Ext_setone_low(extent); \
sys/arch/hppa/spmath/dbl_float.h
400
Extall(extent) = Dallp2(srcdstB) << (32 - (shift)); \
sys/arch/hppa/spmath/dbl_float.h
405
else Extall(extent) = 0; \
sys/arch/hppa/spmath/dbl_float.h
412
#define Dbl_fix_overshift(srcdstA,srcdstB,shift,extent) \
sys/arch/hppa/spmath/dbl_float.h
413
Extall(extent) = Dallp2(srcdstB) << (32 - (shift)); \
sys/arch/hppa/spmath/dbl_float.h
430
#define Dbl_subtract_withextension(lefta,leftb,righta,rightb,extent,resulta,resultb) \
sys/arch/hppa/spmath/dbl_float.h
432
if( (Extall(extent) = 0-Extall(extent)) ) \
sys/arch/hppa/spmath/dfadd.c
293
/*and lower to*/extent);
sys/arch/hppa/spmath/dfadd.c
304
/*with*/extent,/*into*/resultp1,resultp2);
sys/arch/hppa/spmath/dfadd.c
318
Dbl_leftshiftby1_withextent(resultp1,resultp2,extent,resultp1,resultp2);
sys/arch/hppa/spmath/dfadd.c
345
Ext_leftshiftby1(extent);
sys/arch/hppa/spmath/dfadd.c
357
Ext_leftshiftby1(extent);
sys/arch/hppa/spmath/dfadd.c
435
Dbl_fix_overshift(resultp1,resultp2,(1-result_exponent),extent);
sys/arch/hppa/spmath/dfadd.c
450
Dbl_rightshiftby1_withextent(resultp2,extent,extent);
sys/arch/hppa/spmath/dfadd.c
461
if(Ext_isnotzero(extent))
sys/arch/hppa/spmath/dfadd.c
467
if(Ext_isone_sign(extent))
sys/arch/hppa/spmath/dfadd.c
470
if(Ext_isnotzero_lower(extent) ||
sys/arch/hppa/spmath/dfadd.c
57
register unsigned int leftp1, leftp2, rightp1, rightp2, extent;
sys/arch/hppa/spmath/dfsub.c
296
/*and lower to*/extent);
sys/arch/hppa/spmath/dfsub.c
307
/*with*/extent,/*into*/resultp1,resultp2);
sys/arch/hppa/spmath/dfsub.c
321
Dbl_leftshiftby1_withextent(resultp1,resultp2,extent,resultp1,resultp2);
sys/arch/hppa/spmath/dfsub.c
344
Ext_leftshiftby1(extent);
sys/arch/hppa/spmath/dfsub.c
356
Ext_leftshiftby1(extent);
sys/arch/hppa/spmath/dfsub.c
434
Dbl_fix_overshift(resultp1,resultp2,(1-result_exponent),extent);
sys/arch/hppa/spmath/dfsub.c
449
Dbl_rightshiftby1_withextent(resultp2,extent,extent);
sys/arch/hppa/spmath/dfsub.c
460
if(Ext_isnotzero(extent))
sys/arch/hppa/spmath/dfsub.c
466
if(Ext_isone_sign(extent))
sys/arch/hppa/spmath/dfsub.c
469
if(Ext_isnotzero_lower(extent) ||
sys/arch/hppa/spmath/dfsub.c
58
register unsigned int leftp1, leftp2, rightp1, rightp2, extent;
sys/arch/hppa/spmath/float.h
492
#define Ext_isone_sign(extent) (Extsign(extent))
sys/arch/hppa/spmath/float.h
493
#define Ext_isnotzero(extent) \
sys/arch/hppa/spmath/float.h
494
(Extall(extent))
sys/arch/hppa/spmath/float.h
495
#define Ext_isnotzero_lower(extent) \
sys/arch/hppa/spmath/float.h
496
(Extlow31(extent))
sys/arch/hppa/spmath/float.h
497
#define Ext_leftshiftby1(extent) \
sys/arch/hppa/spmath/float.h
498
Extall(extent) <<= 1
sys/arch/hppa/spmath/float.h
499
#define Ext_negate(extent) \
sys/arch/hppa/spmath/float.h
500
(int )Extall(extent) = 0 - (int )Extall(extent)
sys/arch/hppa/spmath/float.h
501
#define Ext_setone_low(extent) Bitfield_deposit(1,31,1,extent)
sys/arch/hppa/spmath/sfadd.c
289
/*and lower to*/extent);
sys/arch/hppa/spmath/sfadd.c
299
Sgl_subtract_withextension(left,/*minus*/right,/*with*/extent,/*into*/result);
sys/arch/hppa/spmath/sfadd.c
313
Sgl_leftshiftby1_withextent(result,extent,result);
sys/arch/hppa/spmath/sfadd.c
340
Ext_leftshiftby1(extent);
sys/arch/hppa/spmath/sfadd.c
352
Ext_leftshiftby1(extent);
sys/arch/hppa/spmath/sfadd.c
430
Sgl_right_align(result,/*by*/(1-result_exponent),extent);
sys/arch/hppa/spmath/sfadd.c
445
Sgl_rightshiftby1_withextent(result,extent,extent);
sys/arch/hppa/spmath/sfadd.c
456
if(Ext_isnotzero(extent))
sys/arch/hppa/spmath/sfadd.c
462
if(Ext_isone_sign(extent))
sys/arch/hppa/spmath/sfadd.c
465
if(Ext_isnotzero_lower(extent) ||
sys/arch/hppa/spmath/sfadd.c
57
register unsigned int left, right, result, extent;
sys/arch/hppa/spmath/sfsub.c
292
/*and lower to*/extent);
sys/arch/hppa/spmath/sfsub.c
302
Sgl_subtract_withextension(left,/*minus*/right,/*with*/extent,/*into*/result);
sys/arch/hppa/spmath/sfsub.c
316
Sgl_leftshiftby1_withextent(result,extent,result);
sys/arch/hppa/spmath/sfsub.c
343
Ext_leftshiftby1(extent);
sys/arch/hppa/spmath/sfsub.c
355
Ext_leftshiftby1(extent);
sys/arch/hppa/spmath/sfsub.c
433
Sgl_right_align(result,/*by*/(1-result_exponent),extent);
sys/arch/hppa/spmath/sfsub.c
448
Sgl_rightshiftby1_withextent(result,extent,extent);
sys/arch/hppa/spmath/sfsub.c
459
if(Ext_isnotzero(extent))
sys/arch/hppa/spmath/sfsub.c
465
if(Ext_isone_sign(extent))
sys/arch/hppa/spmath/sfsub.c
468
if(Ext_isnotzero_lower(extent) ||
sys/arch/hppa/spmath/sfsub.c
57
register unsigned int left, right, result, extent;
sys/arch/hppa/spmath/sgl_float.h
240
#define Sgl_right_align(srcdst,shift,extent) \
sys/arch/hppa/spmath/sgl_float.h
243
Extall(extent) = Sall(srcdst) << (32-(shift)); \
sys/arch/hppa/spmath/sgl_float.h
247
Extall(extent) = Sall(srcdst); \
sys/arch/hppa/spmath/sgl_float.h
260
#define Sgl_subtract_withextension(left,right,extent,result) \
sys/arch/hppa/spmath/sgl_float.h
263
if((Extall(extent) = 0-Extall(extent))) \
sys/arch/i386/i386/rbus_machdep.c
131
extern struct extent *iomem_ex;
sys/arch/i386/i386/rbus_machdep.c
132
struct extent *ex = iomem_ex;
sys/arch/i386/i386/rbus_machdep.c
170
extern struct extent *ioport_ex;
sys/arch/i386/i386/rbus_machdep.c
171
struct extent *ex = ioport_ex;
sys/arch/m68k/fpsp/fpsp.h
11
* To the maximum extent permitted by applicable law,
sys/arch/m68k/fpsp/fpsp.h
18
* To the maximum extent permitted by applicable law,
sys/arch/m68k/fpsp/l_fpsp.h
11
* To the maximum extent permitted by applicable law,
sys/arch/m68k/fpsp/l_fpsp.h
18
* To the maximum extent permitted by applicable law,
sys/arch/mac68k/mac68k/bus_space.c
52
extern struct extent *iomem_ex;
sys/arch/mac68k/mac68k/machdep.c
212
struct extent *iomem_ex;
sys/arch/mips/alchemy/au_himem_space.c
95
struct extent *c_extent;
sys/arch/mips/alchemy/au_wired_space.c
95
struct extent *c_extent;
sys/arch/mips/cavium/octeonvar.h
75
struct extent *mc_io_ex;
sys/arch/mips/cavium/octeonvar.h
76
struct extent *mc_mem_ex;
sys/arch/mips/mips/bus_space_alignstride_chipdep.c
1148
struct extent *ex;
sys/arch/mips/rmi/rmixl_pcie.c
1535
rmixl_physaddr_init_pcie(struct extent *ext)
sys/arch/mips/rmi/rmixl_pcie.c
216
struct extent *ext = rmixl_configuration.rc_phys_ex; \
sys/arch/mips/rmi/rmixl_pcievar.h
99
extern void rmixl_physaddr_init_pcie(struct extent *);
sys/arch/mips/rmi/rmixl_pcix.c
1101
rmixl_physaddr_init_pcix(struct extent *ext)
sys/arch/mips/rmi/rmixl_pcix.c
194
struct extent *ext = rmixl_configuration.rc_phys_ex; \
sys/arch/mips/rmi/rmixl_pcixvar.h
81
extern void rmixl_physaddr_init_pcix(struct extent *);
sys/arch/mips/rmi/rmixlvar.h
136
struct extent *rc_phys_ex; /* Note: MB units */
sys/arch/mips/rmi/rmixlvar.h
137
struct extent *rc_obio_eb_ex;
sys/arch/mips/rmi/rmixlvar.h
138
struct extent *rc_obio_el_ex;
sys/arch/mips/rmi/rmixlvar.h
139
struct extent *rc_iobus_ex;
sys/arch/mips/rmi/rmixlvar.h
140
struct extent *rc_pci_cfg_ex;
sys/arch/mips/rmi/rmixlvar.h
141
struct extent *rc_pci_ecfg_ex;
sys/arch/mips/rmi/rmixlvar.h
142
struct extent *rc_pci_mem_ex;
sys/arch/mips/rmi/rmixlvar.h
143
struct extent *rc_pci_io_ex;
sys/arch/mips/sibyte/pci/sbbrzvar.h
82
struct extent *sc_io_ex, *sc_mem_ex;
sys/arch/or1k/include/bus_defs.h
116
struct extent;
sys/arch/or1k/include/bus_defs.h
190
struct extent *pbs_extent;
sys/arch/playstation2/include/bus.h
119
struct extent; /* forward declaration */
sys/arch/playstation2/include/bus.h
122
struct extent *pbs_extent;
sys/arch/playstation2/playstation2/bus_space.c
181
struct extent *ex = pbs->pbs_extent;
sys/arch/playstation2/playstation2/bus_space.c
201
struct extent *ex = pbs->pbs_extent;
sys/arch/playstation2/playstation2/bus_space.c
239
struct extent *ex = pbs->pbs_extent;
sys/arch/playstation2/playstation2/bus_space.c
274
struct extent *ex = pbs->pbs_extent;
sys/arch/playstation2/playstation2/bus_space.c
284
struct extent *ex = pbs->pbs_extent;
sys/arch/powerpc/include/booke/e500var.h
50
extern struct extent *pcimem_ex;
sys/arch/powerpc/include/booke/e500var.h
51
extern struct extent *pciio_ex;
sys/arch/powerpc/include/bus_defs.h
127
struct extent;
sys/arch/powerpc/include/bus_defs.h
201
struct extent *pbs_extent;
sys/arch/sparc64/dev/psycho.c
110
static struct extent *psycho_alloc_extent(struct psycho_pbm *, int, int,
sys/arch/sparc64/dev/psycho.c
771
static struct extent *
sys/arch/sparc64/dev/psycho.c
776
struct extent *ex;
sys/arch/sparc64/dev/psychovar.h
55
struct extent *pp_exmem;
sys/arch/sparc64/dev/psychovar.h
56
struct extent *pp_exio;
sys/arch/sparc64/sparc64/machdep.c
1571
struct extent *io_space = NULL;
sys/arch/sparc64/sparc64/rbus_machdep.c
103
struct extent *ex = pp->pp_exio;
sys/arch/sparc64/sparc64/rbus_machdep.c
85
struct extent *ex = pp->pp_exmem;
sys/arch/vax/vax/pmap.c
98
struct extent *ptemap;
sys/arch/x68k/dev/intio.c
229
struct extent *map = sc->sc_map;
sys/arch/x68k/dev/intio.c
250
struct extent *map = sc->sc_map;
sys/arch/x68k/dev/intiovar.h
63
struct extent *sc_map;
sys/arch/x86/include/machdep.h
40
struct extent;
sys/arch/x86/pci/pci_addr_fixup.c
264
struct extent *ex;
sys/arch/x86/pci/pci_addr_fixup.c
311
struct extent *ex;
sys/arch/x86/pci/pci_addr_fixup.h
30
struct extent *extent_mem;
sys/arch/x86/pci/pci_addr_fixup.h
31
struct extent *extent_port;
sys/arch/x86/x86/bus_space.c
254
struct extent *ex;
sys/arch/x86/x86/bus_space.c
302
struct extent *ex;
sys/arch/x86/x86/bus_space.c
358
struct extent *ex;
sys/arch/x86/x86/bus_space.c
90
struct extent *ioport_ex;
sys/arch/x86/x86/bus_space.c
91
struct extent *iomem_ex;
sys/arch/x86/x86/x86_machdep.c
629
extern struct extent *iomem_ex;
sys/arch/x86/x86/x86_machdep.c
820
extern struct extent *iomem_ex;
sys/arch/xen/xen/xenmem.c
47
extern struct extent *iomem_ex;
sys/dev/cardbus/rbus.c
204
rbus_new_body(bus_space_tag_t bt, rbus_tag_t parent, struct extent *ex, bus_addr_t start, bus_addr_t end, bus_addr_t offset, int flags)
sys/dev/cardbus/rbus.c
255
struct extent *ex = NULL;
sys/dev/cardbus/rbus.c
295
struct extent *ex;
sys/dev/cardbus/rbus.c
321
rbus_new_root_share(bus_space_tag_t bt, struct extent *ex, bus_addr_t start, bus_size_t size, bus_addr_t offset)
sys/dev/cardbus/rbus.c
54
struct extent *ex, bus_addr_t start,
sys/dev/cardbus/rbus.h
136
rbus_tag_t rbus_new_root_share(bus_space_tag_t, struct extent *,
sys/dev/cardbus/rbus.h
68
struct extent;
sys/dev/cardbus/rbus.h
83
struct extent *rb_ext;
sys/dev/pci/veritefb.c
192
struct extent *sc_v3d_ext; /* VRAM pool */
sys/dev/scsipi/cd.c
3421
uint32_t extent;
sys/dev/scsipi/cd.c
3425
extent = mmc_op->extent;
sys/dev/scsipi/cd.c
3432
_lto4b(extent, reserve_cmd.reservation_size);
sys/dev/scsipi/cd.c
3449
if (mmc_op->extent <= 152)
sys/dev/scsipi/cd.c
3452
mmc_op->extent -= 152;
sys/dev/scsipi/cd.c
3457
if (mmc_op->extent % 16)
sys/dev/scsipi/cd.c
3460
mmc_op->extent -= 16;
sys/dev/scsipi/cd.c
3464
if (mmc_op->extent % 32)
sys/dev/scsipi/cd.c
3467
mmc_op->extent -= 32;
sys/dev/vme/vmevar.h
169
struct extent;
sys/fs/cd9660/cd9660_node.c
339
ino = ((ino_t)isonum_733(isodir->extent) +
sys/fs/cd9660/cd9660_rrip.c
512
if (c != 0 || isonum_733(isodir->extent) != ana->imp->root_extent)
sys/fs/cd9660/cd9660_vfsops.c
367
isomp->root_extent = isonum_733 (rootp->extent);
sys/fs/cd9660/cd9660_vfsops.c
815
if (isonum_733(isodir->extent) +
sys/fs/cd9660/cd9660_vfsops.c
821
isonum_733(isodir->extent) + isonum_711(isodir->ext_attr_length),
sys/fs/cd9660/cd9660_vfsops.c
827
ip->iso_extent = isonum_733(isodir->extent);
sys/fs/cd9660/iso.h
145
u_char extent [ISODCL (3, 10)]; /* 733 */
sys/kern/subr_extent.c
1005
extent_alloc(struct extent *ex, u_long size, u_long alignment, u_long boundary,
sys/kern/subr_extent.c
1015
extent_alloc1(struct extent *ex, u_long size, u_long alignment, u_long skew,
sys/kern/subr_extent.c
1025
extent_free(struct extent *ex, u_long start, u_long size, int flags)
sys/kern/subr_extent.c
1170
extent_print(struct extent *ex)
sys/kern/subr_extent.c
133
extent_alloc_region_descriptor(struct extent *ex, int flags)
sys/kern/subr_extent.c
194
extent_free_region_descriptor(struct extent *ex, struct extent_region *rp)
sys/kern/subr_extent.c
237
struct extent *
sys/kern/subr_extent.c
241
struct extent *ex;
sys/kern/subr_extent.c
277
ex = (struct extent *)fex;
sys/kern/subr_extent.c
327
extent_destroy(struct extent *ex)
sys/kern/subr_extent.c
361
extent_insert_and_optimize(struct extent *ex, u_long start, u_long size,
sys/kern/subr_extent.c
466
extent_alloc_region(struct extent *ex, u_long start, u_long size, int flags)
sys/kern/subr_extent.c
622
extent_alloc_subregion1(struct extent *ex, u_long substart, u_long subend,
sys/kern/subr_extent.c
996
extent_alloc_subregion(struct extent *ex, u_long start, u_long end, u_long size,
sys/lib/libsa/cd9660.c
281
fp->bno = isonum_733(dp->extent);
sys/sys/cdio.h
395
uint32_t extent; /* IN */
sys/sys/extent.h
104
struct extent *extent_create(const char *, u_long, u_long,
sys/sys/extent.h
106
void extent_destroy(struct extent *);
sys/sys/extent.h
107
int extent_alloc_subregion1(struct extent *, u_long, u_long,
sys/sys/extent.h
109
int extent_alloc_subregion(struct extent *, u_long, u_long,
sys/sys/extent.h
111
int extent_alloc_region(struct extent *, u_long, u_long, int);
sys/sys/extent.h
112
int extent_alloc1(struct extent *, u_long, u_long, u_long, u_long, int,
sys/sys/extent.h
114
int extent_alloc(struct extent *, u_long, u_long, u_long, int, 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
66
struct extent fex_extent; /* MUST BE FIRST */
sys/uvm/uvm_physseg.c
101
struct extent *ext; /* extent(9) structure to manage pgs[] */
tests/kernel/t_extent.c
47
static struct extent *ex;
usr.sbin/installboot/cd9660.c
159
loc = (off_t)isonum_733(idr->extent) * blocksize;
usr.sbin/installboot/cd9660.c
218
blocks[0].block = (int64_t)isonum_733(idr->extent);
usr.sbin/makefs/cd9660.c
1863
node->isoDirRecord->extent);
usr.sbin/makefs/cd9660.c
1939
child->isoDirRecord->extent);
usr.sbin/makefs/cd9660.h
139
u_char extent [ISODCL (3, 10)]; /* 733 */
usr.sbin/makefs/cd9660/cd9660_debug.c
103
isonum_733(node->isoDirRecord->extent));
usr.sbin/makefs/cd9660/cd9660_debug.c
106
isonum_733(node->isoDirRecord->extent));
usr.sbin/makefs/cd9660/cd9660_debug.c
362
(char *)((struct iso_directory_record*) buf)->extent, 733);