/illumos-gate/usr/src/uts/common/io/scsi/adapters/pvscsi/ |
H A D | pvscsi.c | 103 pvscsi_add_to_queue(pvscsi_softc_t *pvs, pvscsi_cmd_t *cmd) in pvscsi_add_to_queue() argument 116 ASSERT(mutex_owned(&pvs->lock)); in pvscsi_add_to_queue() 118 l = &pvs->cmd_queue; in pvscsi_add_to_queue() 132 pvscsi_reg_read(pvscsi_softc_t *pvs, uint32_t offset) in pvscsi_reg_read() argument 138 ret = ddi_get32(pvs->mmio_handle, in pvscsi_reg_read() 139 (uint32_t *)(pvs->mmio_base + offset)); in pvscsi_reg_read() 145 pvscsi_reg_write(pvscsi_softc_t *pvs, uint32_t offset, uint32_t value) in pvscsi_reg_write() argument 149 ddi_put32(pvs->mmio_handle, (uint32_t *)(pvs->mmio_base + offset), in pvscsi_reg_write() 154 pvscsi_write_cmd_desc(pvscsi_softc_t *pvs, uint32_t cmd, void *desc, size_t len) in pvscsi_write_cmd_desc() argument 157 pvscsi_reg_write(pvs, PVSCSI_REG_OFFSET_COMMAND, cmd); in pvscsi_write_cmd_desc() [all …]
|
H A D | pvscsi_var.h | 47 struct pvscsi_softc *pvs; member 66 struct pvscsi_softc *pvs; member 74 struct pvscsi_softc *pvs; member 106 #define REQ_RING(pvs) \ argument 107 ((struct PVSCSIRingReqDesc *)((pvs)->req_ring_buf.addr)) 109 #define CMP_RING(pvs) \ argument 110 ((struct PVSCSIRingCmpDesc *)((pvs)->cmp_ring_buf.addr)) 112 #define MSG_RING(pvs) \ argument 113 ((struct PVSCSIRingMsgDesc *)((pvs)->msg_ring_buf.addr)) 115 #define RINGS_STATE(pvs) \ argument [all …]
|
/illumos-gate/usr/src/cmd/sgs/pvs/ |
H A D | Makefile.com | 30 PROG= pvs 35 COMOBJ= pvs.o 52 BLTMESG= $(SGSMSGDIR)/pvs 56 SGSMSGCOM= ../common/pvs.msg
|
H A D | Makefile.targ | 44 $(RM) $@; $(SYMLINK) ../../bin/pvs $@
|
/illumos-gate/usr/src/cmd/sort/ |
H A D | streams_wide.c | 265 static line_rec_t pvs; in stream_wide_put_line_unique() local 271 if ((pvs.l_collate.sp == NULL || in stream_wide_put_line_unique() 272 collated_wide(&pvs, line, 0, COLL_UNIQUE) != 0) && in stream_wide_put_line_unique() 278 pvs.l_collate.sp = safe_realloc(pvs.l_collate.sp, in stream_wide_put_line_unique() 284 (void) memcpy(pvs.l_collate.sp, line->l_collate.sp, in stream_wide_put_line_unique() 287 *(wchar_t *)(pvs.l_collate.sp + line->l_collate_length) = L'\0'; in stream_wide_put_line_unique() 288 pvs.l_collate_length = line->l_collate_length; in stream_wide_put_line_unique()
|
H A D | streams_stdio.c | 390 static line_rec_t pvs; in stream_stdio_put_line_unique() local 396 if (pvs.l_collate.sp != NULL && in stream_stdio_put_line_unique() 397 collated(&pvs, line, 0, COLL_UNIQUE) == 0) { in stream_stdio_put_line_unique() 406 pvs.l_collate.sp = safe_realloc(pvs.l_collate.sp, in stream_stdio_put_line_unique() 411 (void) memcpy(pvs.l_collate.sp, line->l_collate.sp, in stream_stdio_put_line_unique() 413 *(pvs.l_collate.sp + line->l_collate_length) = '\0'; in stream_stdio_put_line_unique() 414 pvs.l_collate_length = line->l_collate_length; in stream_stdio_put_line_unique()
|
/illumos-gate/usr/src/cmd/sgs/ |
H A D | Makefile | 59 pvs \ 93 ldprof libcrle pvs elfdump \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | developer-linker.p5m | 42 link path=usr/bin/$(ARCH64)/pvs target=../../bin/pvs 55 file path=usr/bin/pvs mode=0555 118 file path=usr/share/man/man1/pvs.1
|
/illumos-gate/usr/src/cmd/sgs/messages/ |
H A D | Makefile.com | 43 libcrle crle moe pvs \
|
H A D | sgs.ident | 46 MSG_ID_PVS 22 SUNW_OST_SGS /* sgs/pvs */
|
/illumos-gate/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.msg | 30 # Message file for cmd/sgs/pvs.
|
/illumos-gate/usr/src/man/man1/ |
H A D | Makefile | 301 pvs.1 \
|
/illumos-gate/usr/src/cmd/sgs/tools/ |
H A D | SUNWonld-README | 1593 6931056 pvs -r output can include empty versions in output
|