Searched refs:qi (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_query_info.c27 smb_queryinfo_t *qi; local
38 qi = kmem_zalloc(sizeof (*qi), KM_SLEEP);
46 &qi->qi_InfoType, /* b */
47 &qi->qi_InfoClass, /* b */
52 &qi->qi_AddlInfo, /* l */
53 &qi->qi_Flags, /* l */
74 rc = MBC_SHADOW_CHAIN(&qi->in_data, &sr->smb_data,
84 switch (qi->qi_InfoType) {
86 status = smb2_qinfo_file(sr, qi);
[all...]
H A Dsmb2_qinfo_file.c50 smb2_qinfo_file(smb_request_t *sr, smb_queryinfo_t *qi) argument
61 switch (qi->qi_InfoClass) {
102 qi->qi_attr.sa_mask = mask;
103 qi->qi_node = of->f_node;
105 status = smb2_ofile_getattr(sr, of, &qi->qi_attr);
110 status = smb2_ofile_getstd(of, qi);
115 status = smb2_ofile_getname(of, qi);
120 switch (qi->qi_InfoClass) {
122 status = smb2_qif_basic(sr, qi);
125 status = smb2_qif_standard(sr, qi);
200 smb2_qif_all(smb_request_t *sr, smb_queryinfo_t *qi) argument
239 smb2_qif_basic(smb_request_t *sr, smb_queryinfo_t *qi) argument
264 smb2_qif_standard(smb_request_t *sr, smb_queryinfo_t *qi) argument
288 smb2_qif_internal(smb_request_t *sr, smb_queryinfo_t *qi) argument
308 smb2_qif_ea_size(smb_request_t *sr, smb_queryinfo_t *qi) argument
324 smb2_qif_full_ea(smb_request_t *sr, smb_queryinfo_t *qi) argument
333 smb2_qif_access(smb_request_t *sr, smb_queryinfo_t *qi) argument
352 smb2_qif_name(smb_request_t *sr, smb_queryinfo_t *qi) argument
370 smb2_qif_position(smb_request_t *sr, smb_queryinfo_t *qi) argument
392 smb2_qif_mode(smb_request_t *sr, smb_queryinfo_t *qi) argument
406 smb2_qif_alignment(smb_request_t *sr, smb_queryinfo_t *qi) argument
423 smb2_qif_altname(smb_request_t *sr, smb_queryinfo_t *qi) argument
450 smb2_qif_stream(smb_request_t *sr, smb_queryinfo_t *qi) argument
471 smb2_qif_pipe(smb_request_t *sr, smb_queryinfo_t *qi) argument
504 smb2_qif_pipe_lcl(smb_request_t *sr, smb_queryinfo_t *qi) argument
514 smb2_qif_pipe_rem(smb_request_t *sr, smb_queryinfo_t *qi) argument
524 smb2_qif_compr(smb_request_t *sr, smb_queryinfo_t *qi) argument
543 smb2_qif_opens(smb_request_t *sr, smb_queryinfo_t *qi) argument
571 smb2_qif_tags(smb_request_t *sr, smb_queryinfo_t *qi) argument
[all...]
H A Dsmb2_ofile.c57 smb2_ofile_getstd(smb_ofile_t *of, smb_queryinfo_t *qi) argument
65 qi->qi_delete_on_close =
67 qi->qi_isdir = smb_node_is_dir(node);
71 qi->qi_delete_on_close = 1;
72 qi->qi_isdir = 0;
86 smb2_ofile_getname(smb_ofile_t *of, smb_queryinfo_t *qi) argument
94 qi->qi_name, MAXPATHLEN);
98 rc = smb_opipe_getname(of, qi->qi_name, MAXPATHLEN);
106 qi->qi_namelen = smb_wcequiv_strlen(qi
[all...]
H A Dsmb2_qinfo_sec.c37 smb2_qinfo_sec(smb_request_t *sr, smb_queryinfo_t *qi) argument
40 uint32_t secinfo = qi->qi_AddlInfo;
H A Dsmb2_qinfo_quota.c36 smb2_qinfo_quota(smb_request_t *sr, smb_queryinfo_t *qi) argument
38 _NOTE(ARGUNUSED(qi))
H A Dsmb2_qinfo_fs.c46 smb2_qinfo_fs(smb_request_t *sr, smb_queryinfo_t *qi) argument
50 switch (qi->qi_InfoClass) {
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_mac.c32 struct ath9k_tx_queue_info *qi)
573 struct ath9k_tx_queue_info *qi; local
581 qi = &ahp->ah_txq[q];
582 if (qi->tqi_type == ATH9K_TX_QUEUE_INACTIVE) {
588 ARN_DBG((ARN_DBG_QUEUE, "%s: queue %p\n", __func__, qi));
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;
595 qi
31 ath9k_hw_set_txq_interrupts(struct ath_hal *ah, struct ath9k_tx_queue_info *qi) argument
644 struct ath9k_tx_queue_info *qi; local
682 struct ath9k_tx_queue_info *qi; local
755 struct ath9k_tx_queue_info *qi; local
790 struct ath9k_tx_queue_info *qi; local
[all...]
H A Darn_beacon.c157 struct ath9k_tx_queue_info qi; local
159 (void) memset(&qi, 0, sizeof (qi));
160 qi.tqi_aifs = 1;
161 qi.tqi_cwmin = 0;
162 qi.tqi_cwmax = 0;
164 return (ath9k_hw_setuptxqueue(ah, ATH9K_TX_QUEUE_BEACON, &qi));
H A Darn_xmit.c1545 struct ath9k_tx_queue_info qi; local
1548 (void) memset(&qi, 0, sizeof (qi));
1549 qi.tqi_subtype = subtype;
1550 qi.tqi_aifs = ATH9K_TXQ_USEDEFAULT;
1551 qi.tqi_cwmin = ATH9K_TXQ_USEDEFAULT;
1552 qi.tqi_cwmax = ATH9K_TXQ_USEDEFAULT;
1553 qi.tqi_physCompBuf = 0;
1571 qi.tqi_qflags = TXQ_FLAG_TXDESCINT_ENABLE;
1573 qi
1713 struct ath9k_tx_queue_info qi; local
1748 struct ath9k_tx_queue_info qi; local
[all...]
H A Darn_main.c2656 struct ath9k_tx_queue_info qi; local
2659 (void) ath9k_hw_get_txq_props(ah, txq->axq_qnum, &qi);
2675 qi.tqi_qflags = TXQ_FLAG_TXOKINT_ENABLE |
2681 qi.tqi_aifs = wmep->wmep_aifsn;
2682 qi.tqi_cwmin = ATH_EXPONENT_TO_VALUE(wmep->wmep_logcwmin);
2683 qi.tqi_cwmax = ATH_EXPONENT_TO_VALUE(wmep->wmep_logcwmax);
2684 qi.tqi_readyTime = 0;
2685 qi.tqi_burstTime = ATH_TXOP_TO_US(wmep->wmep_txopLimit);
2697 qi.tqi_qflags,
2698 qi
[all...]
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux_impl.h141 #define SM_SETCFLAG(qi, tc) \
142 qi->sm_ttycommon->t_cflag = \
143 (qi->sm_ttycommon->t_cflag & 0xffff0000 | (tc)->c_cflag)
144 #define SM_SETLFLAG(qi, tc) \
145 qi->sm_ttycommon->t_iflag = \
146 (qi->sm_ttycommon->t_iflag & 0xffff0000 | (tc)->c_iflag)
148 #define SM_WQ(qi) (qi->sm_ttycommon->t_writeq)
149 #define SM_RQ(qi) (qi
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex2.cc455 db_query *qi; local
462 qi = extract_index_values_from_object(e);
463 if (qi == 0) {
470 dbie = satisfy_query(qi, &count, &valid, FALSE);
475 delete qi;
491 delete qi;
505 delete qi;
516 delete qi;
524 * that 'qi' isn't NULL (which we've already
530 qi,
648 db_query *qi; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dputnext.c150 struct qinit *qi; local
177 qi = qp->q_qinfo;
270 putproc = qi->qi_putp;
432 struct qinit *qi; local
446 qi = qp->q_qinfo;
537 putproc = qi->qi_putp;
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c134 HAL_TXQ_INFO qi; local
145 (void) memset(&qi, 0, sizeof (qi));
146 qi.tqi_subtype = haltype;
159 qi.tqi_qflags = HAL_TXQ_TXEOLINT_ENABLE | HAL_TXQ_TXDESCINT_ENABLE;
160 qnum = ATH_HAL_SETUPTXQUEUE(ah, HAL_TX_QUEUE_DATA, &qi);
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c5860 int qi; local
5863 qi = 0;
5865 mp[qi].ms_bframe = 0;
5866 mp[qi].ms_owner = 0;
5867 mp[qi].ms_flag = 0;
5868 IDN_MMBOXINDEX_INC(qi);
5869 } while (qi);
10286 register int qi; local
10380 qi = 0;
10390 if (mqp[qi]
10607 register int qi; local
11476 int pktlen, qi; local
11733 int qi; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c898 struct qinit qi; local
900 if (mdb_vread(&qi, sizeof (qi), (uintptr_t)q->q_qinfo) == -1) {
905 if (mdb_vread(&mi, sizeof (mi), (uintptr_t)qi.qi_minfo) == -1) {
906 mdb_warn("failed to read module_info at %p", qi.qi_minfo);
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c3757 struct qinit *qi; local
3786 qi = qp->q_qinfo;
3787 if (qp->q_struiot == STRUIOT_NONE || ! (proc = qi->qi_rwp)) {
3945 struct qinit *qi; local
3961 qi = qp->q_qinfo;
3962 if (qp->q_struiot == STRUIOT_NONE || ! (proc = qi->qi_infop)) {

Completed in 128 milliseconds