Searched defs:buf_ptr (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dio.c89 g_scsi_persistent_reserve_in_cmd(int fd, uchar_t *buf_ptr, argument
96 if ((fd < 0) || (buf_ptr == NULL) || (buf_len < 0)) {
100 (void) memset(buf_ptr, 0, buf_len);
107 ucmd.uscsi_bufaddr = (caddr_t)buf_ptr;
125 g_scsi_send_diag_cmd(int fd, uchar_t *buf_ptr, int buf_len) argument
132 if ((fd < 0) || (buf_ptr == NULL) || (buf_len < 0)) {
141 ucmd.uscsi_bufaddr = (caddr_t)buf_ptr;
162 rec_diag_cmd(int fd, uchar_t *buf_ptr, int buf_len, uchar_t page_code, argument
169 if ((fd < 0) || (buf_ptr == NULL) || (buf_len < 0)) {
173 (void) memset(buf_ptr,
194 g_scsi_rec_diag_cmd(int fd, uchar_t *buf_ptr, int buf_len, uchar_t page_code) argument
226 g_scsi_writebuffer_cmd(int fd, int off, uchar_t *buf_ptr, int buf_len, int sp, int bid) argument
263 g_scsi_readbuffer_cmd(int fd, uchar_t *buf_ptr, int buf_len, int code_off) argument
292 g_scsi_inquiry_cmd(int fd, uchar_t *buf_ptr, int buf_len) argument
335 g_scsi_log_sense_cmd(int fd, uchar_t *buf_ptr, int buf_len, uchar_t page_code) argument
370 g_scsi_mode_select_cmd(int fd, uchar_t *buf_ptr, int buf_len, uchar_t sp) argument
406 g_scsi_mode_sense_cmd(int fd, uchar_t *buf_ptr, int buf_len, uchar_t pc, uchar_t page_code) argument
456 g_scsi_read_capacity_cmd(int fd, uchar_t *buf_ptr, int buf_len) argument
[all...]
H A Dmap.c4027 g_scsi_inquiry_cmd80(int fd, uchar_t *buf_ptr, int buf_len) argument
4033 (void) memset(buf_ptr, 0, buf_len);
4038 ucmd.uscsi_bufaddr = (caddr_t)buf_ptr;
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c612 uchar_t *buf_ptr,
624 if ((fd < 0) || (buf_ptr == NULL) || (buf_len < 0)) {
628 (void) memset(buf_ptr, 0, buf_len);
640 ucmd.uscsi_bufaddr = (caddr_t)buf_ptr;
653 (void) dump_hex_data(" Mode Sense data: ", buf_ptr,
611 scsi_mode_sense_cmd(int fd, uchar_t *buf_ptr, int buf_len, uchar_t pc, uchar_t page_code) argument
H A Dhotplug.c2657 char *lpath, *ptr, *buf_ptr, buf[MAXNAMELEN], dev[MAXNAMELEN]; local
2695 buf_ptr = ptr;
2702 (void) sprintf(dev, "%s%s", buf_ptr, ptr);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_access.c1820 u32_t *buf_ptr,
1827 *buf_ptr = REG_RD(pdev, reg_offset + current_offset);
1828 buf_ptr++;
1842 u32_t *buf_ptr,
1853 lm_reg_rd_ind_imp(pdev, reg_offset + current_offset, buf_ptr);
1854 buf_ptr++;
1817 lm_reg_rd_blk( lm_device_t *pdev, u32_t reg_offset, u32_t *buf_ptr, u32_t u32t_cnt) argument
1839 lm_reg_rd_blk_ind( lm_device_t *pdev, u32_t reg_offset, u32_t *buf_ptr, u32_t u32t_cnt, u8_t acquire_lock_flag) argument
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c4087 check_file(int fd, int verbose, uchar_t **buf_ptr, int dl_info_offset) argument
4095 *buf_ptr = NULL;
4161 *buf_ptr = buf;
4275 ib_download_code_cmd(int fd, int promid, int off, uchar_t *buf_ptr, argument
4283 status = g_scsi_writebuffer_cmd(fd, off, buf_ptr, sz,
4287 buf_ptr += sz;
4301 * buf_ptr - uchar_t pointer to the firmware itself
4310 dak_download_code_cmd(int fd, uchar_t *buf_ptr, int buf_len) argument
4319 status = g_scsi_writebuffer_cmd(fd, offs, buf_ptr, sz, 0x07, 0);
4323 buf_ptr
4350 uchar_t *buf_ptr; local
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm.c1647 u32_t *buf_ptr)
1656 *(buf_ptr + i));
1643 mm_bar_copy_buffer(struct _lm_device_t * pdev, u8_t bar, u32_t offset, u32_t size, u32_t *buf_ptr) argument
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c1397 uint8_t *buf_ptr; local
1403 buf_ptr = (uint8_t *)(key + 1);
1404 bcopy(ipsa->ipsa_encrkey, buf_ptr, ipsa->ipsa_encrkeylen);
1406 buf_ptr += ipsa->ipsa_encrkeylen;
1407 bcopy(ipsa->ipsa_salt, buf_ptr, ipsa->ipsa_saltlen);
2921 uint8_t *buf_ptr; local
3300 buf_ptr = (uint8_t *)(ekey + 1);
3301 bcopy(buf_ptr, newbie->ipsa_encrkey, newbie->ipsa_encrkeylen);
3337 buf_ptr += newbie->ipsa_encrkeylen;
3338 bcopy(buf_ptr, newbi
[all...]

Completed in 285 milliseconds