Searched defs:getbuf (Results 1 - 2 of 2) sorted by relevance
| /illumos-gate/usr/src/lib/libshell/common/sh/ |
| H A D | name.c | 122 static char *getbuf(size_t len) function 2554 base64encode(up->cp, size, (void**)0, cp=getbuf(insize), insize, (void**)&ep); 2561 char *cp = getbuf(numeric+1);
|
| /illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/ |
| H A D | mkfs.c | 344 * More aio's might be done, but not using memory through the getbuf() 364 * header information for buffers managed by getbuf() and freebuf() 390 static char *getbuf(bufhdr *bufhead, int size); 2535 icgun = (union cgun *)getbuf(&cgsumbuf, sizeof (union cgun)); 2591 inode_buffer = (struct dinode *)getbuf(&inodebuf, size); 2946 * getbuf() -- Get a buffer for use in an AIO operation. Buffer 2957 getbuf(bufhdr *bufhead, int size) function 3026 * freebuf() -- Free a buffer gotten previously through getbuf.
|
Completed in 77 milliseconds