Searched refs:n_key (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/linux/ |
H A D | linux_xa.c | 48 uint64_t n_key; member 57 if (a->n_key < b->n_key) in compare_nodes() 59 if (a->n_key > b->n_key) in compare_nodes() 70 if (n->n_key < *k) in compare_node_key() 72 if (n->n_key > *k) in compare_node_key() 135 n->n_key = key; in xa_store() 172 n1->n_key == key64) { in xa_alloc() 181 KASSERT(n1 == NULL || n1->n_key > key64); in xa_alloc() 182 n->n_key = key64; in xa_alloc() 207 if (n == NULL || n->n_key > max) in xa_find() [all …]
|
/netbsd-src/usr.sbin/autofs/ |
H A D | common.c | 163 n->n_key = checked_strdup("/"); in node_new_root() 184 n->n_key = key; in node_new() 215 n->n_key = key; in node_new_map() 242 n = node_new(parent, o->n_key, o->n_options, o->n_location, in node_duplicate() 287 if (n->n_key[0] != '+') in node_expand_includes() 299 yyin = auto_popen(AUTO_INCLUDE_PATH, n->n_key + 1, NULL); in node_expand_includes() 304 parse_master_yyin(tmproot, n->n_key); in node_expand_includes() 306 parse_map_yyin(tmproot, n->n_key, NULL); in node_expand_includes() 312 n->n_key); in node_expand_includes() 400 strcmp(n->n_parent->n_key, "*") != 0) { in node_expand_ampersand() [all …]
|
H A D | common.h | 56 char *n_key; member
|
H A D | automountd.c | 129 if (strcmp(node->n_key, "*") == 0) in create_subtree() 138 if (strcmp(child->n_key, "*") == 0) { in create_subtree()
|
H A D | automount.c | 180 n->n_key, mntbuf, nitems); in mount_unmount()
|