Home
last modified time | relevance | path

Searched refs:tmphead (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dcmd.c383 ARFILE *tmphead = NULL; in mcmd() local
395 if (tmphead) in mcmd()
398 tmphead = fileptr; in mcmd()
421 if (!tmphead) in mcmd()
425 listend->ar_next = tmphead; in mcmd()
436 abifile->ar_next = tmphead; in mcmd()
438 tmphead->ar_next = listhead; in mcmd()
439 listhead = tmphead; in mcmd()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c1330 mblk_t *tmp, *next, *tmphead, *tmptail; in mac_hw_emul() local
1380 mac_sw_lso(mp, emul, &tmphead, &tmptail, in mac_hw_emul()
1382 if (tmphead == NULL) { in mac_hw_emul()
1395 tmphead = tmp; in mac_hw_emul()
1401 tmphead = tmp; in mac_hw_emul()
1411 head = tmphead; in mac_hw_emul()
1415 tail->b_next = tmphead; in mac_hw_emul()