Searched refs:pri (Results 151 - 175 of 197) sorted by relevance

12345678

/freebsd-current/usr.sbin/uhsoctl/
H A Duhsoctl.c334 logger(int pri, const char *fmt, ...) argument
342 syslog(pri, "%s", buf);
344 switch (pri) {
/freebsd-current/sbin/savecore/
H A Dsavecore.c119 logmsg(int pri, const char *fmt, ...) argument
125 cap_vsyslog(capsyslog, pri, fmt, ap);
127 vsyslog(pri, fmt, ap);
/freebsd-current/sys/netinet/
H A Dif_ether.c172 #define ARP_LOG(pri, ...) do { \
173 if ((pri) <= V_arp_log_level && \
175 log((pri), "arp: " __VA_ARGS__); \
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c1044 taskq_create(const char *name, int threads_arg, pri_t pri, argument
1091 tq->tq_pri = pri;
1245 taskq_create_synced(const char *name, int nthreads, pri_t pri, argument
/freebsd-current/sys/netinet/libalias/
H A Dalias_smedia.c163 .pri = 100,
/freebsd-current/bin/ps/
H A Dkeyword.c157 {"pri", "PRI", NULL, "priority", 0, pri, 0, CHAR, NULL, 0},
/freebsd-current/sys/kern/
H A Dsys_generic.c1925 selwakeuppri(struct selinfo *sip, int pri) argument
1927 doselwakeup(sip, pri);
1934 doselwakeup(struct selinfo *sip, int pri) argument
1956 cv_broadcastpri(&stp->st_wait, pri);
H A Dsubr_bus.c1611 int result, pri = 0; local
1670 pri = 0;
1707 * of pri for the first match.
1709 if (best == NULL || result > pri) {
1711 pri = result;
1719 if (best && pri == 0)
1729 if (pri < 0) {
1963 device_log(device_t dev, int pri, const char * fmt, ...) argument
1988 log(pri, "%.*s", (int) sbuf_len(&sb), sbuf_data(&sb));
/freebsd-current/usr.sbin/ppp/
H A Dccp.c719 int pri, u_short *proto)
732 (l->ccp.out.state, &l->ccp, l, pri, proto, bp);
718 ccp_LayerPush(struct bundle *b __unused, struct link *l, struct mbuf *bp, int pri, u_short *proto) argument
H A Dhdlc.c142 struct mbuf *bp, int pri __unused, u_short *proto __unused)
H A Dnat_cmd.c499 int pri __unused, u_short *proto)
H A Dmppe.c158 MPPEOutput(void *v, struct ccp *ccp, struct link *l __unused, int pri __unused,
H A Ddeflate.c70 int pri __unused, u_short *proto, struct mbuf *mp)
H A Dlqr.c418 int pri __unused, u_short *proto)
/freebsd-current/contrib/sendmail/src/
H A Dconf.c2200 ** pri -- the priority of the message in question.
2214 shouldqueue(pri, ct)
2215 long pri;
2224 sm_dprintf("shouldqueue: CurrentLA=%d, pri=%ld: ",
2225 CurrentLA, pri);
2244 rval = pri > (QueueFactor / (CurrentLA - QueueLA + 1));
5682 hard_syslog(int pri, XCNST char *msg, ...) argument
5684 hard_syslog(pri, msg, va_alist)
5685 int pri;
5698 for (i = MAXSYSLOGTRIES; --i >= 0 && syslog(pri, CAS
[all...]
/freebsd-current/sys/dev/firewire/
H A Dfirewire.c1008 printf("%s: dst=0x%02x tl=0x%02x rt=%d tcode=0x%x pri=0x%x "
1012 fp->mode.hdr.tcode, fp->mode.hdr.pri,
2024 resfp->mode.hdr.pri = fp->mode.hdr.pri;
2152 fp->mode.lreq.pri = 0;
2246 sfp->mode.hdr.pri = 0;
/freebsd-current/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman.h753 void fman_set_dma_ext_bus_pri(struct fman_dma_regs *dma_rg, uint32_t pri);
/freebsd-current/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h1520 @Param[in] pri External bus priority select
1528 void FM_SetDmaExtBusPri(t_Handle h_Fm, e_FmDmaExtBusPri pri);
/freebsd-current/sys/dev/bxe/
H A Dbxe_elink.h631 * There can't be two COS's with the same pri.
633 uint8_t pri; member in struct:elink_ets_sp_params
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/
H A Dfman_ncsw.c1330 void fman_set_dma_ext_bus_pri(struct fman_dma_regs *dma_rg, uint32_t pri) argument
1335 (pri << DMA_MODE_BUS_PRI_SHIFT);
/freebsd-current/lib/libpmc/
H A Dlibpmc.c495 __K8MASK(memory-controller-hi-pri-bypass, 0),
496 __K8MASK(memory-controller-lo-pri-bypass, 1),
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2218 old_smac = qp->pri.smac;
2234 if (qp->pri.smac_port)
2236 qp->pri.smac = new_smac;
2237 qp->pri.smac_port = port;
2238 qp->pri.smac_index = new_smac_index;
H A Dmlx4_ib.h325 struct mlx4_roce_smac_vlan_info pri; member in struct:mlx4_ib_qp
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress.c2208 struct test_pri_event *pri = arg;
2211 if (pri->count == 3) {
2216 pri->count++;
2219 event_add(&pri->ev, &tv);
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devent.c2356 event_priority_set(struct event *ev, int pri) argument
2362 if (pri < 0 || pri >= ev->ev_base->nactivequeues)
2365 ev->ev_pri = pri;

Completed in 537 milliseconds

12345678