Searched defs:swr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdma.h48 ibt_send_wr_t swr; member in struct:rdsv3_rdma_sg
/illumos-gate/usr/src/cmd/swap/
H A Dswap.c565 swapres_t swr; local
568 swr.sr_name = path;
569 swr.sr_start = offset;
571 if (swapctl(SC_REMOVE, &swr) < 0) {
625 swapres_t swr; local
665 swr.sr_name = path;
666 swr.sr_start = offset;
667 swr.sr_length = cnt;
669 if (swapctl(SC_ADD, &swr) < 0) {
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_watch.c130 int swr_ref; /* refer count to the swr */
135 * values for swr flags
147 #define SWR_STOP 1 /* stop monitoring and destroy swr */
154 static void scsi_watch_request_destroy(struct scsi_watch_request *swr);
190 * allocate an swr (scsi watch request structure) and initialize pkts
227 register struct scsi_watch_request *swr = NULL; local
270 swr = kmem_zalloc(sizeof (struct scsi_watch_request), KM_SLEEP);
286 rqpkt->pkt_private = (opaque_t)swr;
330 pkt->pkt_private = (opaque_t)swr;
338 * set the allocated resources in swr
385 struct scsi_watch_request *swr = (struct scsi_watch_request *)NULL; local
428 struct scsi_watch_request *swr = (struct scsi_watch_request *)NULL; local
480 scsi_watch_request_destroy(struct scsi_watch_request *swr) argument
525 struct scsi_watch_request *swr = local
656 struct scsi_watch_request *swr, *next; local
876 struct scsi_watch_request *swr = local
1019 struct scsi_watch_request *swr = local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_impl.c1175 ibt_send_wr_t swr; local
1199 swr.wr_sgl = sgl;
1202 &iov_attr, (ibt_all_wr_t *)&swr, &first->mihdl);

Completed in 299 milliseconds