Searched defs:ihead (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/ |
H A D | ufs.c | 49 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 D | flowacct.c | 437 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 D | server.c | 43 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 D | ufs_inode.c | 105 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 D | udf_inode.h | 557 union ihead { union 558 union ihead *ih_head[2];
|
H A D | ufs_inode.h | 814 union ihead { union 815 union ihead *ih_head[2]; 819 extern union ihead *ihead;
|
/illumos-gate/usr/src/cmd/tar/ |
H A D | tar.c | 409 } *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 103 milliseconds