Searched refs:reqp (Results 1 - 25 of 56) sorted by relevance

123

/illumos-gate/usr/src/cmd/lp/lib/requests/
H A Dgetrequest.c62 REQUEST *reqp; local
108 reqp = calloc(sizeof (*reqp), 1);
109 reqp->copies = 1;
110 reqp->priority = -1;
142 reqp->copies = atoi(p);
146 reqp->destination = Strdup(p);
150 appendlist (&reqp->file_list, p);
155 reqp->form = Strdup(p);
160 reqp
[all...]
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_rng.c55 dca_request_t *reqp; local
59 if ((reqp = dca_getreq(dca, MCR2, 1)) == NULL) {
64 reqp->dr_kcf_req = req;
66 data = &reqp->dr_ctx.in_dup;
72 reqp->dr_out = data;
73 reqp->dr_in = NULL;
75 rv = dca_rngstart(dca, reqp);
77 if (reqp->destroy)
78 dca_destroyreq(reqp);
80 dca_freereq(reqp);
86 dca_rngstart(dca_t *dca, dca_request_t *reqp) argument
149 dca_rngdone(dca_request_t *reqp, int errno) argument
[all...]
H A Ddca_rsa.c66 dca_request_t *reqp = ctx->cc_provider_private; local
90 if (dca_length(out) < reqp->dr_ctx.modlen) {
93 dca_length(out), reqp->dr_ctx.modlen);
94 out->cd_length = reqp->dr_ctx.modlen;
99 if (out != in && out->cd_length > reqp->dr_ctx.modlen)
100 out->cd_length = reqp->dr_ctx.modlen;
103 if (len > reqp->dr_ctx.modlen) {
113 if (len < reqp->dr_ctx.modlen && (mode == DCA_RSA_DEC ||
124 if (out->cd_length < reqp->dr_ctx.modlen && (mode == DCA_RSA_DEC ||
126 reqp
209 dca_rsadone(dca_request_t *reqp, int errno) argument
297 dca_rsaverifydone(dca_request_t *reqp, int errno) argument
417 dca_request_t *reqp = NULL; local
606 dca_request_t *reqp = ctx->cc_provider_private; local
[all...]
H A Ddca_dsa.c60 dca_request_t *reqp = ctx->cc_provider_private; local
89 reqp->dr_job_stat = DS_DSASIGN;
90 reqp->dr_byte_stat = -1;
91 reqp->dr_in = data;
92 reqp->dr_out = sig;
93 reqp->dr_callback = dca_dsa_sign_done;
95 reqp->dr_kcf_req = req;
97 err = dca_gather(data, reqp->dr_ibuf_kaddr, SHA1LEN, 1);
106 (void) ddi_dma_sync(reqp->dr_ibuf_dmah, 0, SHA1LEN,
108 if (dca_check_dma_handle(dca, reqp
149 dca_dsa_sign_done(dca_request_t *reqp, int errno) argument
204 dca_request_t *reqp = ctx->cc_provider_private; local
325 dca_dsa_verify_done(dca_request_t *reqp, int errno) argument
388 dca_request_t *reqp = NULL; local
526 dca_request_t *reqp = ctx->cc_provider_private; local
[all...]
H A Ddca_3des.c60 dca_request_t *reqp = ctx->cc_provider_private; local
63 crypto_data_t *nin = &reqp->dr_ctx.in_dup;
125 reqp->dr_kcf_req = req;
126 reqp->dr_in = nin;
127 reqp->dr_out = out;
128 reqp->dr_job_stat = DS_3DESJOBS;
129 reqp->dr_byte_stat = DS_3DESBYTES;
131 rv = dca_3desstart(dca, flags, reqp);
168 dca_request_t *reqp = ctx->cc_provider_private; local
171 crypto_data_t *nin = &reqp
378 dca_3desstart(dca_t *dca, uint32_t flags, dca_request_t *reqp) argument
530 dca_3desdone(dca_request_t *reqp, int errno) argument
[all...]
H A Ddca.c421 static int dca_bindchains_one(dca_request_t *reqp, size_t cnt, int dr_offset,
1145 dca_request_t *reqp; local
1147 if ((reqp = dca_newreq(dca)) == NULL) {
1151 reqp->dr_dca = dca;
1152 reqp->dr_wlp = wlp;
1153 dca_freereq(reqp);
1227 dca_request_t *reqp; local
1238 while ((reqp = dca_getreq(dca, mcr, 0)) != NULL) {
1239 dca_destroyreq(reqp);
1585 dca_request_t *reqp; local
1746 dca_destroyreq(dca_request_t *reqp) argument
1852 dca_request_t *reqp; local
1876 dca_freereq(dca_request_t *reqp) argument
1894 dca_bindchains(dca_request_t *reqp, size_t incnt, size_t outcnt) argument
1975 dca_unbindchains(dca_request_t *reqp) argument
2004 dca_bindchains_one(dca_request_t *reqp, size_t cnt, int dr_offset, caddr_t kaddr, ddi_dma_handle_t handle, uint_t flags, dca_chain_t *head, int *n_chain) argument
2085 dca_start(dca_t *dca, dca_request_t *reqp, int mcr, int dosched) argument
2207 dca_request_t *reqp; local
2374 dca_request_t *reqp = workp->dw_reqs[i]; local
2389 dca_request_t *reqp = workp->dw_reqs[i]; local
2423 dca_done(dca_request_t *reqp, int err) argument
2540 dca_request_t *reqp = workp->dw_reqs[i]; local
2653 dca_request_t *reqp; local
3741 dca_request_t *reqp = ctx->cc_provider_private; local
3793 dca_request_t *reqp = ctx->cc_provider_private; local
3963 dca_request_t *reqp = ctx->cc_provider_private; local
4016 dca_request_t *reqp = ctx->cc_provider_private; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c81 aio_req_t *reqp = (aio_req_t *)aio->aio_private; local
82 struct buf *bp = &reqp->aio_req_buf;
136 bp->b_forw = (struct buf *)reqp;
157 reqp->aio_req_flags |= AIO_PAGELOCKDONE;
167 reqp->aio_req_cancel = cancel;
196 aio_req_t *reqp; local
214 reqp = (aio_req_t *)bp->b_forw;
215 fd = reqp->aio_req_fd;
220 tnf_offset, blkno, btodt(reqp->aio_req_uio.uio_loffset),
221 tnf_size, size, reqp
453 aio_zerolen(aio_req_t *reqp) argument
473 aphysio_unlock(aio_req_t *reqp) argument
504 aio_hash_delete(aio_t *aiop, struct aio_req_t *reqp) argument
540 aio_req_free(aio_t *aiop, aio_req_t *reqp) argument
573 aio_req_free_port(aio_t *aiop, aio_req_t *reqp) argument
593 aio_req_t *reqp; local
618 aio_enq(aio_req_t **qhead, aio_req_t *reqp, int qflg_new) argument
642 aio_deq(aio_req_t **qhead, aio_req_t *reqp) argument
668 aio_req_t *reqp = q2; local
805 aio_req_t *reqp; local
901 aio_req_t *reqp, *next; local
942 aio_req_t *reqp, *next; local
993 aio_req_t *reqp, *next; local
1027 aio_req_t *reqp, *next, *head; local
1094 aio_copyout_result(aio_req_t *reqp) argument
1173 aio_req_remove_portq(aio_t *aiop, aio_req_t *reqp) argument
1195 aio_req_t *reqp; local
[all...]
H A Daio.c527 aio_req_t *reqp; local
559 if ((reqp = aio_req_remove(NULL)) != NULL) {
560 *rval = (long)reqp->aio_req_resultp;
590 if (reqp) {
591 aphysio_unlock(reqp);
592 aio_copyout_result(reqp);
594 aio_req_free(aiop, reqp);
813 aio_req_t *reqp, *nreqp; local
816 for (reqp = reqlist; reqp !
903 aio_req_t *reqp, *found, *next; local
1155 aio_req_assoc_port_rw(port_notify_t *pntfy, aiocb_t *cbp, aio_req_t *reqp, int event) argument
1170 aio_port_callback, reqp); local
1205 aio_req_t *reqp; local
1462 aio_port_callback, reqp); local
1679 aio_req_t *reqp; local
1732 aio_req_t *reqp; local
1793 aio_req_t *reqp; local
1948 aio_req_t *reqp; local
2055 aio_req_t *reqp; local
2242 lio_set_error(aio_req_t *reqp, int portused) argument
2310 aio_req_find(aio_result_t *resultp, aio_req_t **reqp) argument
2339 aio_req_remove(aio_req_t *reqp) argument
2400 aio_req_t *reqp; local
2495 aio_req_t *reqp; local
2907 aio_req_t *reqp; local
3177 aio_port_callback, reqp); local
3297 aio_req_t *reqp; local
3382 aio_req_t *reqp; local
3682 aio_port_callback, reqp); local
3809 aio_req_t *reqp = arg; local
[all...]
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c351 aio_req_t *reqp; local
425 if ((reqp = _aio_req_alloc()) == NULL) {
431 * _aio_do_request() checks reqp->req_op to differentiate
434 reqp->req_op = mode;
435 reqp->req_resultp = resultp;
436 ap = &reqp->req_args;
442 if (_aio_hash_insert(resultp, reqp) != 0) {
443 _aio_req_free(reqp);
451 _aio_req_add(reqp, &__nextworker_rw, umode);
458 aio_req_t *reqp; local
691 aio_req_t *reqp; local
767 aio_req_t *reqp; local
803 _aio_cancel_req(aio_worker_t *aiowp, aio_req_t *reqp, int *canceled, int *done) argument
874 _aio_create_worker(aio_req_t *reqp, int mode) argument
1030 aio_req_t *reqp; /* current AIO request */ local
1209 aio_req_t *reqp; local
1260 _aio_req_mark_done(aio_req_t *reqp) argument
1313 aio_req_t *reqp; local
1343 _aiodone(aio_req_t *reqp, ssize_t retval, int error) argument
1515 _aio_fsync_del(aio_worker_t *aiowp, aio_req_t *reqp) argument
1594 aio_req_t *reqp; local
1657 aio_req_t *reqp; local
1693 _aio_set_result(aio_req_t *reqp, ssize_t retval, int error) argument
1713 _aio_req_add(aio_req_t *reqp, aio_worker_t **nextworker, int mode) argument
1859 aio_req_t *reqp; local
1915 _aio_req_del(aio_worker_t *aiowp, aio_req_t *reqp, int ostate) argument
1983 _aio_enq_doneq(aio_req_t *reqp) argument
2002 _aio_req_remove(aio_req_t *reqp) argument
2042 _aio_hash_insert(aio_result_t *resultp, aio_req_t *reqp) argument
2122 aio_req_t *reqp; local
2243 aio_req_t *reqp; local
[all...]
H A Daio_alloc.c166 aio_req_t *reqp; local
173 if ((reqp = _aio_freelist) == NULL) {
183 for (i = 0, reqp = _aio_freelist; i < nelem; i++, reqp++) {
184 reqp->req_state = AIO_REQ_FREE;
185 reqp->req_link = reqp + 1;
187 _aio_freelast = reqp - 1;
190 reqp = _aio_freelist;
192 if ((_aio_freelist = reqp
210 _aio_req_free(aio_req_t *reqp) argument
[all...]
H A Dposix_aio.c635 aio_req_t *reqp; local
656 if ((reqp = _aio_hash_del((aio_result_t *)resultp)) == NULL) {
661 ASSERT(reqp->req_head == NULL);
662 (void) _aio_req_remove(reqp);
664 _aio_req_free(reqp);
674 aio_req_t *reqp; local
712 if ((reqp = _aio_hash_del(resultp)) == NULL)
716 ASSERT(reqp->req_head == NULL);
717 (void) _aio_req_remove(reqp);
719 _aio_req_free(reqp);
728 _lio_remove(aio_req_t *reqp) argument
862 aio_req_t *reqp; local
942 aio_req_t *reqp; local
1553 aio_req_t *reqp; local
1720 aio_req_t *reqp; local
[all...]
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c492 xcppm_detach_ctlop(dev_info_t *dip, power_req_t *reqp) argument
497 if (ppmd == NULL || reqp->req.ppm_config_req.result != DDI_SUCCESS)
512 xcppm_resume_ctlop(dev_info_t *dip, power_req_t *reqp) argument
908 xcppm_manage_cpus(dev_info_t *dip, power_req_t *reqp, int *result) argument
920 switch (reqp->request_type) {
931 old = reqp->req.ppm_set_power_req.old_level;
932 new = reqp->req.ppm_set_power_req.new_level;
992 if (reqp->req.ppm_set_power_req.canblock == PM_CANBLOCK_BLOCK)
1013 reqp->req.ppm_set_power_req.cookie = (void *) devlist;
1030 xcppm_manage_fet(dev_info_t *dip, power_req_t *reqp, in argument
1130 xcppm_manage_pciupa(dev_info_t *dip, power_req_t *reqp, int *result) argument
1255 xcppm_manage_1394(dev_info_t *dip, power_req_t *reqp, int *result) argument
1344 xcppm_lock_one(ppm_dev_t *ppmd, power_req_t *reqp, int *iresp) argument
1369 xcppm_lock_all(ppm_domain_t *domp, power_req_t *reqp, int *iresp) argument
1424 power_req_t *reqp = arg; local
[all...]
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mbox.c121 sbbc_msg_t request, *reqp = &request; local
148 sbdp_init_msg_pkt(reqp, DR_MBOX_SHOW_BOARD, len, (caddr_t)informp);
160 rv = sbbc_mbox_request_response(reqp, resp, sbdp_shw_bd_wait);
251 sbbc_msg_t request, *reqp = &request; local
276 sbdp_init_msg_pkt(reqp, DR_MBOX_ASSIGN, len, (caddr_t)informp);
282 rv = sbbc_mbox_request_response(reqp, resp, sbdp_mbox_wait);
302 sbbc_msg_t request, *reqp = &request; local
327 sbdp_init_msg_pkt(reqp, DR_MBOX_ASSIGN, len, (caddr_t)informp);
333 rv = sbbc_mbox_request_response(reqp, resp, sbdp_mbox_wait);
396 sbbc_msg_t request, *reqp local
495 sbbc_msg_t request, *reqp = &request; local
576 sbbc_msg_t request, *reqp = &request; local
630 sbbc_msg_t request, *reqp = &request; local
734 sbbc_msg_t request, *reqp = &request; local
807 sbbc_msg_t request, *reqp = &request; local
884 sbbc_msg_t request, *reqp = &request; local
909 sbbc_msg_t request, *reqp = &request; local
938 sbbc_msg_t request, *reqp = &request; local
[all...]
H A Dsghsc.c1225 sbbc_msg_t request, *reqp = &request; local
1233 reqp->msg_type.type = CPCI_MBOX;
1234 reqp->msg_status = 0xeeeeffff;
1235 reqp->msg_len = sizeof (cmd_info);
1236 reqp->msg_bytes = 8;
1237 reqp->msg_buf = (caddr_t)cmd_infop;
1238 reqp->msg_data[0] = 0;
1239 reqp->msg_data[1] = 0;
1253 reqp->msg_type.sub_type = CPCI_GET_SLOT_STATUS;
1255 reqp
[all...]
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c2411 usb_ctrl_req_t *reqp = NULL; local
2448 reqp = usb_alloc_ctrl_req(ugenp->ug_dip, wLength, USB_FLAGS_NOSLEEP);
2449 if (reqp == NULL) {
2456 reqp->ctrl_bmRequestType = setup[0];
2457 reqp->ctrl_bRequest = setup[1];
2458 reqp->ctrl_wValue = (setup[3] << 8) | setup[2];
2459 reqp->ctrl_wIndex = (setup[5] << 8) | setup[4];
2460 reqp->ctrl_wLength = wLength;
2461 reqp->ctrl_timeout = ugen_ctrl_timeout;
2462 reqp
2548 ugen_epx_ctrl_req_cb(usb_pipe_handle_t ph, usb_ctrl_req_t *reqp) argument
2610 usb_bulk_req_t *reqp = usb_alloc_bulk_req(ugenp->ug_dip, local
2666 ugen_epx_bulk_req_cb(usb_pipe_handle_t ph, usb_bulk_req_t *reqp) argument
2817 usb_intr_req_t *reqp; local
2919 ugen_epx_intr_IN_req_cb(usb_pipe_handle_t ph, usb_intr_req_t *reqp) argument
3040 usb_intr_req_t *reqp; local
3089 ugen_epx_intr_OUT_req_cb(usb_pipe_handle_t ph, usb_intr_req_t *reqp) argument
3274 usb_isoc_req_t *reqp; local
3393 ugen_epx_isoc_IN_req_cb(usb_pipe_handle_t ph, usb_isoc_req_t *reqp) argument
3581 usb_isoc_req_t *reqp; local
3807 ugen_epx_isoc_OUT_req_cb(usb_pipe_handle_t ph, usb_isoc_req_t *reqp) argument
[all...]
H A Dusba10_calls.c245 usba10_usb_free_ctrl_req(usb_ctrl_req_t *reqp) argument
247 usb_free_ctrl_req(reqp);
254 usb_ctrl_req_t *reqp,
257 return (usb_pipe_ctrl_xfer(pipe_handle, reqp, flags));
367 usba10_usb_free_bulk_req(usb_bulk_req_t *reqp) argument
369 usb_free_bulk_req(reqp);
376 usb_bulk_req_t *reqp,
379 return (usb_pipe_bulk_xfer(pipe_handle, reqp, flags));
403 usba10_usb_free_intr_req(usb_intr_req_t *reqp) argument
405 usb_free_intr_req(reqp);
252 usba10_usb_pipe_ctrl_xfer( usb_pipe_handle_t pipe_handle, usb_ctrl_req_t *reqp, usb_flags_t flags) argument
374 usba10_usb_pipe_bulk_xfer( usb_pipe_handle_t pipe_handle, usb_bulk_req_t *reqp, usb_flags_t flags) argument
461 usba10_usb_pipe_isoc_xfer( usb_pipe_handle_t pipe_handle, usb_isoc_req_t *reqp, usb_flags_t flags) argument
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_metad_subr.c106 ckncvt_set_record(mddb_userreq_t *reqp, md_error_t *ep) argument
112 if (reqp->ur_size == sizeof (*sr))
116 if (reqp->ur_size >= sizeof (*sr))
119 reqp->ur_data = (uintptr_t)Realloc((void *)(uintptr_t)
120 reqp->ur_data, sizeof (*sr));
122 ((char *)(uintptr_t)reqp->ur_data) + reqp->ur_size,
123 '\0', sizeof (*sr) - reqp->ur_size);
124 reqp->ur_size = sizeof (*sr);
134 req = *reqp; /* structur
218 mddb_userreq_t *reqp = Zalloc(sizeof (*reqp)); local
308 mddb_userreq_t *reqp = NULL; local
878 mddb_userreq_t *reqp; local
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Doplkmdrv.c92 int okm_process_req(okms_t *okmsp, okm_req_hdr_t *reqp, uint32_t len,
467 okm_req_hdr_t *reqp; local
482 reqp = okmsp->km_reqp;
539 reqp = (okm_req_hdr_t *)msgbuf;
540 reqp->krq_version = ntohl(reqp->krq_version);
541 reqp->krq_transid = ntohl(reqp->krq_transid);
542 reqp->krq_cmd = ntohl(reqp
578 okm_process_req(okms_t *okmsp, okm_req_hdr_t *reqp, uint32_t len, sckm_ioctl_getreq_t *ireqp, intptr_t data, int flag) argument
650 okm_req_hdr_t *reqp = okmsp->km_reqp; local
1083 okm_print_req(okm_req_hdr_t *reqp, uint32_t len) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgfru.c1158 sbbc_msg_t request, *reqp = &request; local
1166 reqp->msg_type.type = SGFRU_MBOX;
1174 reqp->msg_type.sub_type = SGFRU_MBOX_GETCHILDLIST;
1175 reqp->msg_len = sizeof (fru_info_t);
1176 reqp->msg_buf = (caddr_t)fru;
1183 reqp->msg_type.sub_type = SGFRU_MBOX_GETCHILDHANDLES;
1184 reqp->msg_len = sizeof (fru_info_t);
1185 reqp->msg_buf = (caddr_t)fru;
1192 reqp->msg_type.sub_type = SGFRU_MBOX_GETNODEINFO;
1193 reqp
[all...]
H A Dlw8.c837 sbbc_msg_t request, *reqp = &request; local
843 reqp->msg_type.type = LW8_MBOX;
844 reqp->msg_type.sub_type = cmd;
851 reqp->msg_len = 0;
852 reqp->msg_buf = (caddr_t)NULL;
857 reqp->msg_len = sizeof (lom_ctl2_t);
858 reqp->msg_buf = (caddr_t)arg;
863 reqp->msg_len = sizeof (lom_prog_t);
864 reqp->msg_buf = (caddr_t)arg;
869 reqp
[all...]
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c759 power_req_t *reqp = (power_req_t *)arg; local
773 char *ctlstr = ppm_get_ctlstr(reqp->request_type, mask);
785 switch (reqp->request_type) {
789 mode = (reqp->req.ppm_all_lowest_req.mode == PM_ALL_LOWEST);
798 ASSERT(reqp->req.ppm_set_power_req.who == rdip);
800 if (reqp->req.ppm_config_req.result != DDI_SUCCESS ||
811 ppm_svc_resume_ctlop(rdip, reqp);
824 else if (reqp->request_type != PMR_PPM_UNLOCK_POWER) {
832 ppmd->path, ppm_get_ctlstr(reqp->request_type, D_LOCKS)))
835 ppm_lock_all(domp, reqp, resul
1069 ppm_manage_cpus(dev_info_t *dip, power_req_t *reqp, int *result) argument
1200 ppm_svc_resume_ctlop(dev_info_t *dip, power_req_t *reqp) argument
1505 ppm_manage_fet(dev_info_t *dip, power_req_t *reqp, int *result) argument
1927 ppm_manage_pci(dev_info_t *dip, power_req_t *reqp, int *result) argument
2070 ppm_manage_pcie(dev_info_t *dip, power_req_t *reqp, int *result) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic_common.h174 extern int apic_cpu_add(psm_cpu_request_t *reqp);
175 extern int apic_cpu_remove(psm_cpu_request_t *reqp);
176 extern int apic_cpu_ops(psm_cpu_request_t *reqp);
/illumos-gate/usr/src/uts/common/io/usb/usba10/
H A Dusba10.c273 usb_free_ctrl_req(usb_ctrl_req_t *reqp) argument
275 usba10_usb_free_ctrl_req(reqp);
282 usb_ctrl_req_t *reqp,
285 return (usba10_usb_pipe_ctrl_xfer(pipe_handle, reqp, flags));
395 usb_free_bulk_req(usb_bulk_req_t *reqp) argument
397 usba10_usb_free_bulk_req(reqp);
404 usb_bulk_req_t *reqp,
407 return (usba10_usb_pipe_bulk_xfer(pipe_handle, reqp, flags));
431 usb_free_intr_req(usb_intr_req_t *reqp) argument
433 usba10_usb_free_intr_req(reqp);
280 usb_pipe_ctrl_xfer( usb_pipe_handle_t pipe_handle, usb_ctrl_req_t *reqp, usb_flags_t flags) argument
402 usb_pipe_bulk_xfer( usb_pipe_handle_t pipe_handle, usb_bulk_req_t *reqp, usb_flags_t flags) argument
489 usb_pipe_isoc_xfer( usb_pipe_handle_t pipe_handle, usb_isoc_req_t *reqp, usb_flags_t flags) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba10.h242 usba10_usb_free_ctrl_req(usb_ctrl_req_t *reqp);
247 usb_ctrl_req_t *reqp,
322 usba10_usb_free_bulk_req(usb_bulk_req_t *reqp);
327 usb_bulk_req_t *reqp,
342 usba10_usb_free_intr_req(usb_intr_req_t *reqp);
374 usb_isoc_req_t *reqp,
/illumos-gate/usr/src/uts/sun4u/opl/sys/
H A Doplkm.h84 static void okm_print_req(okm_req_hdr_t *reqp, uint32_t len);

Completed in 196 milliseconds

123