Searched refs:STYPE_ISIPC (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_trans2_dfs.c60 if (!STYPE_ISIPC(sr->tid_tree->t_res_type)) {
H A Dsmb_nt_transact_ioctl.c159 if (STYPE_ISIPC(sr->tid_tree->t_res_type))
236 if (STYPE_ISIPC(sr->tid_tree->t_res_type))
273 if (STYPE_ISIPC(sr->tid_tree->t_res_type))
335 if (STYPE_ISIPC(sr->tid_tree->t_res_type))
H A Dsmb_set_fileinfo.c108 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) {
146 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) {
220 if (STYPE_ISIPC(sr->tid_tree->t_res_type))
H A Dsmb2_ioctl.c108 !STYPE_ISIPC(sr->tid_tree->t_res_type)) {
H A Dsmb_write.c420 STYPE_ISIPC(sr->tid_tree->t_res_type)) {
552 if (STYPE_ISIPC(sr->tid_tree->t_res_type))
H A Dsmb_query_fileinfo.c125 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) {
169 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) {
H A Dsmb_directory.c386 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) {
H A Dsmb_dfs.c110 ASSERT(STYPE_ISIPC(sr->tid_tree->t_res_type));
H A Dsmb_fsinfo.c77 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) {
H A Dsmb_open_andx.c538 if (STYPE_ISIPC(sr->tid_tree->t_res_type))
H A Dsmb_read.c321 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) {
H A Dsmb_pathname.c174 if (STYPE_ISIPC(sr->tid_tree->t_res_type))
H A Dsmb_common_transact.c80 if (!STYPE_ISIPC(sr->tid_tree->t_res_type)) {
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c493 if (STYPE_ISIPC(si->shr_type)) {
559 if (STYPE_ISIPC(from_si->shr_type)) {
652 if (STYPE_ISIPC(si->shr_type)) {
1004 (!STYPE_ISIPC(si->shr_type))) {
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb.h190 #define STYPE_ISIPC(S) (((S) & STYPE_MASK) == STYPE_IPC) macro

Completed in 120 milliseconds