Home
last modified time | relevance | path

Searched refs:INTPSZ (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/exec/intp/
H A Dintp.c111 if (error = vn_rdwr(UIO_READ, vp, linep, INTPSZ, (offset_t)0, in getintphead()
114 if (resid > INTPSZ-2 || linep[0] != '#' || linep[1] != '!') in getintphead()
119 for (cp = &linep[2]; cp < &linep[INTPSZ] && *cp != '\n'; cp++) in getintphead()
122 if (cp >= &linep[INTPSZ]) in getintphead()
194 idata.intp = kmem_alloc(INTPSZ, KM_SLEEP); in intpexec()
245 kmem_free(idata.intp, INTPSZ); in intpexec()
/titanic_44/usr/src/uts/common/sys/
H A Dexec.h160 #define INTPSZ MAXPATHLEN macro