Searched refs:node (Results 51 - 57 of 57) sorted by relevance

123

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c250 * In the heap, first node is element 0. Children of i are 2i+1 and 2i+2.
577 #define SET_OFFSET(heap, node) \
579 *((int *)((char *)(heap->p[node].object) + heap->offset)) = node ;
583 #define RESET_OFFSET(heap, node) \
585 *((int *)((char *)(heap->p[node].object) + heap->offset)) = -1 ;
/darwin-on-arm/xnu/osfmk/kern/
H A Dhost.c888 __unused int node,
886 host_get_special_port( host_priv_t host_priv, __unused int node, int id, ipc_port_t *portp) argument
H A Dsched_prim.c3253 #define next_pset(p) (((p)->pset_list != PROCESSOR_SET_NULL)? (p)->pset_list: (p)->node->psets)
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMrootDomain.cpp3238 // Remove this node
3261 // Remove this node
7105 IOService * node; local
7163 node = OSDynamicCast(IOService, entry);
7164 if (!node)
7168 OSMemberFunctionCast(void *, node, &IOService::systemWillShutdown))
7171 depth = node->getDepth( gIOPowerPlane );
7205 // the same depth, OSSet will refuse to add the node twice.
7207 ok = inner->setObject(node);
7210 DLOG("Skipped PM node
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dpf_ioctl.c578 struct pf_src_node *node;
616 RB_FOREACH(node, pf_src_tree, &tree_src_tracking) {
617 node->expire = 1;
618 node->states = 0;
H A Ddlil.c314 * radix node head (rnh_lock), in tandem with settting/clearing the
5647 uuid_get_ethernet(u_int8_t *node) argument
5658 memcpy(node, LLADDR(sdl), ETHER_ADDR_LEN);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c85 int hfs_metasync(struct hfsmount *hfsmp, daddr64_t node, __unused struct proc *p);
395 * encountered this node yet.
2105 * is 64 bytes. A extent overflow B-Tree node is typically 4k. This means
2106 * each node can hold roughly ~60 extent records == (480 extents).
2467 /* Sync an hfs catalog b-tree node */
2469 hfs_metasync(struct hfsmount *hfsmp, daddr64_t node, __unused struct proc *p) argument
2484 * Look for a matching node that has been delayed
2493 bp = buf_getblk(vp, node, 0, 0, 0, BLK_META | BLK_ONLYVALID);
4917 * the node to complete.
5062 * Allocate a new node
[all...]

Completed in 129 milliseconds

123