Searched refs:byte_len (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_iso9660.c | 70 iso9660_devread (int sector, int byte_offset, int byte_len, char *buf) in iso9660_devread() argument 83 if (byte_len <= 0) in iso9660_devread() 95 printf ("<%d, %d, %d>", sector, byte_offset, byte_len); in iso9660_devread() 98 read_count += (byte_len >> 9); in iso9660_devread() 103 return rawread(current_drive, part_start + sector, byte_offset, byte_len, buf); in iso9660_devread()
|
H A D | disk_io.c | 158 rawread(int drive, unsigned int sector, int byte_offset, int byte_len, in rawread() argument 164 if (byte_len <= 0) in rawread() 167 while (byte_len > 0 && !errnum) in rawread() 169 int soff, num_sect, size = byte_len; in rawread() 189 slen = ((byte_offset + byte_len + buf_geom.sector_size - 1) in rawread() 298 byte_len -= size; in rawread() 308 devread(unsigned int sector, int byte_offset, int byte_len, char *buf) in devread() argument 313 if ((sector + ((byte_offset + byte_len - 1) >> SECTOR_BITS)) in devread() 328 printf ("<%u, %d, %d>", sector, byte_offset, byte_len); in devread() 341 byte_len, buf); in devread()
|
H A D | shared.h | 1009 int rawread (int drive, unsigned int sector, int byte_offset, int byte_len, 1011 int devread (unsigned int sector, int byte_offset, int byte_len, char *buf);
|
/titanic_41/usr/src/uts/common/sys/ib/clients/of/rdma/ |
H A D | ib_verbs.h | 382 uint32_t byte_len; member
|
H A D | ib_user_verbs.h | 354 uint32_t byte_len; member
|
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs_comp.c | 155 ofed_wc->byte_len = ibt_wc->wc_bytes_xfer; in uverbs_convert_wc()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfclib.h | 378 uint32_t byte_len; member
|
H A D | emlxs_mbox.h | 1717 uint32_t byte_len; member
|
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_kverbs.c | 2228 wc->byte_len = ibt_wc->wc_bytes_xfer; in set_wc()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_download.c | 2663 mb->un.varUpdateCfg.byte_len = sizeof (WAKE_UP_PARMS); in emlxs_format_update_parms() 2689 mb->un.varUpdateCfg.byte_len = size; in emlxs_format_update_pci_cfg()
|
H A D | emlxs_dfc.c | 10656 if (mb4->un.varUpdateCfg.byte_len != in emlxs_dfc_send_mbox4() 10667 mb4->un.varUpdateCfg.byte_len); in emlxs_dfc_send_mbox4()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 15201 fcp_ascii_to_wwn(caddr_t string, uchar_t bytes[], unsigned int byte_len) in fcp_ascii_to_wwn() argument 15212 if (count >= byte_len) { in fcp_ascii_to_wwn()
|