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

/freebsd-9.3-release/sys/dev/vt/colors/
H A Dvt_termcolors.h49 int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset);
H A Dvt_termcolors.c61 uint32_t gmax, int goffset, uint32_t bmax, int boffset)
60 vt_generate_vga_palette(uint32_t *palette, int format, uint32_t rmax, int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset) argument
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcp-valprint.c518 int boffset; local
545 valaddr, offset, &boffset, &skip);
553 boffset = baseclass_offset (type, i,
556 skip = ((boffset == -1) || (boffset + offset) < 0) ? 1 : -1;
564 if (boffset != -1
565 && ((boffset + offset) < 0
566 || (boffset + offset) >= TYPE_LENGTH (type)))
570 if (target_read_memory (address + boffset, base_valaddr,
573 address = address + boffset;
[all...]
H A Djv-valprint.c221 unsigned long boffset; local
231 boffset_val = value_struct_elt (&val, NULL, "boffset", NULL, NULL);
232 boffset = value_as_address (boffset_val);
239 val_print_string (data + boffset, count, 2, stream);
272 int boffset; local
283 boffset = 0;
298 java_print_value_fields (baseclass, base_valaddr, address + boffset,
H A Dgnu-v2-abi.c378 int boffset =
380 if (boffset)
381 return boffset;
377 int boffset = local
H A Dp-valprint.c924 int boffset;
944 boffset = baseclass_offset (type, i, valaddr, address);
962 if (boffset != -1 && (boffset < 0 || boffset >= TYPE_LENGTH (type)))
966 if (target_read_memory (address + boffset, base_valaddr,
968 boffset = -1;
971 base_valaddr = valaddr + boffset;
973 if (boffset == -1)
976 pascal_object_print_value_fields (baseclass, base_valaddr, address + boffset,
922 int boffset; local
[all...]
H A Dvalops.c122 int *boffset);
1371 int boffset;
1374 boffset = baseclass_offset (type, i,
1378 if (boffset == -1)
1385 boffset += offset;
1386 if (boffset < 0 || boffset >= TYPE_LENGTH (type))
1390 base_addr = VALUE_ADDRESS (arg1) + VALUE_OFFSET (arg1) + boffset;
1401 VALUE_OFFSET (v2) = VALUE_OFFSET (arg1) + boffset;
1406 VALUE_CONTENTS_RAW (arg1) + boffset,
1369 int boffset; local
1448 int boffset; /* offset of virtual base */ local
1783 find_method_list(struct value **argp, char *method, int offset, struct type *type, int *num_fns, struct type **basetype, int *boffset) argument
1867 value_find_oload_method_list(struct value **argp, char *method, int offset, int *num_fns, struct type **basetype, int *boffset) argument
1939 int boffset; local
[all...]
H A Djv-lang.c430 int boffset; local
451 boffset = value_as_long (value_struct_elt (&temp, NULL, "boffset",
466 SET_FIELD_PHYSADDR (TYPE_FIELD (type, i), boffset); local
468 TYPE_FIELD_BITPOS (type, i) = 8 * boffset;
/freebsd-9.3-release/sys/geom/raid/
H A Dtr_concat.c288 void *virtual, vm_offset_t physical, off_t boffset, size_t blength)
300 offset = boffset;
310 ("Request starts after volume end (%ju)", boffset));
324 boffset, blength));
287 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.c269 void *virtual, vm_offset_t physical, off_t boffset, size_t blength)
284 nstripe = boffset / strip_size;
286 start = boffset % strip_size;
268 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.c1153 void *virtual, vm_offset_t physical, off_t boffset, size_t blength)
1166 V2P(vol, boffset, &no, &offset, &start);
1152 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-9.3-release/sys/geom/raid3/
H A Dg_raid3.c1686 off_t boffset, moffset; local
1756 boffset = bp->bio_offset;
1758 boffset *= sc->sc_ndisks - 1;
1759 if (boffset < moffset)
1760 moffset = boffset;
/freebsd-9.3-release/sys/kern/
H A Dvfs_bio.c2921 vm_offset_t boffset; local
2932 * Calculate the encompassing dirty range, boffset and eoffset,
2933 * (eoffset - boffset) bytes.
2940 boffset = (i << PAGE_SHIFT) - (bp->b_offset & PAGE_MASK);
2961 if (boffset < eoffset) {
2962 if (bp->b_dirtyoff > boffset)
2963 bp->b_dirtyoff = boffset;
/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h3251 __u8 boffset; member in struct:fw_ldst_cmd::fw_ldst::fw_ldst_i2c_deprecated
3258 __u8 boffset; member in struct:fw_ldst_cmd::fw_ldst::fw_ldst_i2c
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dt4_hw.c4167 c.u.i2c_deprecated.boffset = offset;

Completed in 238 milliseconds