Searched defs:bufhead (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/msgfmt/
H A Dcheck_header.c52 get_one_line(char **bufhead, char **mbuf, size_t *fsize) argument
58 if (*bufhead) {
59 free(*bufhead);
60 *bufhead = NULL;
79 *bufhead = tmp;
H A Dmsgfmt.c1003 * place the wide characters into *bufhead, and
1007 * **bufhead - address of a variable that is the pointer
1018 * **bufhead - _mbsntowcs allocates the buffer to store
1020 * to *bufhead.
1027 _mbsntowcs(wchar_t **bufhead, char **mbuf, size_t *fsize) argument
1080 *bufhead = th;
1117 *bufhead = th;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c1322 char *bufhead; local
1331 bp = bufhead = buf;
1339 bufhead = bp;
1408 if (bp != bufhead)
1431 if (copylev > 0 && SM_HAVE_ROOM && bp > bufhead)
1469 bp = bufhead;
1490 if (bp == &bufhead[1])
1507 bufhead = bp;
1548 bp = bufhead;
1601 if (copylev > 0 && bp > bufhead)
[all...]
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h102 struct bufarea bufhead; /* head of list of other blks in filesys */ variable in typeref:struct:bufarea
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h124 struct bufarea bufhead; /* head of list of other blks in filesys */ variable in typeref:struct:bufarea
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c390 static char *getbuf(bufhdr *bufhead, int size);
2957 getbuf(bufhdr *bufhead, int size) argument
2967 if (bufhead->head == NULL) {
2995 bufhead->head = bufhead;
2996 prev = bufhead;
2998 pbuf->head = bufhead;
3009 while (bufhead->next == NULL)
3015 pbuf = bufhead->next;
3016 bufhead
3036 bufhdr *bufhead; local
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c1263 mddb_bf_t **bufhead /* if non-zero then ASYNC I/O */
1281 if (bufhead) {
1282 bfp->bf_next = *bufhead;
1283 *bufhead = bfp;
1310 mddb_bf_t **bufhead, /* if non-zero then ASYNC I/O */
1357 if (err = putblks(s, buffer, blk, cons, dev, bufhead)) {
1377 if (bufhead)
1378 (*bufhead)->bf_locator = lp;
2482 mddb_bf_t *bufhead, *bfp; local
2491 bufhead
1304 wrtblklst( mddb_set_t *s, caddr_t buffer, mddb_block_t blka[], daddr_t cnt, const int li, mddb_bf_t **bufhead, int master_only ) argument
[all...]
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c8554 char *bufhead; /* ptr to full buffer */ local
8556 struct xattr_hdr *hptr; /* ptr to header in bufhead */
8615 bufhead = e_zalloc(E_EXIT, totalen);
8624 hptr = (struct xattr_hdr *)bufhead;
8648 tptr = (struct xattr_buf *)(bufhead + sizeof (struct xattr_hdr));
8671 tptr = (struct xattr_buf *)(bufhead +
8682 *attrbuf = (char *)bufhead;
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c7592 char *bufhead; /* ptr to full buffer */ local
7594 struct xattr_hdr *hptr; /* ptr to header in bufhead */
7654 if ((bufhead = calloc(1, totalen)) == NULL) {
7666 hptr = (struct xattr_hdr *)bufhead;
7690 tptr = (struct xattr_buf *)(bufhead + sizeof (struct xattr_hdr));
7713 tptr = (struct xattr_buf *)(bufhead +
7724 *attrbuf = (char *)bufhead;

Completed in 131 milliseconds