Searched defs:ihead (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c49 uintptr_t ihead; local
50 union ihead ih;
66 if (mdb_readvar(&ihead, "ihead") == -1) {
67 mdb_warn("failed to read 'ihead'");
71 if (mdb_vread(&ih, sizeof (union ihead), ihead) == -1) {
72 mdb_warn("failed to read ihead at %p", ihead);
79 iw->iw_ihead = ihead;
[all...]
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c437 list_head_t *ihead; local
488 ihead = &flow->items;
544 item->hdr = flowacct_add_obj(ihead, ihead->tail, (void *)item);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c43 struct linkbuf *ihead; /* list of files with more than one link */ variable in typeref:struct:linkbuf
565 for (lp = ihead; lp != NULL; lp = lp->nextp)
574 lp->nextp = ihead;
575 ihead = lp;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c105 union ihead *ihead; /* inode LRU cache, Chris Maltby */ variable in typeref:union:ihead
302 union ihead *ih = ihead;
307 ihead = kmem_zalloc(inohsz * sizeof (union ihead), KM_SLEEP);
310 for (i = 0, ih = ihead; i < inohsz; i++, ih++) {
448 union ihead *ih;
470 ih = &ihead[hno];
1622 union ihead *i
[all...]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h557 union ihead { union
558 union ihead *ih_head[2];
H A Dufs_inode.h814 union ihead { union
815 union ihead *ih_head[2];
819 extern union ihead *ihead;
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c409 } *ihead; variable in typeref:struct:linkbuf
1448 for (; ihead != NULL; ihead = ihead->nextp) {
1449 if (ihead->count == 0)
1452 "tar: missing links to %s\n"), ihead->pathname);
8027 for (lp = ihead; lp != NULL; lp = lp->nextp)
8082 lp->nextp = ihead;
8083 ihead = lp;

Completed in 98 milliseconds