Home
last modified time | relevance | path

Searched refs:ci_type (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h95 #define ci_type c_id.c_type macro
107 #define cs_type cs_cm.ci_type
132 #define ms_type ms_cm.ci_type
149 #define is_type is_cm.ci_type
169 #define ps_type ps_cm.ci_type
186 #define ds_type d_cm.ci_type
256 #define ic_type i_cmd.cmd_cm.ci_type
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h91 #define ci_type c_id.c_type macro
103 #define cs_type cs_cm.ci_type
128 #define ms_type ms_cm.ci_type
145 #define is_type is_cm.ci_type
166 #define ps_type ps_cm.ci_type
183 #define ds_type d_cm.ci_type
253 #define ic_type i_cmd.cmd_cm.ci_type
/illumos-gate/usr/src/uts/common/sys/sdcard/
H A Dsda_ioctl.h51 sda_card_type_t ci_type; member
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_xdr.h160 uint32_t ci_type; member
/illumos-gate/usr/src/cmd/smbsrv/smbadm/
H A Dsmbinfo.c452 return (fmt_tree_type(nc->ci_type, buf, buflen)); in fmt_tree()
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_xdr.c322 if (!xdr_uint32_t(xdrs, &objp->ci_type)) in smb_netconnectinfo_xdr()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_tree.c1526 info->ci_type = tree->t_res_type; in smb_tree_netinfo_init()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c4501 ds32p->d_cm.ci_type = (int32_t)dsp->d_cm.ci_type; in sbd_status()
4511 switch (dsp->d_cm.ci_type) { in sbd_status()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_svc.c451 ci1->coni1_type = tree->ci_type; in srvsvc_netconnectenum_common()