Searched refs:qinfo (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_query_fileinfo.c223 smb_queryinfo_t *qinfo; local
247 qinfo = kmem_alloc(sizeof (smb_queryinfo_t), KM_SLEEP);
252 rc = smb_query_fileinfo(sr, node, infolev, qinfo);
256 rc = smb_query_pipeinfo(sr, opipe, infolev, qinfo);
265 rc = smb_query_encode_response(sr, xa, infolev, qinfo);
267 kmem_free(qinfo, sizeof (smb_queryinfo_t));
289 smb_queryinfo_t *qinfo; local
320 qinfo = kmem_alloc(sizeof (smb_queryinfo_t), KM_SLEEP);
324 qinfo->qi_name);
328 sr->tid_tree->t_snode, dnode, qinfo
389 smb_query_encode_response(smb_request_t *sr, smb_xa_t *xa, uint16_t infolev, smb_queryinfo_t *qinfo) argument
623 smb_query_stream_info(smb_request_t *sr, mbuf_chain_t *mbc, smb_queryinfo_t *qinfo) argument
785 smb_query_fileinfo(smb_request_t *sr, smb_node_t *node, uint16_t infolev, smb_queryinfo_t *qinfo) argument
873 smb_query_pathname(smb_request_t *sr, smb_node_t *node, boolean_t include_share, smb_queryinfo_t *qinfo) argument
917 smb_query_shortname(smb_node_t *node, smb_queryinfo_t *qinfo) argument
942 smb_query_pipeinfo(smb_request_t *sr, smb_opipe_t *opipe, uint16_t infolev, smb_queryinfo_t *qinfo) argument
[all...]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_mac.c568 const struct ath9k_tx_queue_info *qinfo)
590 qi->tqi_ver = qinfo->tqi_ver;
591 qi->tqi_subtype = qinfo->tqi_subtype;
592 qi->tqi_qflags = qinfo->tqi_qflags;
593 qi->tqi_priority = qinfo->tqi_priority;
594 if (qinfo->tqi_aifs != ATH9K_TXQ_USEDEFAULT)
595 qi->tqi_aifs = min(qinfo->tqi_aifs, 255U);
598 if (qinfo->tqi_cwmin != ATH9K_TXQ_USEDEFAULT) {
599 cw = min(qinfo->tqi_cwmin, 1024U);
604 qi->tqi_cwmin = qinfo
567 ath9k_hw_set_txq_props(struct ath_hal *ah, int q, const struct ath9k_tx_queue_info *qinfo) argument
639 ath9k_hw_get_txq_props(struct ath_hal *ah, int q, struct ath9k_tx_queue_info *qinfo) argument
678 ath9k_hw_setuptxqueue(struct ath_hal *ah, enum ath9k_tx_queue type, const struct ath9k_tx_queue_info *qinfo) argument
[all...]
H A Darn_ath9k.h1067 const struct ath9k_tx_queue_info *qinfo);
1069 struct ath9k_tx_queue_info *qinfo);
1071 const struct ath9k_tx_queue_info *qinfo);
H A Darn_xmit.c1709 struct ath9k_tx_queue_info *qinfo)
1721 sc->sc_beacon_qi = *qinfo;
1728 qi.tqi_aifs = qinfo->tqi_aifs;
1729 qi.tqi_cwmin = qinfo->tqi_cwmin;
1730 qi.tqi_cwmax = qinfo->tqi_cwmax;
1731 qi.tqi_burstTime = qinfo->tqi_burstTime;
1732 qi.tqi_readyTime = qinfo->tqi_readyTime;
1708 arn_txq_update(struct arn_softc *sc, int qnum, struct ath9k_tx_queue_info *qinfo) argument
H A Darn_core.h564 struct ath9k_tx_queue_info *qinfo);
/illumos-gate/usr/src/lib/libvrrpadm/common/
H A Dlibvrrpadm.c554 vrrp_queryinfo_t *qinfo = arg; local
556 uint32_t in_cnt = qinfo->show_va.va_vipcnt;
564 len = read(sock, (char *)qinfo + cur_size, total - cur_size);
574 out_cnt = qinfo->show_va.va_vipcnt;
586 len = read(sock, (char *)qinfo + cur_size, total - cur_size);
606 vrrp_queryinfo_t *qinfo; local
629 if ((qinfo = malloc(size)) == NULL) {
634 qinfo->show_va.va_vipcnt = vipcnt;
635 err = vrrp_cmd_request(&cmd, sizeof (cmd), vrrp_query_func, qinfo);
637 free(qinfo);
[all...]
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_async.c151 hci1394_q_info_t qinfo; local
204 qinfo.qi_desc_size = ASYNC_ATREQ_DESC_SIZE;
205 qinfo.qi_data_size = ASYNC_ATREQ_DATA_SIZE;
206 qinfo.qi_mode = HCI1394_ATQ;
207 qinfo.qi_start = hci1394_async_atreq_start;
208 qinfo.qi_wake = hci1394_async_atreq_wake;
209 qinfo.qi_callback_arg = async;
210 status = hci1394_q_init(drvinfo, async->as_ohci, &qinfo,
226 qinfo.qi_desc_size = ASYNC_ARRESP_DESC_SIZE;
227 qinfo
[all...]
H A Dhci1394_q.c90 hci1394_ohci_handle_t ohci_handle, hci1394_q_info_t *qinfo,
102 ASSERT(qinfo != NULL);
112 q->q_info = *qinfo;
124 parms.bp_length = qinfo->qi_desc_size;
153 parms.bp_length = qinfo->qi_data_size;
178 if ((qinfo->qi_mode == HCI1394_ARQ) &&
217 if (qinfo->qi_mode == HCI1394_ATQ) {
89 hci1394_q_init(hci1394_drvinfo_t *drvinfo, hci1394_ohci_handle_t ohci_handle, hci1394_q_info_t *qinfo, hci1394_q_handle_t *q_handle) argument
/illumos-gate/usr/src/cmd/vrrpadm/
H A Dvrrpadm.c566 vrrp_queryinfo_t *qinfo = ofmtarg->ofmt_cbarg; local
568 vrrp_vr_conf_t *conf = &qinfo->show_vi;
569 vrrp_stateinfo_t *sinfo = &qinfo->show_vs;
570 vrrp_peer_t *peer = &qinfo->show_vp;
571 vrrp_timerinfo_t *tinfo = &qinfo->show_vt;
572 vrrp_addrinfo_t *ainfo = &qinfo->show_va;
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h336 /* copy of qinfo passed in during hci1394_q_init() */
353 hci1394_ohci_handle_t ohci_handle, hci1394_q_info_t *qinfo,
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c2568 struct uath_cmd_txq_setup qinfo; local
2572 qinfo.qid = BE_32(ac);
2573 qinfo.len = BE_32(sizeof (qinfo.attr));
2574 qinfo.attr.priority = BE_32(ac); /* XXX */
2575 qinfo.attr.aifs = BE_32(uath_wme_11g[ac].aifsn);
2576 qinfo.attr.logcwmin = BE_32(uath_wme_11g[ac].logcwmin);
2577 qinfo.attr.logcwmax = BE_32(uath_wme_11g[ac].logcwmax);
2578 qinfo.attr.mode = BE_32(uath_wme_11g[ac].acm);
2579 qinfo
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c8624 struct qinit *qinfo; local
8637 qinfo = ipwq->q_qinfo;
8638 name = qinfo->qi_minfo->mi_idname;
8640 qinfo->qi_putp != (pfi_t)ip_lwput && ipwq->q_next != NULL) {
8645 qinfo->qi_putp != (pfi_t)ip_lwput && ipwq->q_next != NULL) {

Completed in 149 milliseconds