Home
last modified time | relevance | path

Searched refs:uoff (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/hid/
H A Dhidmap.c69 #define HIDMAP_FOREACH_ITEM(hm, mi, uoff) \ argument
72 (hm), &_map, &_item, &_uoff_priv, &(uoff))) != NULL;)
91 u_int *uoff_priv, uint16_t *uoff) in hidmap_get_next_map_item() argument
94 *uoff = *uoff_priv; in hidmap_get_next_map_item()
96 hm->map[*map], hm->nmap_items[*map], item, uoff)) { in hidmap_get_next_map_item()
99 *uoff = -1; in hidmap_get_next_map_item()
103 *uoff_priv = *uoff; in hidmap_get_next_map_item()
187 uint16_t key, uoff; in hidmap_intr() local
304 HIDMAP_FOREACH_ITEM(hm, mi, uoff) { in hidmap_intr()
305 if (usage == mi->usage + uoff && in hidmap_intr()
[all …]
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_frame.c556 uint64_t reg, reg2, uoff, soff; in _dwarf_frame_run_inst() local
685 uoff = _dwarf_decode_uleb128(&p); in _dwarf_frame_run_inst()
690 RL[reg].dw_offset_or_block_len = uoff * daf; in _dwarf_frame_run_inst()
693 reg, uoff); in _dwarf_frame_run_inst()
753 uoff = _dwarf_decode_uleb128(&p); in _dwarf_frame_run_inst()
757 CFA.dw_offset_or_block_len = uoff; in _dwarf_frame_run_inst()
759 printf("DW_CFA_def_cfa(reg=%ju,uoff=%ju)\n", reg, uoff); in _dwarf_frame_run_inst()
778 uoff = _dwarf_decode_uleb128(&p); in _dwarf_frame_run_inst()
781 CFA.dw_offset_or_block_len = uoff; in _dwarf_frame_run_inst()
783 printf("DW_CFA_def_cfa_offset(%ju)\n", uoff); in _dwarf_frame_run_inst()
[all …]
/freebsd/usr.sbin/makefs/
H A Dzfs.c606 for (size_t uoff = 0; uoff < sizeof(label->vl_uberblock); in pool_labels_write() local
607 uoff += ASHIFT_UBERBLOCK_SIZE(zfs->ashift)) { in pool_labels_write()
608 ub = (uberblock_t *)(&label->vl_uberblock[0] + uoff); in pool_labels_write()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c5663 uint64_t uoff = VDEV_UBERBLOCK_OFFSET(&vd, i); in dump_label_uberblocks() local
5664 uberblock_t *ub = (void *)((char *)&label->label + uoff); in dump_label_uberblocks()
6118 uint64_t uoff = VDEV_UBERBLOCK_OFFSET(&vd, i); in dump_label() local
6119 uberblock_t *ub = (void *)((char *)label + uoff); in dump_label()