Searched refs:tmproot (Results 1 - 2 of 2) sorted by relevance
| /src/sys/arch/atari/stand/installboot/ |
| H A D | installboot.c | 366 struct ahdi_root tmproot; local in function:mkahdiboot 373 if (read(fd, &tmproot, sizeof(tmproot)) != sizeof(tmproot)) 379 setIDEpar(tmproot.ar_fill, sizeof(tmproot.ar_fill)); 400 memcpy(newroot->ar_fill, tmproot.ar_fill, sizeof(tmproot.ar_fill));
|
| /src/usr.sbin/autofs/ |
| H A D | common.c | 283 struct node *n, *n2, *tmp, *tmp2, *tmproot; local in function:node_expand_includes 302 tmproot = node_new_root(); 304 parse_master_yyin(tmproot, n->n_key); 306 parse_map_yyin(tmproot, n->n_key, NULL); 316 * Entries to be included are now in tmproot. We need to merge 320 &tmproot->n_children, nodehead, n_next, tmp2) { 325 node_delete(tmproot);
|
Completed in 10 milliseconds