Lines Matching defs:kobj_alloc

611 	phdrbase = kobj_alloc(n, KM_WAIT | KM_TMP);
690 /* To do the kobj_alloc, _edata needs to be set. */
693 libmacros[i].lmi_list = kobj_alloc(
784 mp->depends_on = kobj_alloc(allocsize, KM_WAIT);
805 tmp = kobj_alloc(allocsize + MAXPATHLEN,
823 tmp = kobj_alloc(nsize, KM_WAIT);
915 mp->shdrs = kobj_alloc(shsize, KM_WAIT);
1096 cp->mod_filename = kobj_alloc(strlen(filename) + 1, KM_WAIT);
1244 mp->shdrs = kobj_alloc(n, KM_WAIT);
1475 depstr = (char *)kobj_alloc(strlen(q) + 1, KM_WAIT);
1515 omp = kobj_alloc(sizeof (struct module), KM_WAIT);
1552 mp->symspace = kobj_alloc(mp->symsize, KM_WAIT);
1692 path = kobj_alloc(MAXPATHLEN, KM_WAIT);
1706 tmp = kobj_alloc(allocsize + MAXPATHLEN,
1739 tmp = kobj_alloc(nsize, KM_WAIT);
1796 dyndata = kobj_alloc(dshp->sh_size, KM_WAIT|KM_TMP);
1805 dstrdata = kobj_alloc(dstrp->sh_size, KM_WAIT|KM_TMP);
1897 mp->filename = kobj_alloc(strlen(file->_name) + 1, KM_WAIT);
1920 * and unsatisfiable value to be passed to kobj_alloc below
1958 mp->shdrs = kobj_alloc(n, KM_WAIT);
2504 kobj_alloc(shp->sh_size, KM_WAIT|KM_TMP);
2646 shstrtab = kobj_alloc(shstrlen, KM_WAIT|KM_TMP);
2662 ctfdata = kobj_alloc(shp->sh_size, KM_WAIT|KM_SCRATCH);
2750 shstrtab = kobj_alloc(shstrlen, KM_WAIT|KM_TMP);
2768 sigdata = kobj_alloc(sigsize, KM_WAIT|KM_SCRATCH);
2863 char *dep = kobj_alloc(p - d + 1, KM_WAIT|KM_TMP);
3735 file->_name = kobj_alloc(strlen(name)+1, KM_WAIT|KM_TMP);
3781 file->_dbuf = kobj_alloc(cip->fsize, KM_WAIT|KM_TMP);
3794 file->_base = kobj_alloc(hdr->ch_blksize, KM_WAIT|KM_TMP);
3840 file->_dbuf = kobj_alloc(vattr.va_size, KM_WAIT|KM_TMP);
4025 if ((v = kobj_alloc(size, flag)) != 0) {
4033 kobj_alloc(size_t size, int flag)
4462 entry = kobj_alloc(sizeof (kobj_notify_list_t), KM_WAIT);
4560 buf = kobj_file_buf = kobj_alloc(size, KM_WAIT|KM_TMP);