Searched refs:DUMP_CONTENT (Results 1 – 2 of 2) sorted by relevance
398 oconf &= DUMP_CONTENT; in dconf_update()399 dcp->dc_cflags &= DUMP_CONTENT; in dconf_update()619 dcp->dc_cflags = (dcp->dc_cflags & ~DUMP_CONTENT) | DUMP_KERNEL; in dconf_str2content()624 dcp->dc_cflags = (dcp->dc_cflags & ~DUMP_CONTENT) | in dconf_str2content()630 dcp->dc_cflags = (dcp->dc_cflags & ~DUMP_CONTENT) | DUMP_ALL; in dconf_str2content()
60 #define DUMP_CONTENT 0xffff0000 /* the set of all dump content flags */ macro