Searched refs:INTPSZ (Results 1 – 2 of 2) sorted by relevance
111 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()
160 #define INTPSZ MAXPATHLEN macro