Home
last modified time | relevance | path

Searched refs:xflags (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c504 int xflags, nflags; in dump() local
507 xflags = R_LAST; in dump()
514 xflags = R_FIRST; in dump()
521 for (;; xflags = nflags) in dump()
522 switch (dbp->seq(dbp, &key, &data, xflags)) { in dump()
598 sflags(int xflags) in sflags() argument
600 switch (xflags) { in sflags()
/freebsd/contrib/unbound/util/data/
H A Dmsgencode.h169 uint16_t xflags, struct edns_data* edns);
H A Dmsgencode.c1088 uint16_t xflags, struct edns_data* edns) in extended_error_encode() argument
1095 flags |= xflags; in extended_error_encode()
/freebsd/sys/kern/
H A Dkern_rmlock.c281 int liflags, xflags; in rm_init_flags() local
297 xflags = (opts & RM_NEW ? SX_NEW : 0); in rm_init_flags()
299 xflags | SX_NOWITNESS); in rm_init_flags()
302 xflags = (opts & RM_NEW ? MTX_NEW : 0); in rm_init_flags()
304 xflags | MTX_NOWITNESS); in rm_init_flags()
H A Dvfs_subr.c2444 b_xflags_t xflags; in flushbuflist() local
2464 xflags = nbp->b_xflags & (BX_VNDIRTY | BX_VNCLEAN); in flushbuflist()
2500 != xflags) in flushbuflist()
2716 buf_vlist_find_or_add(struct buf *bp, struct bufobj *bo, b_xflags_t xflags) in buf_vlist_find_or_add() argument
2725 KASSERT((xflags & BX_VNDIRTY) == 0 || (bo->bo_flag & BO_DEAD) == 0, in buf_vlist_find_or_add()
2727 KASSERT((bp->b_xflags & (BX_VNDIRTY | BX_VNCLEAN)) == xflags, in buf_vlist_find_or_add()
2728 ("buf_vlist_add: b_xflags %#x not set on bp %p", xflags, bp)); in buf_vlist_find_or_add()
2730 if (xflags & BX_VNDIRTY) in buf_vlist_find_or_add()
2778 buf_vlist_add(struct buf *bp, struct bufobj *bo, b_xflags_t xflags) in buf_vlist_add() argument
2784 bp->b_xflags |= xflags; in buf_vlist_add()
[all …]
/freebsd/sys/dev/usb/wlan/
H A Dif_mtw.c3027 uint8_t xflags = 0; in mtw_tx() local
3083 xflags = 0; in mtw_tx()
3085 xflags = MTW_TX_NSEQ; in mtw_tx()
3091 xflags |= MTW_TX_ACK; in mtw_tx()
3112 txwi->xflags = xflags; in mtw_tx()
3195 uint8_t xflags = 0; in mtw_tx_mgt() local
3208 xflags |= MTW_TX_ACK; in mtw_tx_mgt()
3230 txwi->xflags = xflags; in mtw_tx_mgt()
3263 uint8_t xflags = 0; in mtw_sendprot() local
3281 xflags = 0; in mtw_sendprot()
[all …]
H A Dif_rum.c1354 struct ieee80211_key *k, uint32_t flags, uint8_t xflags, uint8_t qid, in rum_setup_tx_desc() argument
1403 desc->xflags = xflags; in rum_setup_tx_desc()
1494 uint8_t ac, type, xflags = 0; in rum_tx_mgt() local
1533 xflags |= RT2573_TX_HWSEQ; in rum_tx_mgt()
1542 rum_setup_tx_desc(sc, &data->desc, k, flags, xflags, ac, hdrlen, in rum_tx_mgt()
1562 uint8_t ac, type, xflags = 0; in rum_tx_raw() local
1591 xflags |= RT2573_TX_HWSEQ; in rum_tx_raw()
1602 rum_setup_tx_desc(sc, &data->desc, NULL, flags, xflags, ac, 0, in rum_tx_raw()
1625 uint8_t ac, type, qos, xflags = 0; in rum_tx_data() local
1668 xflags |= RT2573_TX_HWSEQ; in rum_tx_data()
[all …]
H A Dif_rumreg.h239 uint8_t xflags; member
H A Dif_run.c3415 txwi->xflags |= RT2860_TX_NSEQ; in run_set_tx_desc()
3438 uint8_t xflags = 0; in run_tx() local
3488 xflags |= RT2860_TX_ACK; in run_tx()
3509 txwi->xflags = xflags; in run_tx()
3592 uint8_t xflags = 0; in run_tx_mgt() local
3603 xflags |= RT2860_TX_ACK; in run_tx_mgt()
3622 txwi->xflags = xflags; in run_tx_mgt()
3654 uint8_t xflags = 0; in run_sendprot() local
3672 xflags = 0; in run_sendprot()
3674 xflags |= RT2860_TX_ACK; in run_sendprot()
[all …]
H A Dif_mtwvar.h104 uint8_t xflags; member
H A Dif_runreg.h788 uint8_t xflags; member
H A Dif_mtwreg.h810 uint8_t xflags; member
/freebsd/sys/cam/
H A Dcam_compat.h158 uint32_t xflags; /* extended ccb_flags */ member
H A Dcam_ccb.h368 uint32_t xflags; /* Extended flags */
1412 csio->ccb_h.xflags = 0; in cam_fill_ctio()
1436 csio->ccb_h.xflags = 0; in cam_fill_ataio()
367 uint32_t xflags; /* Extended flags */ global() member
H A Dcam_xpt.c3429 ccb_h->xflags = 0; in xpt_setup_ccb_flags()
/freebsd/sys/dev/ral/
H A Drt2661reg.h231 uint16_t xflags; member
H A Drt2860reg.h830 uint8_t xflags; member
H A Drt2661.c1207 uint32_t flags, uint16_t xflags, int len, int rate, in rt2661_setup_tx_desc() argument
1218 desc->xflags = htole16(xflags); in rt2661_setup_tx_desc()
1219 desc->xflags |= htole16(nsegs << 13); in rt2661_setup_tx_desc()
H A Drt2860.c1516 txwi->xflags = qos ? 0 : RT2860_TX_NSEQ; in rt2860_tx()
1553 txwi->xflags |= RT2860_TX_ACK; in rt2860_tx()
1765 txwi->xflags = params->ibp_pri & 3 ? 0 : RT2860_TX_NSEQ; in rt2860_tx_raw()
1794 txwi->xflags |= RT2860_TX_ACK; in rt2860_tx_raw()
4286 txwi.xflags = RT2860_TX_NSEQ; in rt2860_setup_beacon()
/freebsd/sys/dev/sfxge/common/
H A Defx_mcdi.c257 unsigned int xflags; in efx_mcdi_request_start() local
287 xflags = 0; in efx_mcdi_request_start()
289 xflags |= MCDI_HEADER_XFLAGS_EVREQ; in efx_mcdi_request_start()
310 MCDI_HEADER_XFLAGS, xflags); in efx_mcdi_request_start()
326 MCDI_HEADER_XFLAGS, xflags); in efx_mcdi_request_start()
/freebsd/sys/dev/iwi/
H A Dif_iwireg.h340 uint8_t xflags; member
H A Dif_iwi.c1780 int ismcast, flags, xflags, staid; in iwi_tx_start() local
1787 flags = xflags = 0; in iwi_tx_start()
1794 xflags |= IWI_DATA_XFLAG_QOS; in iwi_tx_start()
1900 desc->xflags = xflags; in iwi_tx_start()
/freebsd/sys/contrib/zlib/
H A Dzlib.h117 int xflags; /* extra flags (not used when writing a gzip file) */ member
H A Dinflate.c703 state->head->xflags = (int)(hold & 0xff); in inflate()
/freebsd/contrib/libxo/libxo/
H A Dlibxo.c6921 xo_stack_flags (xo_xof_flags_t xflags) in xo_stack_flags() argument
6923 if (xflags & XOF_DTRT) in xo_stack_flags()