OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htole64
(Results
1 - 25
of
70
) 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
148
ent.ent_lba_start =
htole64
(ent.ent_lba_start);
151
ent.ent_lba_end =
htole64
(ent.ent_lba_end);
154
ent.ent_attr =
htole64
(ent.ent_attr);
353
hdr->hdr_lba_self =
htole64
(GPT_HDR_BLKNO);
354
hdr->hdr_lba_alt =
htole64
((uint64_t)last);
355
hdr->hdr_lba_start =
htole64
((uint64_t)firstdata);
356
hdr->hdr_lba_end =
htole64
((uint64_t)lastdata);
358
hdr->hdr_lba_table =
htole64
(2);
369
hdr->hdr_lba_self =
htole64
((uint64_t)last);
370
hdr->hdr_lba_alt =
htole64
(GPT_HDR_BLKNO)
[
all
...]
resizedisk.c
197
hdr->hdr_lba_alt =
htole64
((uint64_t)gpt->tpg->map_start);
199
hdr->hdr_lba_end =
htole64
((uint64_t)(gpt->lbt->map_start - 1));
205
hdr->hdr_lba_self =
htole64
((uint64_t)gpt->tpg->map_start);
206
hdr->hdr_lba_alt =
htole64
((uint64_t)gpt->gpt->map_start);
207
hdr->hdr_lba_end =
htole64
((uint64_t)(gpt->lbt->map_start - 1));
208
hdr->hdr_lba_table =
htole64
((uint64_t)gpt->lbt->map_start);
add.c
75
ent->ent_lba_start =
htole64
((uint64_t)map->map_start);
76
ent->ent_lba_end =
htole64
((uint64_t)(map->map_start +
migrate.c
224
ent->ent_lba_start =
htole64
((uint64_t)ofs);
225
ent->ent_lba_end =
htole64
((uint64_t)(ofs +
319
ent->ent_lba_start =
htole64
((uint64_t)start);
320
ent->ent_lba_end =
htole64
((uint64_t)(start + size - 1LL));
recover.c
101
hdr->hdr_lba_self =
htole64
((uint64_t)(*dgpt)->map_start);
102
hdr->hdr_lba_alt =
htole64
((uint64_t)sgpt->map_start);
103
hdr->hdr_lba_table =
htole64
((uint64_t)dtbl->map_start);
resize.c
124
end =
htole64
((uint64_t)(map->map_start + newsize - 1LL));
gpt.c
910
hdr->hdr_lba_self =
htole64
((uint64_t)gpt->gpt->map_start);
911
hdr->hdr_lba_alt =
htole64
((uint64_t)last);
912
hdr->hdr_lba_start =
htole64
((uint64_t)(gpt->tbl->map_start + blocks));
913
hdr->hdr_lba_end =
htole64
((uint64_t)(last - blocks - 1LL));
916
hdr->hdr_lba_table =
htole64
((uint64_t)(gpt->tbl->map_start));
947
hdr->hdr_lba_self =
htole64
((uint64_t)gpt->tpg->map_start);
948
hdr->hdr_lba_alt =
htole64
((uint64_t)gpt->gpt->map_start);
949
hdr->hdr_lba_table =
htole64
((uint64_t)gpt->lbt->map_start);
/src/usr.sbin/makefs/chfs/
chfs_mkfs.c
144
ebhdr.u.nand_hdr.serial =
htole64
(++(max_serial));
172
fvnode.vno =
htole64
(node->inode->ino);
173
fvnode.version =
htole64
(version++);
204
fdirent.vno =
htole64
(node->inode->ino);
206
fdirent.pvno =
htole64
(node->parent->inode->ino);
208
fdirent.pvno =
htole64
(node->inode->ino);
211
fdirent.version =
htole64
(version++);
295
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);
mly.c
865
mci.param.setmemorymailbox.command_mailbox_physaddr =
htole64
(tmp);
868
mci.param.setmemorymailbox.status_mailbox_physaddr =
htole64
(tmp);
871
mci.param.setmemorymailbox.health_buffer_physaddr =
htole64
(tmp);
932
ioctl->sense_buffer_address =
htole64
(mci->sense_buffer_address);
1593
htole64
(mc->mc_packetphys);
1725
htole64
(mly->mly_sg_busaddr +
1733
sg->physaddr =
htole64
(ds->ds_addr);
1734
sg->length =
htole64
(ds->ds_len);
/src/usr.sbin/installboot/arch/
alpha.c
289
htole64
(howmany(params->s1stat.st_size,
291
bb.bb_secstart =
htole64
(startblock);
/src/sys/dev/pci/ixgbe/
ixgbe_netmap.c
286
curr->read.buffer_addr =
htole64
(paddr);
478
curr->read.pkt_addr =
htole64
(paddr);
/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 23 milliseconds
1
2
3
Indexes created Tue Oct 21 19:09:51 GMT 2025