Searched refs:hn (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | libteac.c | 293 static int trans_host(const char *hn) { argument 302 while (i<sizeof(buf)-1 && hn[i] && hn[i]!='.') { buf[i]= hn[i]; i++; }; 306 h=(host_t*)bsearch(hn, hosts, nodeCount, sizeof(host_t), hostnameLookup); 310 hn,h->name,h->id,(int)h->sdramAddrBase,(int)h->elanAddrBase); 312 else fprintf(stderr,"Lookup <%s> returned NULL!\n",hn);
|
Completed in 33 milliseconds