Searched refs:bsdi_strings (Results 1 – 1 of 1) sorted by relevance
166 static char bsdi_strings[80]; /* It had better be less than this! */ variable249 bzero(bsdi_strings, sizeof(bsdi_strings)); in ogetkerninfo()251 s = bsdi_strings; in ogetkerninfo()253 bsdi_si.bsdi_ostype = (s - bsdi_strings) + sizeof(bsdi_si); in ogetkerninfo()257 bsdi_si.bsdi_osrelease = (s - bsdi_strings) + sizeof(bsdi_si); in ogetkerninfo()261 bsdi_si.bsdi_machine = (s - bsdi_strings) + sizeof(bsdi_si); in ogetkerninfo()265 needed = sizeof(bsdi_si) + (s - bsdi_strings); in ogetkerninfo()290 error = copyout(&bsdi_strings, in ogetkerninfo()