HomeSort by: relevance | last modified time | path
    Searched refs:le64toh (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/usr.sbin/installboot/arch/
alpha.c 162 (unsigned long long)le64toh(bb.bb_cksum),
163 (unsigned long long)le64toh(cksum));
170 (unsigned long long)le64toh(bb.bb_secstart));
172 (unsigned long long)le64toh(bb.bb_secsize));
174 (unsigned long long)le64toh(bb.bb_cksum));
184 (unsigned long long)le64toh(bb.bb_secstart));
186 (unsigned long long)le64toh(bb.bb_secsize));
188 (unsigned long long)le64toh(bb.bb_cksum));
302 (unsigned long long)le64toh(bb.bb_secsize));
304 (unsigned long long)le64toh(bb.bb_cksum))
    [all...]
  /src/sys/external/bsd/common/include/asm/
byteorder.h 54 #define le64_to_cpu le64toh
  /src/sbin/gpt/
header.c 93 gpt_show_num("- First Data Sector", le64toh(hdr->hdr_lba_start));
94 gpt_show_num("- Last Data Sector", le64toh(hdr->hdr_lba_end));
backup.c 176 le64toh(ent->ent_lba_start)));
178 le64toh(ent->ent_lba_end)));
180 le64toh(ent->ent_attr)));
resizedisk.c 122 oldloc = (off_t)le64toh((uint64_t)hdr->hdr_lba_alt);
148 ((off_t)le64toh(ent->ent_lba_end) > lastdata)) {
149 lastdata = (off_t)le64toh((uint64_t)ent->ent_lba_end);
gpt.c 410 p = gpt_read(gpt, (off_t)le64toh((uint64_t)hdr->hdr_lba_table), blocks);
416 (uintmax_t)le64toh(hdr->hdr_lba_table));
425 (uintmax_t)le64toh(hdr->hdr_lba_table));
438 m = map_add(gpt, (off_t)le64toh((uint64_t)hdr->hdr_lba_table),
452 size = (off_t)(le64toh((uint64_t)ent->ent_lba_end) -
453 le64toh((uint64_t)ent->ent_lba_start) + 1LL);
460 (uintmax_t)le64toh(ent->ent_lba_start),
463 m = map_add(gpt, (off_t)le64toh((uint64_t)ent->ent_lba_start),
593 lba = le64toh(hdr->hdr_lba_alt);
recover.c 180 le64toh(((struct gpt_hdr *)(gpt->gpt->map_data))->hdr_lba_alt) !=
  /src/sys/lib/libkern/
entpool.h 57 #define ENTPOOL_WTOH le64toh
  /src/sys/arch/arm/acpi/
acpi_table.c 92 pa = le64toh(rsdp->XsdtPhysicalAddress);
103 rv = acpi_table_map(le64toh(xsdt->TableOffsetEntry[n]), (void **)&header);
acpi_platform.c 169 if (le64toh(spcr->SerialPort.Address) == 0) {
197 plcom_console.pi_iobase = le64toh(spcr->SerialPort.Address);
233 le64toh(spcr->SerialPort.Address), reg_shift);
241 le64toh(spcr->SerialPort.Address) + 0x40, 2);
341 if (le64toh(spcr->SerialPort.Address) == 0) {
379 if (mem->ar_base == le64toh(spcr->SerialPort.Address)) {
  /src/sys/dev/dkwedge/
dkwedge_gpt.c 195 lba_start = le64toh(hdr->hdr_lba_start);
196 lba_end = le64toh(hdr->hdr_lba_end);
197 lba_table = le64toh(hdr->hdr_lba_table);
256 dkw.dkw_offset = le64toh(ent->ent_lba_start);
257 dkw.dkw_size = le64toh(ent->ent_lba_end) - dkw.dkw_offset + 1;
  /src/sys/dev/ic/
nvmeio.h 105 t = le64toh(v[0]);
106 v[0] = le64toh(v[1]);
126 identify->nsze = le64toh(identify->nsze);
127 identify->ncap = le64toh(identify->ncap);
128 identify->nuse = le64toh(identify->nuse);
gemvar.h 243 (((sc)->sc_flags & GEM_PCI) ? le64toh(v) : be64toh(v))
mpt.h 191 #define MPT_2_HOST64(ptr, tag) ptr->tag = le64toh(ptr->tag)
nvmevar.h 176 #define lemtoh64(p) le64toh(*((uint64_t *)(p)))
  /src/sys/ufs/chfs/
chfs_scan.c 127 vno = le64toh(vnode->vno);
148 if (le64toh(vnode->version) > *vc->vno_version) {
149 *vc->vno_version = le64toh(vnode->version);
159 *vc->vno_version = le64toh(vnode->version);
326 parentvc = chfs_scan_make_vnode_cache(chmp, le64toh(dirent->pvno));
339 fd->vno = le64toh(dirent->vno);
340 fd->version = le64toh(dirent->version);
381 vno = le64toh(dnode->vno);
  /src/sbin/nvmectl/
logpage.c 136 e->error_count = le64toh(e->error_count);
141 e->lba = le64toh(e->lba);
143 e->command_specific = le64toh(e->command_specific);
297 e->revision[i] = le64toh(e->revision[i]);
351 e->current = le64toh(e->current);
352 e->overtemp_flag_last = le64toh(e->overtemp_flag_last);
353 e->overtemp_flag_life = le64toh(e->overtemp_flag_life);
354 e->max_temp = le64toh(e->max_temp);
355 e->min_temp = le64toh(e->min_temp);
356 e->max_oper_temp = le64toh(e->max_oper_temp)
    [all...]
  /src/sys/arch/i386/stand/bootxx/
boot1.c 281 bootme_lba = le64toh(ent->ent_lba_start);
286 firstpart_lba = le64toh(ent->ent_lba_start);
289 bootable_lba = le64toh(ent->ent_lba_start);
  /src/sys/arch/hppa/dev/
elroy.c 540 return le64toh(data);
670 *a++ = le64toh(*p);
885 *a++ = le64toh(data);
1346 le64toh(r->lmmio_base), le64toh(r->lmmio_mask),
1347 le64toh(r->gmmio_base), le64toh(r->gmmio_mask),
1348 le64toh(r->wlmmio_base), le64toh(r->wlmmio_mask),
1349 le64toh(r->wgmmio_base), le64toh(r->wgmmio_mask)
    [all...]
  /src/usr.bin/mkubootimage/
mkubootimage.c 367 printf(" text offset: 0x%" PRIx64 "\n", le64toh(hdr->text_offset));
368 printf(" image size: %" PRIu64 "\n", le64toh(hdr->image_size));
369 printf(" flags: 0x%" PRIx64 "\n", le64toh(hdr->flags));
  /src/sys/stand/efiboot/
efiblock.c 438 le64toh(hdr.hdr_lba_table) * bdev->bio->Media->BlockSize, buf, sz);
613 size = (le64toh(bpart->gpt.ent.ent_lba_end) - le64toh(bpart->gpt.ent.ent_lba_start)) * bdev->bio->Media->BlockSize;
698 off = ((EFI_LBA)dblk + le64toh(bpart->gpt.ent.ent_lba_start)) * bdev->bio->Media->BlockSize;
  /src/sys/dev/pci/
if_casvar.h 220 #define CAS_DMA_READ(v) le64toh(v)
  /src/sys/dev/nand/
nandemulator.c 690 return le64toh(offset);
711 return (size_t )le64toh(offset << 1);
713 return (size_t )le64toh(offset);
  /src/sys/arch/hpc/stand/include/machine/
endian.h 199 #define le64toh(x) htole64(x) macro
206 #define LE64TOH(x) HTOLE64(x)
  /src/usr.sbin/wlanctl/
wlanctl.c 274 pns->ns_intval, (u_int64_t)le64toh(ts));

Completed in 32 milliseconds

1 2 3