/freebsd/contrib/libpcap/rpcapd/ |
H A D | log.c | 44 static void rpcapd_vlog_stderr(log_priority priority, const char *message, va_list ap) in rpcapd_vlog_stderr() 92 static void rpcapd_vlog_systemlog(log_priority priority, const char *message, in rpcapd_vlog_systemlog() 171 static void rpcapd_vlog_systemlog(log_priority priority, const char *message, in rpcapd_vlog_systemlog() 242 void rpcapd_log(log_priority priority, const char *message, ...) in rpcapd_log()
|
/freebsd/sys/sys/ |
H A D | priority.h | 132 struct priority { struct 134 u_char pri_level; /* Normal priority level. */ argument 136 u_char pri_user; /* User priority based on p_cpu and p_nice. */ argument
|
H A D | taskqueue.h | 113 TASK_INITIALIZER(priority,func,context) global() argument 127 TASK_INIT_FLAGS(task,priority,func,context,flags) global() argument 140 TIMEOUT_TASK_INIT(queue,timeout_task,priority,func,context) global() argument [all...] |
H A D | gtaskqueue.h | 83 #define GTASK_INIT(gtask, flags, priority, func, context) do { \ argument 90 #define GROUPTASK_INIT(gtask, priority, func, context) \ argument
|
/freebsd/sys/contrib/openzfs/cmd/zed/ |
H A D | zed_log.c | 32 int priority; member 162 zed_log_stderr_open(int priority) in zed_log_stderr_open() 205 _zed_log_aux(int priority, const char *fmt, va_list vargs) in _zed_log_aux() 231 zed_log_msg(int priority, const char *fmt, ...) in zed_log_msg()
|
/freebsd/contrib/openpam/lib/libpam/ |
H A D | openpam_log.c | 65 int priority; in openpam_log() local 100 int priority; in _openpam_log() local
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bss_log.c | 129 int priority, i; in slg_write() local 251 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() 307 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() 400 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog()
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/posix_spawn/ |
H A D | t_spawnattr.c | 79 int max, min, new, priority; in get_different_priority() local 109 int pid, scheduler, child_scheduler, priority, status, err, pfd[2]; in ATF_TC_BODY() local
|
/freebsd/cddl/usr.sbin/zfsd/ |
H A D | zfsd_event.cc | 335 int priority = LOG_INFO; in Process() local 347 int priority = LOG_INFO; in Process() local 360 int priority = LOG_INFO; in Process() local
|
/freebsd/cddl/usr.sbin/zfsd/tests/ |
H A D | libmocks.c | 45 void syslog(int priority, const char* message, ...) { in syslog()
|
/freebsd/crypto/openssh/ |
H A D | blacklist.c | 62 im_log(int priority, const char *message, va_list args) in im_log()
|
/freebsd/sys/dev/cxgbe/cudbg/ |
H A D | cudbg_lib.h | 242 int priority; /* 1 is high priority */ member
|
/freebsd/contrib/ofed/opensm/complib/ |
H A D | cl_log.c | 63 int priority, i; in cl_log_event() local
|
/freebsd/sys/kern/ |
H A D | subr_eventhandler.c | 143 void *func, void *arg, int priority) in eventhandler_register() 167 void *func, void *arg, int priority, vimage_iterator_func_t iterfunc) in vimage_eventhandler_register()
|
/freebsd/libexec/bootpd/ |
H A D | report.c | 90 report(int priority, const char *fmt,...) in report()
|
/freebsd/sys/netgraph/ |
H A D | qos.h | 78 uint8_t priority; /* 0 - lowest */ member
|
/freebsd/usr.sbin/pkg/ |
H A D | dns_utils.h | 35 unsigned int priority; member
|
/freebsd/contrib/capsicum-test/ |
H A D | mqueue.cc | 89 unsigned int priority; variable
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | notifier.h | 54 int priority; member
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_dcb.c | 72 u8 priority; in i40e_parse_ieee_etscfg_tlv() local 142 u8 priority; in i40e_parse_ieee_etsrec_tlv() local 314 u8 priority; in i40e_parse_cee_pgcfg_tlv() local 1202 u8 priority, selector, i = 0; in i40e_add_ieee_app_pri_tlv() local
|
/freebsd/contrib/sendmail/libsm/ |
H A D | syslogio.c | 53 int *priority = (int *)info; variable
|
/freebsd/usr.bin/localedef/ |
H A D | collate.c | 145 typedef struct priority { struct 156 * way to reference a priority. argument
|
/freebsd/sbin/ggate/shared/ |
H A D | ggate.c | 65 g_gate_vlog(int priority, const char *message, va_list ap) in g_gate_vlog() 101 g_gate_log(int priority, const char *message, ...) in g_gate_log()
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb.h | 175 bhndb_priority_t priority; /**< port priority */ member 184 bhndb_priority_t priority; /**< core-level priority */ member
|
/freebsd/sys/cam/ |
H A D | cam_xpt.h | 128 #define xpt_path_sleep(path, chan, priority, wmesg, timo) \ argument
|