Searched refs:bsdi_strings (Results 1 – 1 of 1) sorted by relevance
161 static char bsdi_strings[80]; /* It had better be less than this! */ variable237 bzero(bsdi_strings, sizeof(bsdi_strings)); in ogetkerninfo()239 s = bsdi_strings; in ogetkerninfo()241 bsdi_si.bsdi_ostype = (s - bsdi_strings) + sizeof(bsdi_si); in ogetkerninfo()245 bsdi_si.bsdi_osrelease = (s - bsdi_strings) + sizeof(bsdi_si); in ogetkerninfo()249 bsdi_si.bsdi_machine = (s - bsdi_strings) + sizeof(bsdi_si); in ogetkerninfo()253 needed = sizeof(bsdi_si) + (s - bsdi_strings); in ogetkerninfo()278 error = copyout(&bsdi_strings, in ogetkerninfo()