Searched refs:pri (Results 1 - 12 of 12) sorted by last modified time

/haiku/src/system/libnetwork/netresolv/net/
H A Dgetaddrinfo.c230 int port, pri, weight; member in struct:srvinfo
1743 int port, pri, weight; local
1907 pri = _getshort(cp);
1930 srv->pri = pri;
1935 || srv->pri < srvlist->pri
1936 || (srv->pri == srvlist->pri &&
1942 csrv->next && csrv->next->pri <
[all...]
/haiku/src/add-ons/kernel/interrupt_controllers/openpic/
H A Dopenpic.cpp177 openpic_set_priority(openpic_info *info, int cpu, int pri) argument
183 x |= pri;
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_subr_taskqueue.c471 taskqueue_start_threads(struct taskqueue **tqp, int count, int pri, argument
482 error = _taskqueue_start_threads(tqp, count, pri, name);
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dtaskqueue.h74 int taskqueue_start_threads(struct taskqueue **tqp, int count, int pri,
/haiku/src/libs/compat/freebsd_iflib/
H A Dsubr_gtaskqueue.c125 TQ_SLEEP(struct gtaskqueue *tq, void *p, struct mtx *m, int pri, const char *wm, argument
130 return (msleep(p, m, pri, wm, t));
468 _gtaskqueue_start_threads(struct gtaskqueue **tqp, int count, int pri, argument
525 sched_prio(td, pri);
534 gtaskqueue_start_threads(struct gtaskqueue **tqp, int count, int pri, argument
541 error = _gtaskqueue_start_threads(tqp, count, pri, NULL, name, ap);
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp1048 printf("%s: dst=0x%02x tl=0x%02x rt=%d tcode=0x%x pri=0x%x "
1052 fp->mode.hdr.tcode, fp->mode.hdr.pri,
2143 resfp->mode.hdr.pri = fp->mode.hdr.pri;
2277 fp->mode.lreq.pri = 0;
2363 sfp->mode.hdr.pri = 0;
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_superg.c774 const int pri = M_WME_GETAC(m); local
784 ic->ic_wme.wme_chanParams.cap_wmeParams[pri].wmep_txopLimit);
795 tap = &ni->ni_tx_ampdu[WME_AC_TO_TID(pri)];
796 mstaged = ni->ni_tx_superg[WME_AC_TO_TID(pri)];
824 sq = &sg->ff_stageq[pri];
839 ni->ni_tx_superg[WME_AC_TO_TID(pri)] = NULL;
862 ni->ni_tx_superg[WME_AC_TO_TID(pri)] = NULL;
880 KASSERT(ni->ni_tx_superg[WME_AC_TO_TID(pri)] == NULL,
882 ni->ni_tx_superg[WME_AC_TO_TID(pri)]));
883 ni->ni_tx_superg[WME_AC_TO_TID(pri)]
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.c250 * Otherwise - return mbuf QoS pri.
1571 /* XXX TODO: this pri is only used for non-QoS check, right? */
1572 u_int pri; local
1641 pri = ath_tx_getac(sc, m0); /* honor classification */
1706 if (ieee80211_wme_vap_ac_is_noack(vap, pri))
1740 if (txq != sc->sc_ac2q[pri]) {
1742 "%s: txq=%p (%d), pri=%d, pri txq=%p (%d)\n",
1746 pri,
1747 sc->sc_ac2q[pri],
1910 u_int pri; local
2153 u_int pri; local
3143 int pri, tid; local
[all...]
H A Dif_ath.c4185 int sr, lr, pri; local
4194 /* XXX TODO: should do per-pri conuters */
4195 pri = M_WME_GETAC(bf->bf_m);
4196 if (pri >= WME_AC_VO)
/haiku/headers/posix/
H A Dsyslog.h68 #define LOG_MASK(pri) (1 << (pri))
69 #define LOG_UPTO(pri) ((1 << ((pri) + 1)) - 1)
/haiku/src/libs/compat/freebsd_network/compat/net/
H A Dif_vlan_var.h50 #define EVL_MAKETAG(vlid, pri, cfi) \
51 ((((((pri) & 7) << 1) | ((cfi) & 1)) << 12) | ((vlid) & EVL_VLID_MASK))
66 #define EVL_APPLY_PRI(m, pri) \
71 EVL_VLANOFTAG(__vlantag), (pri), \
75 EVL_MAKETAG(0, (pri), 0); \
/haiku/headers/private/firewire/
H A Dfirewire.h155 COMMON_HDR(dst, tlrt, tcode, pri);
159 COMMON_HDR(dst, tlrt, tcode, pri);
164 COMMON_HDR(dst, tlrt, tcode, pri);
169 COMMON_HDR(dst, tlrt, tcode, pri);
175 COMMON_HDR(dst, tlrt, tcode, pri);
181 COMMON_HDR(dst, tlrt, tcode, pri);
187 COMMON_HDR(dst, tlrt, tcode, pri);
193 COMMON_HDR(dst, tlrt, tcode, pri);
200 COMMON_HDR(dst, tlrt, tcode, pri);
207 COMMON_HDR(dst, tlrt, tcode, pri);
[all...]

Completed in 94 milliseconds