OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmproot
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/atari/stand/installboot/
installboot.c
366
struct ahdi_root
tmproot
;
local
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/
common.c
283
struct node *n, *n2, *tmp, *tmp2, *
tmproot
;
local
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 22 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026