HomeSort by: relevance | last modified time | path
    Searched defs:tmproot (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/atari/stand/installboot/
installboot.c 369 struct ahdi_root tmproot; local in function:mkahdiboot
376 if (read(fd, &tmproot, sizeof(tmproot)) != sizeof(tmproot))
382 setIDEpar(tmproot.ar_fill, sizeof(tmproot.ar_fill));
403 memcpy(newroot->ar_fill, tmproot.ar_fill, sizeof(tmproot.ar_fill));
installboot.c 369 struct ahdi_root tmproot; local in function:mkahdiboot
376 if (read(fd, &tmproot, sizeof(tmproot)) != sizeof(tmproot))
382 setIDEpar(tmproot.ar_fill, sizeof(tmproot.ar_fill));
403 memcpy(newroot->ar_fill, tmproot.ar_fill, sizeof(tmproot.ar_fill));
  /src/usr.sbin/autofs/
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);
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 23 milliseconds