Searched refs:next (Results 501 - 525 of 546) sorted by relevance

<<2122

/haiku/src/system/kernel/
H A Dport.cpp1167 info->next = portRef->select_infos;
1204 infoLocation = &(*infoLocation)->next;
1207 *infoLocation = info->next;
1401 // notify next one, as we haven't read from the port
H A Delf.cpp71 { return entry->next; }
528 kprintf(" next %p\n", image->next);
1523 imageAddress = image.next;
2747 for (image = args->preloaded_images; image != NULL; image = image->next)
H A Dteam.cpp135 return value->next;
198 // get the next team -- if there is one, get reference for it
542 free_user_threads = entry->next;
1458 team->free_user_threads = entry->next;
3583 team->free_user_threads = entry->next;
3637 entry->next = team->free_user_threads;
3901 // get next valid team
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h328 uint16* index = NULL, off_t* next = NULL);
/haiku/headers/private/kernel/
H A Dvfs.h314 StackableAsyncIOCallback(AsyncIOCallback* next);
/haiku/src/add-ons/kernel/drivers/network/ether/wb840/
H A Dwb840.c135 mii->next = device->firstPHY;
/haiku/src/libs/compat/freebsd_network/
H A Ddevice.c399 if (sRootDevices.link.next == NULL)
/haiku/src/build/libgnuregex/
H A Dregex.c850 /* Fetch the next character in the uncompiled pattern---translating it
860 /* Fetch the next character in the uncompiled pattern, with no
999 unsigned avail; /* Offset of next open position. */
1008 /* The next available element. */
1018 /* Get the next unsigned number in the uncompiled pattern. */
1205 /* Otherwise, depends on what's next. */
1288 end a backward relative jump from `b' to before the next
1709 jump (put in below, which in turn will jump to the next
1726 to be filled in later either by next alternative or
1839 attendant `set_number_at' (inserted next),
2148 const char *next = p; local
[all...]
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp1199 Moves the endpoint to the next state depending on where it was.
1396 TRACE(" _AddData(): adding data, receive next = %" B_PRIu32 ". Now have %"
1633 TRACE(" Receive(): segment out of window, next: %" B_PRIu32
2081 status = next->module->send_routed_data(next, fRoute, buffer);
2295 return next->module->get_mtu(next, address) - sizeof(tcp_header);
2344 TRACE("_Acknowledged(): ack %" B_PRIu32 "; uack %" B_PRIu32 "; next %"
2600 kprintf(" next: %" B_PRIu32 "\n", fSendNext.Number());
2617 kprintf(" next
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_run.c1189 STAILQ_INSERT_TAIL(&pq->tx_fh, data, next);
2586 /* next timeout will be rescheduled in the callback task */
3174 STAILQ_INSERT_TAIL(&pq->tx_fh, data, next);
3210 STAILQ_REMOVE_HEAD(&pq->tx_qh, next);
3507 STAILQ_REMOVE_HEAD(&sc->sc_epq[qid].tx_fh, next);
3573 STAILQ_INSERT_TAIL(&sc->sc_epq[qid].tx_qh, data, next);
3620 STAILQ_REMOVE_HEAD(&sc->sc_epq[0].tx_fh, next);
3641 STAILQ_INSERT_TAIL(&sc->sc_epq[0].tx_qh, data, next);
3683 STAILQ_REMOVE_HEAD(&sc->sc_epq[0].tx_fh, next);
3708 STAILQ_INSERT_TAIL(&sc->sc_epq[0].tx_qh, data, next);
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/marvell_yukon/dev/msk/
H A Dif_msk.c1205 int next; local
1224 for (i = 0, next = 0; i < sc->msk_num_port; i++) {
1225 sc->msk_rxqstart[i] = next;
1226 sc->msk_rxqend[i] = next + sc->msk_rxqsize - 1;
1227 next = sc->msk_rxqend[i] + 1;
1228 sc->msk_txqstart[i] = next;
1229 sc->msk_txqend[i] = next + sc->msk_txqsize - 1;
1230 next = sc->msk_txqend[i] + 1;
/haiku/src/system/boot/loader/
H A Dmenu.cpp399 shortcut->next = fShortcuts;
415 shortcut = shortcut->next;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.c259 struct ath_buf *bf, *next; local
263 TAILQ_FOREACH_SAFE(bf, frags, bf_list, next) {
396 * before advancing to the next descriptor.
408 * Go to the next segment if this isn't the last segment
477 * Don't forget to skip to the next descriptor.
638 /* Save a copy so we can link the next descriptor in */
1148 * Include the size of next fragment so NAV is
1164 * Force hardware to use computed duration for next
2789 * seq_next - current/next sequence number to allocate
3402 * Override the clrdmask configuration for the next fram
5752 struct ath_tid *tid, *next, *last; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c559 * address and use the next six bits as an index.
2186 SLIST_INSERT_HEAD(&sc->sc_rxfree, rbuf, next);
2466 SLIST_REMOVE_HEAD(&sc->sc_rxfree, next);
2482 SLIST_INSERT_HEAD(&sc->sc_rxfree, buf, next);
2638 * Note the firmware will not advance to the next
4356 goto next;
4367 goto next;
4375 next:
4676 * re-start the driver's notion of the next xmit/recv.
/haiku/src/add-ons/kernel/drivers/network/ether/nforce/dev/nfe/
H A Dif_nfe.c1116 ring->cur = ring->next = 0;
1325 ring->cur = ring->next = 0;
1492 ring->cur = ring->next = 0;
1568 ring->cur = ring->next = 0;
2354 for (cons = sc->txq.next; cons != sc->txq.cur;
2403 sc->txq.next = cons;
/haiku/src/servers/app/
H A DDesktop.cpp941 // Save brightness for next boot
1231 // get the next modal window
1875 Window* next = window->NextWindow(i); local
1876 while (next != NULL) {
1877 if (next == frontmost)
1880 next = next->NextWindow(i);
1883 if (next == NULL) {
2070 // to the front, we use that as the next focus
/haiku/src/tools/fs_shell/
H A Dvfs.cpp76 struct vnode *next; member in struct:FSShell::vnode
112 struct fs_mount *next; member in struct:FSShell::fs_mount
585 vnode->mount_link.next = vnode->mount_link.prev = NULL;
1116 // walk to find the next path component ("path" will point to a single
1209 // balance the next recursion - we will decrement the ref_count
1285 /** Returns the vnode in the next to last segment of the path, and returns
2554 // goto the next directory
2923 sVnodeTable = hash_init(VNODE_HASH_TABLE_SIZE, fssh_offsetof(struct vnode, next),
2930 sMountsTable = hash_init(MOUNTS_HASH_TABLE_SIZE, fssh_offsetof(struct fs_mount, next),
4909 // the next vnod
[all...]
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_hwmp.c148 ieee80211_hwmp_seq hs_seq; /* next seq to be used */
149 ieee80211_hwmp_seq hs_preqid; /* next PREQ ID to be used */
380 iefrm_t += IEEE80211_MESHPERR_NDEST_OFFSET + 1; /* flag is next field */
1280 struct mbuf *m, *next; local
1461 for (; m != NULL; m = next) {
1462 next = m->m_nextpkt;
1683 * a mesh STA is unable to forward an MSDU/MMPDU to a next-hop mesh STA.
H A Dieee80211_node.c816 * happened before the next state change.
2274 struct ieee80211_node *ni, *next; local
2277 TAILQ_FOREACH_SAFE(ni, &nt->nt_node, ni_list, next) {
2300 TAILQ_FOREACH_SAFE(ni, &nt->nt_node, ni_list, next)
2691 * next beacon transmission (per sec. 7.3.1.4 of 11g).
H A Dieee80211_proto.c221 return ("the mesh STA determines that the link to the next "
1286 goto next;
1291 next:
2089 * next vap is brought up.
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c2186 hw = le32toh(sc->shared->next) & 0xfff;
2932 struct mbuf *next = m->m_nextpkt; local
2934 tx->lnext = htole16(next->m_pkthdr.len);
3348 mrr.rates[i].next =
3350 /* Try twice at this rate before falling back to "next". */
3359 mrr.rates[i].next = (i == WPI_RIDX_OFDM6) ?
3363 /* Try twice at this rate before falling back to "next". */
3633 /* Compute remaining time until next beacon. */
4143 * Move to the next channel if no packets are received within 10 msecs
5293 offsetof(struct wpi_shared, next));
[all...]
/haiku/src/system/libroot/posix/glibc/libio/
H A Dgenops.c997 it now, or wait until the next underflow?
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp2332 struct fwohcidb *curr = NULL, *prev, *next = NULL; local
2373 next = np->db;
2375 next = NULL;
2397 print_db(np, next, ch, dbch->ndesc);
/haiku/src/system/kernel/slab/
H A DSlab.cpp1060 // wait for the next request
1253 REMOVE_PARANOIA_CHECK(PARANOIA_SUSPICIOUS, source, &link->next,
1369 "the information, so the next command invocation will only show the\n"
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.cpp108 mapping = mapping->page_link.next;

Completed in 263 milliseconds

<<2122