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

/freebsd-10.2-release/contrib/amd/fsinfo/
H A Dfsi_gram.y138 { $$ = new_host(); set_host($$, HF_HOST, $1); }
141 { $$ = $2; set_host($$, HF_HOST, $4); }
152 $$ = $1; set_host($$, HF_ETHER, (char *) $5); }
156 { $$ = $1; set_host($$, HF_CONFIG, $3); }
159 { $$ = $1; set_host($$, HF_ARCH, $4); }
162 { $$ = $1; set_host($$, HF_OS, $4); }
165 { $$ = $1; set_host($$, HF_CLUSTER, $4); }
H A Dfsinfo.h125 extern void set_host(host *hp, int k, char *v);
H A Dfsi_util.c353 set_host(host *hp, int k, char *v) function

Completed in 50 milliseconds