/illumos-gate/usr/src/uts/common/inet/nca/ |
H A D | ncaddi.c | 146 static struct qinit winit = { variable in typeref:struct:qinit 151 &rinit, &winit
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | clone.c | 170 struct qinit *rinit, *winit; local 238 winit = WR(rq)->q_qinfo; 316 setq(rq, rinit, winit, NULL, QMTSAFE, SQ_CI|SQ_CO,
|
/illumos-gate/usr/src/uts/common/io/ib/clients/sdp/ |
H A D | sdpddi.c | 282 static struct qinit winit = { variable in typeref:struct:qinit 288 &rinit, &winit, NULL, NULL
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsddi.c | 950 static struct qinit winit = { variable in typeref:struct:qinit 956 &rinit, &winit, NULL, NULL
|
/illumos-gate/usr/src/uts/sun4u/serengeti/io/ |
H A D | sgcn.c | 128 static struct qinit winit = { variable in typeref:struct:qinit 140 &winit,
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | qcn.c | 130 static struct qinit winit = { variable in typeref:struct:qinit 142 &winit,
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | keysock.c | 163 static struct qinit winit = { variable in typeref:struct:qinit 168 &rinit, &winit
|
H A D | ipsecah.c | 171 static struct qinit winit = { variable in typeref:struct:qinit 177 &rinit, &winit, NULL, NULL
|
H A D | ipsecesp.c | 163 static struct qinit winit = { variable in typeref:struct:qinit 169 &rinit, &winit, NULL, NULL
|
H A D | spdsock.c | 175 static struct qinit winit = { variable in typeref:struct:qinit 180 &rinit, &winit
|
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/ |
H A D | hid.c | 182 static struct qinit winit = { variable in typeref:struct:qinit 194 &winit,
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/ |
H A D | usbwcm.c | 1628 static struct qinit winit = { variable in typeref:struct:qinit 1641 &winit,
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbms/ |
H A D | usbms.c | 208 static struct qinit winit = { variable in typeref:struct:qinit 220 &winit,
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | strsubr.c | 2486 setq(queue_t *rq, struct qinit *rinit, struct qinit *winit, argument 2502 wq->q_qinfo = winit; 2503 wq->q_hiwat = winit->qi_minfo->mi_hiwat; 2504 wq->q_lowat = winit->qi_minfo->mi_lowat; 2505 wq->q_minpsz = winit->qi_minfo->mi_minpsz; 2506 wq->q_maxpsz = winit->qi_minfo->mi_maxpsz; 2639 (wq->q_flag & QSYNCSTR) ? winit->qi_struiot : STRUIOT_NONE;
|