Searched refs:is_first (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx_ht.c407 uint16_t pktlen, int is_first)
468 && ndelim < AH_FIRST_DESC_NDELIMS && is_first)
406 ath_compute_num_delims(struct ath_softc *sc, struct ath_buf *first_bf, uint16_t pktlen, int is_first) argument
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.h72 * @is_first: if true lookup_attr() begins search with @attr, else after @attr
77 * if calling the _first() functions), and set @is_first to TRUE (not necessary
80 * If @is_first is TRUE, the search begins with @attr. If @is_first is FALSE,
89 BOOL is_first; member in struct:_ntfs_attr_search_ctx
H A Dattrib.c2780 * If @ctx->is_first is TRUE, the search begins with @ctx->attr itself. If it
2854 * attribute following that, if @ctx->is_first is TRUE.
2856 if (ctx->is_first) {
2858 ctx->is_first = FALSE;
3101 * or the entry following that, if @ctx->is_first is TRUE.
3103 if (ctx->is_first) {
3105 ctx->is_first = FALSE;
3155 ctx->is_first = TRUE;
3169 ctx->is_first = TRUE;
3401 ctx->is_first
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c867 * If @ctx->is_first is TRUE, the search begins with @ctx->attr itself. If it
922 * attribute following that, if @ctx->is_first is TRUE.
924 if (ctx->is_first) {
926 ctx->is_first = FALSE;

Completed in 170 milliseconds