Searched refs:node_id (Results 1 – 7 of 7) sorted by relevance
177 static int get_node_id(unsigned char *node_id) in get_node_id() argument248 if (node_id) { in get_node_id()249 memcpy(node_id, a, 6); in get_node_id()470 static unsigned char node_id[6]; in uuid__generate_time() local476 if (get_node_id(node_id) <= 0) { in uuid__generate_time()477 get_random_bytes(node_id, 6); in uuid__generate_time()483 node_id[0] |= 0x01; in uuid__generate_time()491 memcpy(uu.node, node_id, 6); in uuid__generate_time()
2726 $node_id = $this->fn_id_prefix . $matches[1];2730 if (isset($this->footnotes[$node_id])) {2732 $this->footnotes_ordered[$node_id] = $this->footnotes[$node_id];2733 unset($this->footnotes[$node_id]);2749 $node_id = $this->encodeAttribute($node_id);2752 "<sup id=\"fnref:$node_id\">".2753 "<a href=\"#fn:$node_id\"$attr>$num</a>".
29 int node_id; /* The node which contains the CPU */ member
327 int node_id; member
403 extern struct gendisk *alloc_disk_node(int minors, int node_id);
700 spinlock_t *lock, int node_id);
488 return page_zone(page)->zone_pgdat->node_id; in page_to_nid()