Home
last modified time | relevance | path

Searched refs:NODE_ID (Results 1 – 12 of 12) sorted by last modified time

/freebsd/sys/dev/sound/pci/hda/
H A Dhdac.h987 HDA_ACCESSOR(node_id, NODE_ID, uint8_t);
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c491 #define NODE_ID(procfs_list, obj) \ macro
499 NODE_ID(procfs_list, p) = procfs_list->pl_next_id++; in procfs_list_add()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_procfs_list.c148 #define NODE_ID(procfs_list, obj) \ macro
156 NODE_ID(procfs_list, p) = procfs_list->pl_next_id++; in procfs_list_add()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-procfs-list.c50 #define NODE_ID(procfs_list, obj) \ macro
90 cursor->cached_pos = NODE_ID(procfs_list, cursor->cached_node); in procfs_list_next_node()
129 NODE_ID(procfs_list, oldest_node) > cursor->cached_pos)) in procfs_list_seq_start()
281 NODE_ID(procfs_list, p) = procfs_list->pl_next_id++; in procfs_list_add()
/freebsd/contrib/mandoc/
H A Dmdoc_validate.c1155 if (nn == NULL || nn->flags & NODE_ID) in post_tg()
2283 if (n->tag == NULL && n->flags & NODE_ID) in post_hyph()
H A Dtag.c164 nold->flags &= ~NODE_ID; in tag_put()
183 n->flags |= NODE_ID; in tag_put()
235 np->flags |= NODE_ID; in tag_move_id()
236 n->flags &= ~NODE_ID; in tag_move_id()
299 if (n->flags & NODE_ID) { in tag_postprocess()
317 else if ((n->flags & NODE_ID) == 0) { in tag_postprocess()
H A Dtree.c302 if (n->flags & NODE_ID) { in print_attr()
H A Droff.h526 #define NODE_ID (1 << 11) /* Target for deep linking. */ macro
H A Dmdoc_html.c1222 if (n->flags & NODE_ID) in mdoc_pp_pre()
1230 id = n->flags & NODE_ID ? html_make_id(n, 1) : NULL; in mdoc_pp_pre()
H A Dmdoc_term.c338 if (n->flags & NODE_ID && n->tok != MDOC_Pp && in print_mdoc_node()
634 if (n->flags & NODE_ID) in termp_it_pre()
1565 if (n->flags & NODE_ID) in termp_pp_pre()
H A Dhtml.c808 if (n->flags & NODE_ID) in print_otag_id()
H A Dman_term.c903 if (n->flags & NODE_ID) in print_man_node()