Searched defs:falloc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dfio.c1090 falloc(vnode_t *vp, int flag, file_t **fpp, int *fdp) function
1101 * Note: falloc returns the fp locked
1382 if (error = falloc((vnode_t *)NULL, mode, &fp, &fd))
1392 * Fill in the slot falloc reserved.
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3623 local voidpf falloc OF((
3977 local voidpf falloc(q, n, s) function
3983 "inflate_trees falloc overflow");
4013 z_stream z; /* for falloc function */
4016 z.zalloc = falloc;

Completed in 63 milliseconds