Home
last modified time | relevance | path

Searched refs:set_host (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/fsinfo/
H A Dfsi_gram.y136 { $$ = new_host(); set_host($$, HF_HOST, $1); }
139 { $$ = $2; set_host($$, HF_HOST, $4); }
150 $$ = $1; set_host($$, HF_ETHER, (char *) $5); }
154 { $$ = $1; set_host($$, HF_CONFIG, $3); }
157 { $$ = $1; set_host($$, HF_ARCH, $4); }
160 { $$ = $1; set_host($$, HF_OS, $4); }
163 { $$ = $1; set_host($$, HF_CLUSTER, $4); }
H A Dfsinfo.h123 extern void set_host(host *hp, int k, char *v);
H A Dfsi_util.c351 set_host(host *hp, int k, char *v) in set_host() function