Searched refs:CSC_MASK (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/smb-759.0/lib/librpc/
H A Dlmshare.h56 #define CSC_MASK 0x30 macro
59 #define SH1005_TO_CSC(flags) ((flags) & CSC_MASK)
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c291 #define CSC_MASK 0xffff0000 /* class and subclass mask */ macro
296 #define EXTRACT_CSC(debugid) ( (uint16_t)( ((debugid) & CSC_MASK ) >> CSC_OFFSET ) )
3117 setbit(type_filter_bitmap, typefilter & (CSC_MASK >> CSC_OFFSET));
/macosx-10.10/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c346 #define CSC_MASK 0xffff0000 macro
403 #define P_DISKIO_MASK (CSC_MASK | 0x4)
2991 if ((type & CSC_MASK) == BSC_BASE) {
3136 if ((type & CSC_MASK) == BSC_BASE) {
/macosx-10.10/system_cmds-643.1.1/trace.tproj/
H A Dtrace.c102 #define CSC_MASK 0xffff0000 macro

Completed in 187 milliseconds