/src/sys/external/bsd/drm2/linux/ |
linux_xa.c | 48 uint64_t n_key; member in struct:node 57 if (a->n_key < b->n_key) 59 if (a->n_key > b->n_key) 70 if (n->n_key < *k) 72 if (n->n_key > *k) 135 n->n_key = key; 172 n1->n_key == key64) { 181 KASSERT(n1 == NULL || n1->n_key > key64) [all...] |
/src/usr.sbin/autofs/ |
common.c | 163 n->n_key = checked_strdup("/"); 184 n->n_key = key; 215 n->n_key = key; 242 n = node_new(parent, o->n_key, o->n_options, o->n_location, 287 if (n->n_key[0] != '+') 299 yyin = auto_popen(AUTO_INCLUDE_PATH, n->n_key + 1, NULL); 304 parse_master_yyin(tmproot, n->n_key); 306 parse_map_yyin(tmproot, n->n_key, NULL); 312 n->n_key); 400 strcmp(n->n_parent->n_key, "*") != 0) [all...] |
common.h | 56 char *n_key; member in struct:node
|
automountd.c | 129 if (strcmp(node->n_key, "*") == 0) 138 if (strcmp(child->n_key, "*") == 0) {
|
automount.c | 180 n->n_key, mntbuf, nitems);
|