Home
last modified time | relevance | path

Searched refs:logmask (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/scsi/elx/efct/
A Defct_driver.c15 static int logmask; variable
16 module_param(logmask, int, 0444);
17 MODULE_PARM_DESC(logmask, "logging bitmask (default 0)");
148 efct->logmask = logmask; in efct_device_attach()
A Defct_driver.h70 int logmask; member
A Defct_io.h13 (((efct) != NULL) ? (((efct)->logmask & (1U << 6)) != 0) : 0)
A Defct_scsi.c21 (((efct) != NULL) ? (((efct)->logmask & (1U << 2)) != 0) : 0)
/linux/include/linux/
A Dinetdevice.h284 static __inline__ __be32 inet_make_mask(int logmask) in inet_make_mask() argument
286 if (logmask) in inet_make_mask()
287 return htonl(~((1U<<(32-logmask))-1)); in inet_make_mask()
/linux/Documentation/ABI/stable/
A Do2cb6 information. Each logmask/ file controls a set of debug prints
/linux/Documentation/ABI/obsolete/
A Do2cb6 information. Each logmask/ file controls a set of debug prints
/linux/fs/ocfs2/
A DKconfig66 allows selection of events to log via files in /sys/o2cb/logmask/.
/linux/drivers/scsi/elx/libefc/
A Defclib.h554 u32 logmask; member
A Defc_els.c16 (((efc) != NULL) ? (((efc)->logmask & (1U << 1)) != 0) : 0)

Completed in 21 milliseconds