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

/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_config.c376 static u_int32 get_logmask(const char *);
3497 ntp_syslogmask |= get_logmask(my_lc->value.s);
3501 ntp_syslogmask &= ~get_logmask(my_lc->value.s);
3505 ntp_syslogmask = get_logmask(my_lc->value.s);
5205 * get_logmask - build bitmask for ntp_syslogmask
5208 get_logmask( function
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_mgmt.c93 static void get_logmask(ocs_t*, char*, ocs_textbuf_t*);
186 {"logmask", get_logmask, set_logmask, NULL},
1421 get_logmask(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) function

Completed in 79 milliseconds