Home
last modified time | relevance | path

Searched defs:q (Results 26 – 50 of 776) sorted by relevance

12345678910>>...32

/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c156 queue_t *q = dsp->ds_wq; in proto_info_req() local
324 queue_t *q = dsp->ds_wq; in proto_attach_req() local
367 queue_t *q = dsp->ds_wq; in proto_detach_req() local
408 queue_t *q = dsp->ds_wq; in proto_bind_req() local
511 queue_t *q = dsp->ds_wq; in proto_unbind_req() local
579 queue_t *q = dsp->ds_wq; in proto_promiscon_req() local
658 queue_t *q = dsp->ds_wq; in proto_promiscoff_req() local
746 queue_t *q = dsp->ds_wq; in proto_enabmulti_req() local
809 queue_t *q = dsp->ds_wq; in proto_disabmulti_req() local
862 queue_t *q = dsp->ds_wq; in proto_physaddr_req() local
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dstrredirm.c131 wcmopen(queue_t *q, dev_t *dev, int flag, int sflag, cred_t *cred) in wcmopen()
141 wcmclose(queue_t *q, int flag, cred_t *cred) in wcmclose()
153 wcmrput(queue_t *q, mblk_t *mp) in wcmrput()
163 wcmwput(queue_t *q, mblk_t *mp) in wcmwput()
H A Dllc1.c473 llc1_uwput(queue_t *q, mblk_t *mp) in llc1_uwput()
534 llc1_lrsrv(queue_t *q) in llc1_lrsrv()
717 llc1_uwsrv(queue_t *q) in llc1_uwsrv()
810 llc1_ioctl(queue_t *q, mblk_t *mp) in llc1_ioctl()
999 llc1_cmds(queue_t *q, mblk_t *mp) in llc1_cmds()
1110 llc1_bind(queue_t *q, mblk_t *mp) in llc1_bind()
1202 llc1_unbind(queue_t *q, mblk_t *mp) in llc1_unbind()
1234 llc1_inforeq(queue_t *q, mblk_t *mp) in llc1_inforeq()
1727 llc1attach(queue_t *q, mblk_t *mp) in llc1attach()
1789 llc1unattach(queue_t *q, mblk_t *mp) in llc1unattach()
[all …]
H A Dconsms.c353 consmsopen(queue_t *q, dev_t *devp, int flag, int sflag, cred_t *crp) in consmsopen()
362 consmsclose(queue_t *q, int flag, cred_t *crp) in consmsclose()
373 consmsuwput(queue_t *q, mblk_t *mp) in consmsuwput()
443 consmsioctl(queue_t *q, mblk_t *mp) in consmsioctl()
514 consmslwserv(queue_t *q) in consmslwserv()
527 consmslrput(queue_t *q, mblk_t *mp) in consmslrput()
620 consms_punlink(queue_t *q, mblk_t *mp) in consms_punlink()
658 consms_plink(queue_t *q, mblk_t *mp) in consms_plink()
1141 consms_mux_copyreq(queue_t *q, consms_msg_t *msg, mblk_t *mp) in consms_mux_copyreq()
1341 consms_mux_disp_ioctl(queue_t *q, mblk_t *mp) in consms_mux_disp_ioctl()
H A Dstream.c1853 getq(queue_t *q) in getq()
2174 rmvq(queue_t *q, mblk_t *mp) in rmvq()
2373 flushq(queue_t *q, int flag) in flushq()
2487 canput(queue_t *q) in canput()
2585 putq(queue_t *q, mblk_t *bp) in putq()
3095 putctl(queue_t *q, int type) in putctl()
3164 backq(queue_t *q) in backq()
3208 qenable(queue_t *q) in qenable()
3235 noenable(queue_t *q) in noenable()
3243 enableok(queue_t *q) in enableok()
[all …]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_ndd.c490 hxge_param_get_mac(p_hxge_t hxgep, queue_t *q, p_mblk_t mp, caddr_t cp) in hxge_param_get_mac()
583 hxge_param_set_generic(p_hxge_t hxgep, queue_t *q, mblk_t *mp, in hxge_param_set_generic()
603 hxge_param_set_mac(p_hxge_t hxgep, queue_t *q, mblk_t *mp, in hxge_param_set_mac()
642 hxge_param_rx_intr_pkts(p_hxge_t hxgep, queue_t *q, in hxge_param_rx_intr_pkts()
673 hxge_param_rx_intr_time(p_hxge_t hxgep, queue_t *q, in hxge_param_rx_intr_time()
861 hxge_param_tcam_enable(p_hxge_t hxgep, queue_t *q, in hxge_param_tcam_enable()
891 hxge_param_set_ether_usr(p_hxge_t hxgep, queue_t *q, in hxge_param_set_ether_usr()
934 hxge_param_set_ip_opt(p_hxge_t hxgep, queue_t *q, in hxge_param_set_ip_opt()
1002 hxge_param_pfc_hash_init(p_hxge_t hxgep, queue_t *q, mblk_t *mp, in hxge_param_pfc_hash_init()
1039 hxge_param_set_hxge_debug_flag(p_hxge_t hxgep, queue_t *q, in hxge_param_set_hxge_debug_flag()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/logindmux/
H A Dlogindmux.c35 logdmux_uqinfo(const queue_t *q, char *buf, size_t nbytes) in logdmux_uqinfo()
62 logdmux_lqinfo(const queue_t *q, char *buf, size_t nbytes) in logdmux_lqinfo()
72 logdmux_lrnext(const queue_t *q) in logdmux_lrnext()
81 logdmux_uwnext(const queue_t *q) in logdmux_uwnext()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dmsgq.c43 msg_queue_t *q; in queue_calloc() local
60 msg_queue_t *q, in queue_msg_set()
98 msg_queue_t *q in queue_msg_get()
/illumos-gate/usr/src/uts/common/inet/
H A Dnd.c53 nd_getset(queue_t *q, caddr_t nd_param, MBLKP mp) in nd_getset()
145 nd_get_default(queue_t *q, MBLKP mp, caddr_t data, cred_t *ioc_cr) in nd_get_default()
160 nd_get_long(queue_t *q, MBLKP mp, caddr_t data, cred_t *ioc_cr) in nd_get_long()
171 nd_get_names(queue_t *q, MBLKP mp, caddr_t nd_param, cred_t *ioc_cr) in nd_get_names()
285 nd_set_default(queue_t *q, MBLKP mp, char *value, caddr_t data, cred_t *ioc_cr) in nd_set_default()
292 nd_set_long(queue_t *q, MBLKP mp, char *value, caddr_t data, cred_t *ioc_cr) in nd_set_long()
H A Dproto_set.c41 proto_set_rx_hiwat(queue_t *q, conn_t *connp, size_t size) in proto_set_rx_hiwat()
68 proto_set_rx_lowat(queue_t *q, conn_t *connp, size_t size) in proto_set_rx_lowat()
100 proto_set_maxpsz(queue_t *q, conn_t *connp, size_t size) in proto_set_maxpsz()
133 proto_set_tx_maxblk(queue_t *q, conn_t *connp, ssize_t size) in proto_set_tx_maxblk()
159 proto_set_tx_copyopt(queue_t *q, conn_t *connp, int copyopt) in proto_set_tx_copyopt()
185 proto_set_tx_wroff(queue_t *q, conn_t *connp, size_t size) in proto_set_tx_wroff()
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c177 rds_open(queue_t *q, dev_t *devp, int flag, int sflag, cred_t *credp) in rds_open()
241 rds_close(queue_t *q, int flags __unused, cred_t *credp __unused) in rds_close()
390 rds_err_ack(queue_t *q, mblk_t *mp, t_scalar_t t_error, int sys_error) in rds_err_ack()
397 rds_capability_req(queue_t *q, mblk_t *mp) in rds_capability_req()
421 rds_info_req(queue_t *q, mblk_t *omp) in rds_info_req()
444 rds_bind(queue_t *q, mblk_t *mp) in rds_bind()
614 rds_wput_other(queue_t *q, mblk_t *mp) in rds_wput_other()
716 rds_wput(queue_t *q, mblk_t *mp) in rds_wput()
745 rds_wput_data(queue_t *q, mblk_t *mp, uio_t *uiop) in rds_wput_data()
827 rds_wrw(queue_t *q, struiod_t *dp) in rds_wrw()
[all …]
/illumos-gate/usr/src/cmd/sh/
H A Dblok.c80 struct blk *q; in alloc() local
213 struct blk *q; in chkbptr() local
246 struct blk *q; in chkmem() local
282 blklen(q) in blklen() argument
323 char *q; local
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_helper_stream.c65 ip_helper_share_conn(queue_t *q, mblk_t *mp, cred_t *crp) in ip_helper_share_conn()
88 ip_helper_wput(queue_t *q, mblk_t *mp) in ip_helper_wput()
104 ip_helper_stream_setup(queue_t *q, dev_t *devp, int flag, int sflag, in ip_helper_stream_setup()
158 ip_helper_stream_close(queue_t *q, int flag __unused, cred_t *credp __unused) in ip_helper_stream_close()
H A Dip_dummy.c70 dummy_wput(queue_t *q, mblk_t *m) in dummy_wput()
77 dummy_modclose(queue_t *q, int flags __unused, cred_t *credp __unused) in dummy_modclose()
85 dummy_modopen(queue_t *q, dev_t *devp, int flag, int sflag, cred_t *credp) in dummy_modopen()
H A Drts.c204 rts_common_close(queue_t *q, conn_t *connp) in rts_common_close()
401 rts_ok_ack(queue_t *q, mblk_t *mp) in rts_ok_ack()
411 rts_tpi_unbind(queue_t *q, mblk_t *mp) in rts_tpi_unbind()
432 rts_tpi_bind(queue_t *q, mblk_t *mp) in rts_tpi_bind()
481 rts_capability_req(queue_t *q, mblk_t *mp) in rts_capability_req()
512 rts_info_req(queue_t *q, mblk_t *mp) in rts_info_req()
821 rts_rsrv(queue_t *q) in rts_rsrv()
838 rts_wrw(queue_t *q, struiod_t *dp) in rts_wrw()
924 rts_wput(queue_t *q, mblk_t *mp) in rts_wput()
977 rts_wput_other(queue_t *q, mblk_t *mp) in rts_wput_other()
[all …]
H A Dkeysock.c320 keysock_param_get(queue_t *q, mblk_t *mp, caddr_t cp, cred_t *cr) in keysock_param_get()
742 keysock_capability_req(queue_t *q, mblk_t *mp) in keysock_capability_req()
773 keysock_info_req(queue_t *q, mblk_t *mp) in keysock_info_req()
802 keysock_opt_get(queue_t *q, int level, int name, uchar_t *ptr) in keysock_opt_get()
842 keysock_opt_set(queue_t *q, uint_t mgmt_flags, int level, in keysock_opt_set()
962 keysock_wput_other(queue_t *q, mblk_t *mp) in keysock_wput_other()
1358 keysock_do_flushdump(queue_t *q, mblk_t *mp) in keysock_do_flushdump()
1675 keysock_parse(queue_t *q, mblk_t *mp) in keysock_parse()
1920 keysock_wput(queue_t *q, mblk_t *mp) in keysock_wput()
2334 keysock_rsrv(queue_t *q) in keysock_rsrv()
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dkill-stores0.c5 struct q { struct
22 static int baz(struct p p, struct q q) in baz()
/illumos-gate/usr/src/uts/common/inet/dlpistub/
H A Ddlpistub.c132 ds_open(queue_t *q, dev_t *devp, int flag, int sflag, cred_t *credp) in ds_open()
167 ds_close(queue_t *q, int flag, cred_t *credp) in ds_close()
181 ds_badprim(queue_t *q, mblk_t *mp, t_scalar_t prim) in ds_badprim()
188 ds_outstate(queue_t *q, mblk_t *mp, t_scalar_t prim) in ds_outstate()
195 ds_wput(queue_t *q, mblk_t *mp) in ds_wput()
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c499 ct_equeue_t *q = NULL; in contract_abandon() local
601 ct_equeue_t *q; in contract_adopt() local
1801 cte_queue_destroy(ct_equeue_t *q) in cte_queue_destroy()
2128 cte_trim(ct_equeue_t *q, contract_t *ct) in cte_trim()
2172 cte_queue_drain(ct_equeue_t *q, int ack) in cte_queue_drain()
2301 ct_equeue_t *q; in cte_publish_all() local
2428 ct_equeue_t *q = l->ctl_equeue; in cte_remove_listener() local
2470 ct_equeue_t *q = l->ctl_equeue; in cte_reset_listener() local
2505 ct_equeue_t *q = l->ctl_equeue; in cte_next_event() local
2534 ct_equeue_t *q = l->ctl_equeue; in cte_get_event() local
[all …]
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c428 spppasyn_close(queue_t *q, int flag, cred_t *credp) in spppasyn_close()
517 spppasyn_inner_ioctl(queue_t *q, mblk_t *mp) in spppasyn_inner_ioctl()
708 spppasyn_inner_mctl(queue_t *q, mblk_t *mp) in spppasyn_inner_mctl()
771 spppasyn_wput(queue_t *q, mblk_t *mp) in spppasyn_wput()
925 spppasyn_rput(queue_t *q, mblk_t *mp) in spppasyn_rput()
987 ahdlc_encode(queue_t *q, mblk_t *mp) in ahdlc_encode()
1258 receive_frame(queue_t *q, mblk_t *outmp, ushort_t fcs16, uint32_t fcs32) in receive_frame()
1371 ahdlc_decode(queue_t *q, mblk_t *mp) in ahdlc_decode()
1677 spppasyn_muxencode(queue_t *q, mblk_t *mp) in spppasyn_muxencode()
1892 spppasyn_inpkt(queue_t *q, mblk_t *mp) in spppasyn_inpkt()
[all …]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dqcn.c513 qcn_open(queue_t *q, dev_t *devp, int oflag, int sflag, cred_t *credp) in qcn_open()
558 qcn_close(queue_t *q, int flag, cred_t *credp) in qcn_close()
582 qcn_wput(queue_t *q, mblk_t *mp) in qcn_wput()
692 qcn_ioctl(queue_t *q, mblk_t *mp) in qcn_ioctl()
801 queue_t *q; in qcn_reioctl() local
841 queue_t *q; in qcn_start() local
874 qcn_transmit_write(queue_t *q, mblk_t *mp) in qcn_transmit_write()
930 qcn_transmit_putchr(queue_t *q, mblk_t *mp) in qcn_transmit_putchr()
966 queue_t *q; in qcn_flush() local
1275 qcn_rsrv(queue_t *q) in qcn_rsrv()
[all …]
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_scl.c42 long double q; in _Q_scl() member
82 long double q; member
99 long double q; in _Q_scle() member
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_list.c44 dt_list_t *q = new; /* q = new list element */ in dt_list_append() local
63 dt_list_t *q = dlp->dl_next; /* q = head list element */ in dt_list_prepend() local
82 dt_list_t *q = new; in dt_list_insert() local
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c332 sgcn_open(queue_t *q, dev_t *devp, int oflag, int sflag, cred_t *credp) in sgcn_open()
385 sgcn_close(queue_t *q, int flag, cred_t *credp) in sgcn_close()
420 sgcn_wput(queue_t *q, mblk_t *mp) in sgcn_wput()
524 sgcn_ioctl(queue_t *q, mblk_t *mp) in sgcn_ioctl()
602 queue_t *q; in sgcn_reioctl() local
624 queue_t *q; in sgcn_start() local
683 sgcn_transmit(queue_t *q, mblk_t *mp) in sgcn_transmit()
722 queue_t *q; in sgcn_flush() local
1183 sgcn_rsrv(queue_t *q) in sgcn_rsrv()
1208 sgcn_wsrv(queue_t *q) in sgcn_wsrv()
/illumos-gate/usr/src/cmd/dc/
H A Ddc.c97 struct blk *p, *q; in commnds() local
979 struct blk *q, *s, *r; in removr() local
1252 struct blk *p, *q; in readin() local
1319 struct blk *q, *t; in add0() local
1580 struct blk *q, *t, *s; in getdec() local
1742 struct blk *q; in oneot() local
1780 struct blk *t, *q; in bigot() local
1882 struct blk *p, *q; in eqk() local
1912 struct blk *q, *r; in removc() local
2298 struct blk *p, *q; in garbage() local
[all …]

12345678910>>...32