Searched refs:physical (Results 76 - 100 of 100) sorted by relevance

1234

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa.h206 * 9 | physical birth txg |
226 * PSIZE physical size (after compression)
438 #define BP_SET_BIRTH(bp, logical, physical) \
442 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
/freebsd-11-stable/usr.sbin/ppp/
H A Dcbcp.c55 #include "physical.h"
65 cbcp_Init(struct cbcp *cbcp, struct physical *p)
626 struct physical *p = link2physical(l);
633 log_Printf(LogERROR, "cbcp_Input: Not a physical link - dropped\n");
756 cbcp_ReceiveTerminateReq(struct physical *p)
H A Dipv6cp.c81 #include "physical.h"
621 struct physical *p = link2physical(fp->link);
H A Dfsm.c70 #include "physical.h"
881 struct physical *p = link2physical(fp->link);
898 log_Printf(LogERROR, "%s: FsmRecvProtoRej: Not a physical link !\n",
H A Dipcp.c86 #include "physical.h"
762 struct physical *p = link2physical(fp->link);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm.h217 unsigned long offset; /**< Requested physical address (0 for SAREA)*/
218 unsigned long size; /**< Requested physical size (bytes) */
538 unsigned long physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer
562 unsigned long aperture_base; /* physical address */
/freebsd-11-stable/sys/geom/raid/
H A Dtr_raid5.c388 void *virtual, vm_offset_t physical, off_t offset, size_t length)
387 g_raid_tr_kerneldump_raid5(struct g_raid_tr_object *tr, void *virtual, vm_offset_t physical, off_t offset, size_t length) argument
H A Dtr_raid1.c901 void *virtual, vm_offset_t physical, off_t offset, size_t length)
937 virtual, physical, offset, length);
900 g_raid_tr_kerneldump_raid1(struct g_raid_tr_object *tr, void *virtual, vm_offset_t physical, off_t offset, size_t length) argument
H A Dg_raid.c1005 void *virtual, vm_offset_t physical, off_t offset, size_t length)
1035 void *virtual, vm_offset_t physical, off_t offset, size_t length)
1045 virtual, physical, offset, length);
1415 void *virtual, vm_offset_t physical, off_t offset, size_t length)
1423 virtual, physical,
1004 g_raid_tr_kerneldump_common(struct g_raid_tr_object *tr, void *virtual, vm_offset_t physical, off_t offset, size_t length) argument
1034 g_raid_dump(void *arg, void *virtual, vm_offset_t physical, off_t offset, size_t length) argument
1414 g_raid_subdisk_kerneldump(struct g_raid_subdisk *sd, void *virtual, vm_offset_t physical, off_t offset, size_t length) argument
H A Dtr_raid1e.c169 /* Number of physical strip (copy) inside virtual strip. */
444 /* Get virtual offset from physical rebuild position. */
446 /* Get physical offset back to get first stripe position. */
1145 void *virtual, vm_offset_t physical, off_t boffset, size_t blength)
1144 g_raid_tr_kerneldump_raid1e(struct g_raid_tr_object *tr, void *virtual, vm_offset_t physical, off_t boffset, size_t blength) argument
/freebsd-11-stable/sys/dev/ciss/
H A Dcissreg.h44 } physical; member in union:ciss_device_address
527 * to be the physical drive ID, so we define accordingly.
699 u_int16_t usMaxPhysicalDevices; /* Maximum physical devices supported */
700 u_int16_t usMaxPhyDrvPerLogicalUnit; /* Max physical drive per logical unit */
/freebsd-11-stable/sys/dev/drm/
H A Ddrm.h271 unsigned long offset; /**< Requested physical address (0 for SAREA)*/
272 unsigned long size; /**< Requested physical size (bytes) */
593 unsigned long physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer
617 unsigned long aperture_base; /**< physical address */
/freebsd-11-stable/stand/i386/boot2/
H A Dboot1.S79 ebpb: .byte 0 # BIOS physical drive number (W)
/freebsd-11-stable/sys/dev/mmc/
H A Dmmcsd.c173 static int mmcsd_dump(void *arg, void *virtual, vm_offset_t physical,
1380 mmcsd_dump(void *arg, void *virtual, vm_offset_t physical, off_t offset, argument
/freebsd-11-stable/sys/dev/twe/
H A Dtwe_freebsd.c758 twed_dump(void *arg, void *virtual, vm_offset_t physical, off_t offset, size_t length) argument
/freebsd-11-stable/sys/dev/agp/
H A Dagp.c750 alloc->physical = mem->am_physical;
/freebsd-11-stable/sys/cam/nvme/
H A Dnvme_da.c336 * Actually translate the requested transfer into one the physical driver
338 * only one physical transfer.
377 ndadump(void *arg, void *virtual, vm_offset_t physical, off_t offset, size_t length) argument
1082 * sync the disk cache to physical media.
/freebsd-11-stable/sys/dev/virtio/block/
H A Dvirtio_blk.c505 vtblk_dump(void *arg, void *virtual, vm_offset_t physical, off_t offset, argument
/freebsd-11-stable/sys/dev/xen/blkfront/
H A Dblkfront.c596 xbd_dump(void *arg, void *virtual, vm_offset_t physical, off_t offset, argument
1220 * the details about the physical device - #sectors, size, etc).
1257 "physical-sector-size", "%lu", &phys_sector_size,
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ioctl.c1187 struct l_dvd_physical physical; member in union:__anon31
1295 bp->layer_num = lp->physical.layer_num;
1318 struct l_dvd_layer *llp = &lp->physical.layer[bp->layer_num];
/freebsd-11-stable/sys/cam/ata/
H A Data_da.c1023 * Actually translate the requested transfer into one the physical driver
1025 * only one physical transfer.
1072 adadump(void *arg, void *virtual, vm_offset_t physical, off_t offset, size_t length) argument
3428 * sync the disk cache to physical media.
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_da.c1633 * Actually translate the requested transfer into one the physical driver
1635 * only one physical transfer.
1682 dadump(void *arg, void *virtual, vm_offset_t physical, off_t offset, size_t length) argument
1732 * Sync the disk cache contents to the physical media.
2672 * physical path information arrived before our async
5738 * sync the disk cache to physical media.
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex6888 % 7) physical page height; 8) physical page width.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex6758 % 4) hoffset; 5) binding offset; 6) topskip; 7) physical page height; 8)
6759 % physical page width.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex9698 % 7) physical page height; 8) physical page width.

Completed in 503 milliseconds

1234