OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htole64
(Results
1 - 25
of
69
) sorted by relevancy
1
2
3
/src/sys/external/bsd/common/include/asm/
byteorder.h
47
#define cpu_to_le64
htole64
/src/sys/lib/libkern/
entpool.h
58
#define ENTPOOL_HTOW
htole64
/src/sbin/gpt/
restore.c
151
ent.ent_lba_start =
htole64
(ent.ent_lba_start);
154
ent.ent_lba_end =
htole64
(ent.ent_lba_end);
157
ent.ent_attr =
htole64
(ent.ent_attr);
356
hdr->hdr_lba_self =
htole64
(GPT_HDR_BLKNO);
357
hdr->hdr_lba_alt =
htole64
((uint64_t)last);
358
hdr->hdr_lba_start =
htole64
((uint64_t)firstdata);
359
hdr->hdr_lba_end =
htole64
((uint64_t)lastdata);
361
hdr->hdr_lba_table =
htole64
(2);
372
hdr->hdr_lba_self =
htole64
((uint64_t)last);
373
hdr->hdr_lba_alt =
htole64
(GPT_HDR_BLKNO)
[
all
...]
resizedisk.c
200
hdr->hdr_lba_alt =
htole64
((uint64_t)gpt->tpg->map_start);
202
hdr->hdr_lba_end =
htole64
((uint64_t)(gpt->lbt->map_start - 1));
208
hdr->hdr_lba_self =
htole64
((uint64_t)gpt->tpg->map_start);
209
hdr->hdr_lba_alt =
htole64
((uint64_t)gpt->gpt->map_start);
210
hdr->hdr_lba_end =
htole64
((uint64_t)(gpt->lbt->map_start - 1));
211
hdr->hdr_lba_table =
htole64
((uint64_t)gpt->lbt->map_start);
add.c
77
ent->ent_lba_start =
htole64
((uint64_t)map->map_start);
78
ent->ent_lba_end =
htole64
((uint64_t)(map->map_start +
migrate.c
227
ent->ent_lba_start =
htole64
((uint64_t)ofs);
228
ent->ent_lba_end =
htole64
((uint64_t)(ofs +
322
ent->ent_lba_start =
htole64
((uint64_t)start);
323
ent->ent_lba_end =
htole64
((uint64_t)(start + size - 1LL));
recover.c
104
hdr->hdr_lba_self =
htole64
((uint64_t)(*dgpt)->map_start);
105
hdr->hdr_lba_alt =
htole64
((uint64_t)sgpt->map_start);
106
hdr->hdr_lba_table =
htole64
((uint64_t)dtbl->map_start);
resize.c
127
end =
htole64
((uint64_t)(map->map_start + newsize - 1LL));
gpt.c
959
hdr->hdr_lba_self =
htole64
((uint64_t)gpt->gpt->map_start);
960
hdr->hdr_lba_alt =
htole64
((uint64_t)last);
961
hdr->hdr_lba_start =
htole64
((uint64_t)(gpt->tbl->map_start + blocks));
962
hdr->hdr_lba_end =
htole64
((uint64_t)(last - blocks - 1LL));
965
hdr->hdr_lba_table =
htole64
((uint64_t)(gpt->tbl->map_start));
996
hdr->hdr_lba_self =
htole64
((uint64_t)gpt->tpg->map_start);
997
hdr->hdr_lba_alt =
htole64
((uint64_t)gpt->gpt->map_start);
998
hdr->hdr_lba_table =
htole64
((uint64_t)gpt->lbt->map_start);
/src/usr.sbin/makefs/chfs/
chfs_mkfs.c
147
ebhdr.u.nand_hdr.serial =
htole64
(++(max_serial));
175
fvnode.vno =
htole64
(node->inode->ino);
176
fvnode.version =
htole64
(version++);
207
fdirent.vno =
htole64
(node->inode->ino);
209
fdirent.pvno =
htole64
(node->parent->inode->ino);
211
fdirent.pvno =
htole64
(node->inode->ino);
214
fdirent.version =
htole64
(version++);
298
fdata.vno =
htole64
(node->inode->ino);
/src/sys/arch/sandpoint/stand/altboot/
stg.c
218
txd[0].xd0 =
htole64
(VTOPHYS(&txd[1]));
219
txd[0].xd1 =
htole64
(T1_EMPTY);
220
txd[1].xd0 =
htole64
(VTOPHYS(&txd[0]));
221
txd[1].xd1 =
htole64
(T1_EMPTY);
223
rxd[0].xd0 =
htole64
(VTOPHYS(&rxd[1]));
224
rxd[0].xd2 =
htole64
(VTOPHYS(l->rxstore[0]) |
226
rxd[1].xd0 =
htole64
(VTOPHYS(&rxd[0]));
227
rxd[1].xd2 =
htole64
(VTOPHYS(l->rxstore[1]) |
299
txd->xd2 =
htole64
(VTOPHYS(buf) | ((uint64_t)len << 48));
300
txd->xd1 =
htole64
(T1_NOALIGN | (1 << 24))
[
all
...]
/src/sys/ufs/chfs/
chfs_write.c
74
fvnode->vno =
htole64
(ip->ino);
75
fvnode->version =
htole64
(++ip->chvc->highest_version);
189
fdirent->vno =
htole64
(ino);
190
fdirent->pvno =
htole64
(pdir->ino);
191
fdirent->version =
htole64
(++pdir->chvc->highest_version);
309
dnode->vno =
htole64
(ip->ino);
310
dnode->version =
htole64
(++ip->chvc->highest_version);
311
dnode->offset =
htole64
(ofs);
/src/sys/arch/hpc/stand/include/machine/
endian.h
167
#define
htole64
(x) bswap64((uint64_t)(x))
macro
174
#define
HTOLE64
(x) (x) = bswap64((uint64_t)(x))
183
#define
htole64
(x) (x)
190
#define
HTOLE64
(x) (void) (x)
199
#define le64toh(x)
htole64
(x)
206
#define LE64TOH(x)
HTOLE64
(x)
/src/sys/sys/
endian.h
149
#define
htole64
(x) bswap64(__CAST(uint64_t, (x)))
macro
156
#define
HTOLE64
(x) (x) = bswap64(__CAST(uint64_t, (x)))
165
#define
htole64
(x) __CAST(uint64_t, (x))
172
#define
HTOLE64
(x) __CAST(void, (x))
181
#define le64toh(x)
htole64
(x)
188
#define LE64TOH(x)
HTOLE64
(x)
/src/sys/dev/ic/
ld_aac.c
151
raw->BlockNumber =
htole64
(blkno);
165
sge->SgAddress =
htole64
(xfer->dm_segs[i].ds_addr);
261
sge->SgAddress =
htole64
(xfer->dm_segs[i].ds_addr);
gemvar.h
245
(((sc)->sc_flags & GEM_PCI) ?
htole64
(v) : htobe64(v))
mpt.h
195
#define HOST_2_MPT64(ptr, tag) ptr->tag =
htole64
(ptr->tag)
nvmevar.h
179
#define htolem64(p, x) (*((uint64_t *)(p)) =
htole64
(x))
/src/sys/dev/pci/
if_casvar.h
221
#define CAS_DMA_WRITE(v)
htole64
(v)
if_stge.c
267
htole64
(FRAG_ADDR(__ds->ds_dmamap->dm_segs[0].ds_addr + 2) |\
270
htole64
((uint64_t)STGE_CDRXADDR((sc), STGE_NEXTRX((x)))); \
906
htole64
(FRAG_ADDR(dmamap->dm_segs[seg].ds_addr) |
975
tfd->tfd_control =
htole64
(tfc);
1521
sc->sc_txdescs[i].tfd_next =
htole64
(
1523
sc->sc_txdescs[i].tfd_control =
htole64
(TFD_TFDDone);
/src/sys/dev/pci/ixgbe/
ixgbe_netmap.c
286
curr->read.buffer_addr =
htole64
(paddr);
478
curr->read.pkt_addr =
htole64
(paddr);
/src/usr.sbin/installboot/arch/
alpha.c
289
htole64
(howmany(params->s1stat.st_size,
291
bb.bb_secstart =
htole64
(startblock);
/src/tools/compat/
compat_defs.h
1142
#if !HAVE_DECL_HTOLE64 && !defined(
htole64
)
1143
#define
htole64
(x) bswap64((u_int64_t)(x))
macro
1161
#if !HAVE_DECL_HTOLE64 && !defined(
htole64
)
1162
#define
htole64
(x) (x)
macro
1181
#define le64toh(x)
htole64
(x)
/src/usr.bin/mkubootimage/
mkubootimage.c
396
hdr->text_offset =
htole64
(image_entrypoint);
397
hdr->image_size =
htole64
(dsize);
/src/sys/dev/nand/
nandemulator.c
680
address =
htole64
(sc->sc_address);
700
address =
htole64
(sc->sc_address);
Completed in 69 milliseconds
1
2
3
Indexes created Tue Feb 24 19:07:35 UTC 2026