Searched refs:STYPE_MASK (Results 1 – 13 of 13) sorted by relevance
180 #define STYPE_MASK 0x0000000F macro186 #define STYPE_ISDSK(S) (((S) & STYPE_MASK) == STYPE_DISKTREE)187 #define STYPE_ISPRN(S) (((S) & STYPE_MASK) == STYPE_PRINTQ)188 #define STYPE_ISDEV(S) (((S) & STYPE_MASK) == STYPE_DEVICE)189 #define STYPE_ISIPC(S) (((S) & STYPE_MASK) == STYPE_IPC)
192 int sti = ep->type & STYPE_MASK; in print_shares()
293 switch (tree->t_res_type & STYPE_MASK) { in smb_com_tree_connect_andx()
288 switch (sr->tid_tree->t_res_type & STYPE_MASK) { in smb_com_nt_create_andx()
197 switch (sr->tid_tree->t_res_type & STYPE_MASK) { in smb_nt_transact_create()
414 switch (sr->tid_tree->t_res_type & STYPE_MASK) { in smb_com_open_andx()
386 switch (sr->tid_tree->t_res_type & STYPE_MASK) { in smb_common_read()
468 switch (sr->tid_tree->t_res_type & STYPE_MASK) { in smb_common_write()
364 switch (sr->tid_tree->t_res_type & STYPE_MASK) { in smb_open_subr()
256 switch (si->shr_type & STYPE_MASK) { in smb_tree_connect_core()
815 #define STYPE_MASK 0x0000000F macro
2777 param->stype = (si->shr_type & STYPE_MASK); in srvsvc_s_NetShareCheck()
1299 #define STYPE_MASK 0x0000000F