Home
last modified time | relevance | path

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

/linux-2.6.39/arch/um/drivers/
Dcow.h11 # define ntohll(x) (x) macro
14 # define ntohll(x) be64_to_cpu(x) macro
27 # define ntohll(x) (x) macro
30 # define ntohll(x) bswap_64(x) macro
Dcow_user.c327 *size_out = ntohll(header->v2.size); in read_cow_header()
341 *size_out = ntohll(header->v3.size); in read_cow_header()
372 *size_out = ntohll(header->v3_b.size); in read_cow_header()
/linux-2.6.39/include/scsi/
Dfc_frame.h35 #define ntohll(x) be64_to_cpu(x) macro
/linux-2.6.39/drivers/scsi/libfc/
Dfc_disc.c436 ids.port_name = ntohll(np->fp_wwpn); in fc_disc_gpn_ft_parse()