Searched refs:mask_priority (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libbsm/common/
H A Dadt.c117 int mask_priority; local
121 mask_priority = setlogmask(LOG_MASK(LOG_ALERT));
124 (void) setlogmask(mask_priority);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm842 $oldmask = setlogmask $mask_priority;
995 =item B<setlogmask($mask_priority)>
997 Sets the log mask for the current process to C<$mask_priority> and

Completed in 790 milliseconds