Lines Matching defs:ksa
2318 ktrstructarray(struct ktr_struct_array *ksa, size_t buflen)
2327 buflen -= sizeof(*ksa);
2328 for (name = (char *)(ksa + 1), namelen = 0;
2344 for (; datalen >= ksa->struct_size;
2345 data += ksa->struct_size, datalen -= ksa->struct_size) {
2351 if (ksa->struct_size != sizeof(kev))
2358 if (ksa->struct_size != sizeof(kev11))
2373 if (ksa->struct_size != sizeof(kev32))
2391 if (ksa->struct_size != sizeof(kev32))
2404 if (ksa->struct_size != sizeof(pfd))