Searched refs:head (Results 51 - 75 of 82) sorted by relevance

1234

/haiku/src/system/boot/platform/efi/arch/arm64/
H A Dcrt0-efi-arm64.S19 .section .text.head
/haiku/src/tests/system/kernel/slab/
H A DSlab.cpp22 SListPop(Type* &head) argument
24 Type *oldHead = head;
25 head = head->next;
31 SListPush(Type* &head, Type *object) argument
33 object->next = head;
34 head = object;
/haiku/src/tests/system/kernel/util/
H A DBOpenHashTableTest.cpp382 Entry* head = table.Clear(true); local
383 CPPUNIT_ASSERT(head != NULL);
390 while (head != NULL) {
391 Entry* next = head->Next();
392 delete head;
393 head = next;
/haiku/src/libs/compat/freebsd_iflib/
H A Dnvpair_impl.h51 void nvpair_insert(struct nvl_head *head, nvpair_t *nvp, nvlist_t *nvl);
52 void nvpair_remove(struct nvl_head *head, nvpair_t *nvp, const nvlist_t *nvl);
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_internal.h52 #define LIST_FOREACH_SAFE(var, head, field, tvar) \
53 for ((var) = LIST_FIRST((head)); \
60 #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \
61 for ((var) = TAILQ_FIRST((head)); \
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DUnpackingLeafNode.cpp129 // add after the head
159 // re-add the newest node to the head
179 PackageLeafNode* head = fPackageNodes.Head(); local
180 return node == head && fPackageNodes.GetNext(head) == NULL;
225 // We keep the old head as fFinalPackageNode, which will make us to behave
/haiku/src/system/libroot/os/
H A Dthread.c196 callback_node **head = (callback_node **)tls_address(TLS_ON_EXIT_THREAD_SLOT); local
206 node->next = *head;
207 *head = node;
/haiku/3rdparty/mmu_man/scripts/
H A Ddev-perso136 test -e "$f" && grep '^* ' "$f" | grep --color=always ' TODO ' | head -5 && break
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_superg.h63 struct mbuf *head; /* frames linked w/ m_nextpkt */ member in struct:ieee80211_stageq
65 int depth; /* # items on head */
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/usb/
H A Drtwn_usb_attach.c238 rtwn_datahead *head, struct ieee80211vap *vap)
246 STAILQ_FOREACH_SAFE(dp, head, next, tmp) {
260 STAILQ_REMOVE(head, dp, rtwn_data, next);
237 rtwn_usb_reset_tx_list(struct rtwn_usb_softc *uc, rtwn_datahead *head, struct ieee80211vap *vap) argument
/haiku/headers/private/drivers/
H A Data_types.h28 head : 4,
/haiku/src/kits/mail/
H A Dmail_util.cpp379 char *head, *tail; local
400 for (head = tail = string;
517 string = *bufp + (string-head);
518 tail = *bufp + (tail-head);
519 charset = *bufp + (charset-head);
520 encoding = *bufp + (encoding-head);
521 end = *bufp + (end-head);
522 src = *bufp + (src-head);
523 head = *bufp;
530 memmove(string+dstLen, end, strLen - (end-head)
[all...]
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetaddrinfo.c678 * in the most efficient order. Since the head entry
682 * head entry. (Note that RFC3493 requires the head
769 get_addrselectpolicy(struct policyhead *head) argument
795 free_addrselectpolicy(head); /* make the list empty */
799 TAILQ_INSERT_TAIL(head, new, pc_entry);
810 free_addrselectpolicy(struct policyhead *head) argument
814 for (ent = TAILQ_FIRST(head); ent; ent = nent) {
816 TAILQ_REMOVE(head, ent, pc_entry);
822 match_addrselectpolicy(struct sockaddr *addr, struct policyhead *head) argument
2024 struct addrinfo head, *t, *p; local
[all...]
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dgeneral.c267 void set_crtc_owner(bool head) argument
271 if (!head)
355 /* enable head 2 on connector 1 */
356 /* (b8 = select CRTC (head) for output,
360 /* enable head 1 on connector 2 */
367 /* enable head 1 on connector 1 */
369 /* enable head 2 on connector 2 */
437 /* enable access to primary head */
439 /* unlock head's registers for R/W access */
445 /* enable access to secondary head */
[all...]
/haiku/src/system/runtime_loader/
H A Delf_symbol_lookup.cpp372 image_t* otherImage = get_loaded_images().head;
443 image_t* otherImage = get_loaded_images().head;
H A Delf.cpp657 image_t* callerImage = get_loaded_images().head;
766 while ((image = get_disposable_images().head) != NULL) {
1014 image_t* callerImage = get_loaded_images().head;
1033 image_t* image = get_loaded_images().head;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.h118 struct CACHED_PERMISSIONS_HEADER head; member in struct:PERMISSIONS_CACHE
H A Dsecurity.c1447 cache->head.last = index1;
1448 cache->head.p_reads = 0;
1449 cache->head.p_hits = 0;
1450 cache->head.p_writes = 0;
1471 for (index1=0; index1<=pseccache->head.last; index1++)
1558 oldcnt = oldcache->head.last + 1;
1569 for (i=newcache->head.last+1; i<=index1; i++)
1572 newcache->head.last = index1;
1619 && (pcache->head.last >= index1)
1647 pcache->head
[all...]
H A Dcompress.c94 s16 head[1 << HASH_SHIFT]; member in struct:COMPRESS_CONTEXT
169 cur_match = pctx->head[hash];
171 pctx->head[hash] = i;
257 pctx->prev[i] = pctx->head[hash];
258 pctx->head[hash] = i;
302 memset(pctx->head, 0xFF, sizeof(pctx->head));
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h164 image_t *head; member in struct:image_queue_t
/haiku/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp672 // sectors start countint at 1 (unlike head and cylinder)
673 uint32 head = pos / fParameters.sectors_per_track; local
674 uint32 cylinder = head / fParameters.heads;
675 head %= fParameters.heads;
690 regs.edx = fDriveID | (head << 8);
/haiku/src/add-ons/kernel/busses/usb/
H A Dohci.cpp1221 // are canceled by setting the head pointer to the tail pointer
1223 // inaccessible and not accessed anymore (as setting the head
1306 // remove the transfer and make the head pointer valid again
1754 // endpoint head pointer might point somewhere into the descriptor chain
1757 // find the head to point to somewhere into the descriptor chain then
1758 // simply advancing the head pointer to the link of the last transfer
1761 // the head pointer.
1767 // This descriptor caused the halt. Advance the head pointer. This
1768 // will either move the head to the next valid transfer that can
1769 // then be restarted, or it will move the head t
1891 ohci_endpoint_descriptor *head = NULL; local
[all...]
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php820 <head>
855 </head>
/haiku/src/add-ons/accelerants/via/engine/
H A Dgeneral.c291 void set_crtc_owner(bool head) argument
295 if (!head)
380 /* enable head 2 on connector 1 */
381 /* (b8 = select CRTC (head) for output,
385 /* enable head 1 on connector 2 */
392 /* enable head 1 on connector 1 */
394 /* enable head 2 on connector 2 */
/haiku/src/kits/debug/
H A DSymbolLookup.cpp435 for (const image_t *image = &Read(*Read(fDebugArea->loaded_images->head));
456 for (const image_t *image = &Read(*Read(fDebugArea->loaded_images->head));

Completed in 181 milliseconds

1234