Searched refs:boffset (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/sys/dev/vt/colors/
H A Dvt_termcolors.h63 int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset);
H A Dvt_termcolors.c158 int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset)
157 vt_generate_cons_palette(uint32_t *palette, int format, uint32_t rmax, int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset) argument
/freebsd-13-stable/sys/geom/raid/
H A Dtr_concat.c290 void *virtual, vm_offset_t physical, off_t boffset, size_t blength)
302 offset = boffset;
312 ("Request starts after volume end (%ju)", boffset));
326 boffset, blength));
289 g_raid_tr_kerneldump_concat(struct g_raid_tr_object *tr, void *virtual, vm_offset_t physical, off_t boffset, size_t blength) argument
H A Dtr_raid0.c272 void *virtual, vm_offset_t physical, off_t boffset, size_t blength)
287 nstripe = boffset / strip_size;
289 start = boffset % strip_size;
271 g_raid_tr_kerneldump_raid0(struct g_raid_tr_object *tr, void *virtual, vm_offset_t physical, off_t boffset, size_t blength) argument
H A Dtr_raid1e.c1148 void *virtual, vm_offset_t physical, off_t boffset, size_t blength)
1161 V2P(vol, boffset, &no, &offset, &start);
1147 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-13-stable/contrib/apr-util/dbd/
H A Dapr_dbd_mysql.c148 apr_off_t boffset = e->start; local
154 if (boffset > 0) {
156 (unsigned long) boffset);
179 b->start = boffset + *len;
H A Dapr_dbd_oracle.c252 apr_off_t boffset = e->start; local
266 &length, 1 + (size_t)boffset,
271 &length, NULL, 1 + boffset,
293 b->start = boffset + *len;
/freebsd-13-stable/sys/geom/raid3/
H A Dg_raid3.c1679 off_t boffset, moffset; local
1749 boffset = bp->bio_offset;
1751 boffset *= sc->sc_ndisks - 1;
1752 if (boffset < moffset)
1753 moffset = boffset;
/freebsd-13-stable/sys/kern/
H A Dvfs_bio.c3717 vm_offset_t boffset; local
3729 * Calculate the encompassing dirty range, boffset and eoffset,
3730 * (eoffset - boffset) bytes.
3737 boffset = (i << PAGE_SHIFT) - (bp->b_offset & PAGE_MASK);
3758 if (boffset < eoffset) {
3759 if (bp->b_dirtyoff > boffset)
3760 bp->b_dirtyoff = boffset;
/freebsd-13-stable/stand/common/
H A Dgfx_fb.c226 uint32_t gmax, int goffset, uint32_t bmax, int boffset)
353 uint32_t bmax, int boffset)
367 gmax, goffset, bmax, boffset);
225 rgb_color_map(uint8_t index, uint32_t rmax, int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset) argument
351 generate_cons_palette(uint32_t *palette, int format, uint32_t rmax, int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset) argument
/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Dt4fw_api.h848 u8 boffset; member in struct:fw_ldst_cmd::fw_ldst::fw_ldst_i2c_deprecated
855 u8 boffset; member in struct:fw_ldst_cmd::fw_ldst::fw_ldst_i2c
/freebsd-13-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h4358 __u8 boffset; member in struct:fw_ldst_cmd::fw_ldst::fw_ldst_i2c_deprecated
4365 __u8 boffset; member in struct:fw_ldst_cmd::fw_ldst::fw_ldst_i2c
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c11040 ldst_cmd.u.i2c.boffset = offset;

Completed in 236 milliseconds