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

/freebsd-10.1-release/sys/kern/
H A Dkern_xxx.c190 } bsdi_si; variable in typeref:struct:__anon10214
193 * this data is appended to the end of the bsdi_si structure during copyout.
194 * The "char *" offsets are relative to the base of the bsdi_si struct.
289 bzero((char *)&bsdi_si, sizeof(bsdi_si));
294 bsdi_si.bsdi_ostype = (s - bsdi_strings) + sizeof(bsdi_si);
298 bsdi_si.bsdi_osrelease = (s - bsdi_strings) + sizeof(bsdi_si);
302 bsdi_si
[all...]

Completed in 105 milliseconds