Searched refs:pri (Results 26 - 50 of 197) sorted by relevance

12345678

/freebsd-current/sys/sys/
H A Dselinfo.h56 void selwakeuppri(struct selinfo *sip, int pri);
/freebsd-current/sys/net/altq/
H A Daltq_priq.c208 int pri; local
216 for (pri = 0; pri <= pif->pif_maxpri; pri++)
217 if ((cl = pif->pif_classes[pri]) != NULL)
243 int pri; local
245 for (pri = 0; pri <= pif->pif_maxpri; pri++) {
246 if ((cl = pif->pif_classes[pri]) !
254 priq_class_create(struct priq_if *pif, int pri, int qlimit, int flags, int qid) argument
395 int s, pri; local
501 int pri; local
[all...]
H A Daltq_fairq.c262 int pri; local
265 for (pri = 0; pri <= pif->pif_maxpri; pri++) {
266 if ((cl = pif->pif_classes[pri]) != NULL)
293 int pri; local
295 for (pri = 0; pri <= pif->pif_maxpri; pri++) {
296 if ((cl = pif->pif_classes[pri]) !
304 fairq_class_create(struct fairq_if *pif, int pri, int qlimit, u_int bandwidth, struct fairq_opts *opts, int qid) argument
435 int pri; local
543 int pri; local
[all...]
/freebsd-current/usr.sbin/ppp/
H A Dlink.c181 int pri; local
184 for (bp = NULL, pri = LINK_QUEUES(l) - 1; pri >= 0; pri--)
185 if (l->Queue[pri].len) {
186 bp = m_dequeue(l->Queue + pri);
188 " containing %lu more packets\n", pri,
189 (u_long)l->Queue[pri].len);
248 link_PushPacket(struct link *l, struct mbuf *bp, struct bundle *b, int pri, argument
260 if(pri <
[all...]
H A Dsync.c53 struct mbuf *bp, int pri __unused, u_short *proto __unused)
/freebsd-current/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_taskq.c65 taskq_create_impl(const char *name, int nthreads, pri_t pri, proc_t *proc, argument
76 (void) taskqueue_start_threads_in_proc(&tq->tq_queue, nthreads, pri,
83 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc __unused, argument
86 return (taskq_create_impl(name, nthreads, pri, system_proc, flags));
90 taskq_create_proc(const char *name, int nthreads, pri_t pri, int minalloc, argument
93 return (taskq_create_impl(name, nthreads, pri, proc, flags));
/freebsd-current/lib/libc/gen/
H A Dsyslog.c124 syslog(int pri, const char *fmt, ...) argument
129 vsyslog(pri, fmt, ap);
134 vsyslog1(int pri, const char *fmt, va_list ap) argument
149 if (pri & ~(LOG_PRIMASK|LOG_FACMASK)) {
151 "syslog: unknown facility/priority: %x", pri);
152 pri &= LOG_PRIMASK|LOG_FACMASK;
158 if (!(LOG_MASK(LOG_PRI(pri)) & LogMask))
162 if ((pri & LOG_FACMASK) == 0)
163 pri |= LogFacility;
173 (void)fprintf(fp, "<%d>1 ", pri);
342 vsyslog(int pri, const char *fmt, va_list ap) argument
[all...]
/freebsd-current/sys/netinet/libalias/
H A Dalias_mod.c64 if ((b->pri == p->pri) &&
68 if (b->pri > p->pri) {
/freebsd-current/usr.sbin/ypldap/
H A Dlog.c56 logit(int pri, const char *fmt, ...) argument
61 vlog(pri, fmt, ap);
66 vlog(int pri, const char *fmt, va_list ap) argument
81 vsyslog(pri, fmt, ap);
/freebsd-current/sys/dev/firewire/
H A Dfirewire.h151 COMMON_HDR(dst, tlrt, tcode, pri);
155 COMMON_HDR(dst, tlrt, tcode, pri);
160 COMMON_HDR(dst, tlrt, tcode, pri);
165 COMMON_HDR(dst, tlrt, tcode, pri);
171 COMMON_HDR(dst, tlrt, tcode, pri);
177 COMMON_HDR(dst, tlrt, tcode, pri);
183 COMMON_HDR(dst, tlrt, tcode, pri);
189 COMMON_HDR(dst, tlrt, tcode, pri);
196 COMMON_HDR(dst, tlrt, tcode, pri);
203 COMMON_HDR(dst, tlrt, tcode, pri);
[all...]
/freebsd-current/crypto/openssh/
H A Dlog.c346 int pri = LOG_INFO; local
358 pri = LOG_CRIT;
363 pri = LOG_ERR;
366 pri = LOG_INFO;
369 pri = LOG_INFO;
373 pri = LOG_DEBUG;
377 pri = LOG_DEBUG;
381 pri = LOG_DEBUG;
385 pri = LOG_ERR;
415 syslog_r(pri,
[all...]
/freebsd-current/sys/dev/acpica/Osd/
H A DOsdSchedule.c195 int pri; local
211 pri = 10;
216 pri = 5;
220 pri = 0;
226 status = acpi_task_enqueue(pri, Function, Context);
/freebsd-current/sbin/dmesg/
H A Ddmesg.c70 long pri; local
181 pri = strtol(p + 1, &q, 10);
182 if (*q == '>' && pri >= 0 && pri < INT_MAX &&
184 if (LOG_FAC(pri) != LOG_KERN && !all)
/freebsd-current/usr.bin/logger/
H A Dlogger.c90 int ch, logflags, pri; local
101 pri = LOG_USER | LOG_NOTICE;
179 pri = pencode(pristr);
206 logmessage(pri, timestamp, hostname, tag,
211 logmessage(pri, timestamp, hostname, tag,
221 logmessage(pri, timestamp, hostname, tag, socks, nsock,
229 logmessage(pri, timestamp, hostname, tag, socks, nsock,
359 logmessage(int pri, const char *timestamp, const char *hostname, argument
366 cap_syslog(capsyslog, pri, "%s", buf);
369 if ((len = asprintf(&line, "<%d>%s %s %s: %s", pri, timestam
[all...]
/freebsd-current/sys/kern/
H A Dsubr_prf.c101 int pri; member in struct:putchar_arg
116 static void msglogchar(int c, int pri);
117 static void msglogstr(char *str, int pri, int filter_cr);
118 static void prf_putbuf(char *bufr, int flags, int pri);
220 tprintf(struct proc *p, int pri, const char *fmt, ...) argument
225 vtprintf(p, pri, fmt, ap);
230 vtprintf(struct proc *p, int pri, const char *fmt, va_list ap) argument
238 if (pri != -1)
254 pca.pri = pri;
335 int pri; local
420 prf_putchar(int c, int flags, int pri) argument
438 prf_putbuf(char *bufr, int flags, int pri) argument
994 msglogchar(int c, int pri) argument
1026 msglogstr(char *str, int pri, int filter_cr) argument
[all...]
H A Dsubr_sleepqueue.c165 static int sleepq_catch_signals(const void *wchan, int pri);
173 int pri, int srqflags);
175 static void sleepq_switch(const void *wchan, int pri);
502 sleepq_catch_signals(const void *wchan, int pri) argument
523 sleepq_switch(wchan, pri);
545 sleepq_switch(const void *wchan, int pri) argument
603 sched_sleep(td, pri);
651 sleepq_wait(const void *wchan, int pri) argument
658 sleepq_switch(wchan, pri);
666 sleepq_wait_sig(const void *wchan, int pri) argument
681 sleepq_timedwait(const void *wchan, int pri) argument
699 sleepq_timedwait_sig(const void *wchan, int pri) argument
741 sleepq_resume_thread(struct sleepqueue *sq, struct thread *td, int pri, int srqflags) argument
926 sleepq_signal(const void *wchan, int flags, int pri, int queue) argument
991 sleepq_broadcast(const void *wchan, int flags, int pri, int queue) argument
1011 sleepq_remove_matching(struct sleepqueue *sq, int queue, bool (*matches)(struct thread *), int pri) argument
[all...]
/freebsd-current/sys/net/
H A Dif_vlan_var.h48 #define EVL_APPLY_PRI(m, pri) \
53 EVL_VLANOFTAG(__vlantag), (pri), \
57 EVL_MAKETAG(0, (pri), 0); \
/freebsd-current/sbin/ipf/ipsend/
H A Dsdlpi.c130 int pri = 0; variable
140 pri = MSG_HIPRI;
149 if (putmsg(fd, cp, dp, pri) == -1)
/freebsd-current/sys/contrib/dev/athk/
H A Ddfs_pri_detector.h27 * @pri: pulse repetition interval (PRI) in usecs
37 u32 pri; member in struct:pri_sequence
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_hsi_init_func.h99 struct init_nig_pri_tc_map_entry pri[NUM_OF_VLAN_PRIORITIES]; member in struct:init_nig_pri_tc_map_req
H A Decore_dcbx.h79 u8 ecore_dcbx_get_dscp_value(struct ecore_hwfn *p_hwfn, u8 pri);
/freebsd-current/contrib/libxo/libxo/
H A Dxo_syslog.c489 xo_vsyslog (int pri, const char *name, const char *fmt, va_list vap) argument
504 if (pri & ~(LOG_PRIMASK|LOG_FACMASK)) {
507 "syslog: unknown facility/priority: %#x", pri);
508 pri &= LOG_PRIMASK|LOG_FACMASK;
514 if (!(LOG_MASK(LOG_PRI(pri)) & xo_logmask)) {
520 if ((pri & LOG_FACMASK) == 0)
521 pri |= xo_logfacility;
575 xb.xb_curp += xo_snprintf(xb.xb_curp, xo_buf_left(&xb), "<%d>1 ", pri);
704 xo_syslog (int pri, const char *name, const char *fmt, ...) argument
709 xo_vsyslog(pri, nam
[all...]
/freebsd-current/contrib/wpa/src/common/
H A Dhw_features_common.c317 int pri = bss->freq; local
318 int sec = pri;
333 sec = pri - 20;
335 sec = pri + 20;
338 if ((pri < affected_start || pri > affected_end) &&
343 " freq=%d pri=%d sec=%d",
347 if (pri_freq != pri || sec_freq != sec) {
349 "40 MHz pri/sec mismatch with BSS "
353 pri, se
767 chan_bw_allowed(const struct hostapd_channel_data *chan, u32 bw, int ht40_plus, int pri) argument
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c46 #define taskqueue_start_threads_in_proc(tqp, count, pri, proc, name, ...) \
47 taskqueue_start_threads(tqp, count, pri, name, __VA_ARGS__)
211 taskq_create_impl(const char *name, int nthreads, pri_t pri, argument
227 (void) taskqueue_start_threads_in_proc(&tq->tq_queue, nthreads, pri,
234 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc __unused, argument
237 return (taskq_create_impl(name, nthreads, pri, system_proc, flags));
241 taskq_create_proc(const char *name, int nthreads, pri_t pri, argument
244 return (taskq_create_impl(name, nthreads, pri, proc, flags));
285 taskq_create_synced(const char *name, int nthreads, pri_t pri, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h205 RegisterAggr(const PhysicalRegisterInfo &pri) argument
206 : Units(pri.getTRI().getNumRegUnits()), PRI(pri) {}
291 RegisterAggrMap(const PhysicalRegisterInfo &pri) : Empty(pri) {} argument
340 constexpr equal_to(const llvm::rdf::PhysicalRegisterInfo &pri) : PRI(&pri) {} argument
359 constexpr less(const llvm::rdf::PhysicalRegisterInfo &pri) : PRI(&pri) {} argument

Completed in 254 milliseconds

12345678