Searched refs:tmp_mp (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_cmn_func.c1761 mblk_t *tmp_mp = NULL; local
1795 for (tmp_mp = mp; tmp_mp; tmp_mp = tmp_mp->b_cont) {
1796 cmn_err(CE_NOTE, "!db_type = 0x%02x", tmp_mp->b_datap->db_type);
1798 len = tmp_mp->b_wptr - tmp_mp->b_rptr;
1800 cur = (uchar_t *)tmp_mp->b_rptr;
/illumos-gate/usr/src/uts/common/io/usb/clients/usbms/
H A Dusbms.c1552 mblk_t *tmp_mp; local
1556 tmp_mp = mp;
1618 if ((MBLKL(tmp_mp) < limit) || ((MBLKL(tmp_mp) == limit) &&
1625 if (*(tmp_mp->b_rptr) != usbmsp->usbms_rptid) {
1631 tmp_mp->b_rptr++;
1635 usbms_input(usbmsp, tmp_mp);
1636 } while ((tmp_mp = tmp_mp->b_cont) != NULL); /* next block, if any */
/illumos-gate/usr/src/cmd/beadm/
H A Dbeadm.c1223 char *tmp_mp = NULL; local
1276 sz = asprintf(&tmp_mp, "%s/%s", tmpdir, tmpname);
1283 mountpoint = mkdtemp(tmp_mp);
1331 if (tmp_mp != NULL)
1332 free(tmp_mp);
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c932 * tmp_mp - reference to pointer of where to store generated
941 be_make_tmp_mountpoint(char **tmp_mp) argument
945 if ((*tmp_mp = (char *)calloc(1, sizeof (BE_TMP_MNTPNT) + 1)) == NULL) {
950 (void) strlcpy(*tmp_mp, BE_TMP_MNTPNT, sizeof (BE_TMP_MNTPNT) + 1);
951 if (mkdtemp(*tmp_mp) == NULL) {
954 "for %s: %s\n"), *tmp_mp, strerror(err));
955 free(*tmp_mp);
956 *tmp_mp = NULL;
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c1058 mp_unit_t *tmp_mp; local
1103 tmp_mp = (mp_unit_t *)tmp_mdrec->record;
1105 (tmp_mp->un_key == mp->un_key)) {
1106 uc = tmp_mp->c;
1116 phys_nm, tmp_mp->un_key);
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c4905 mblk_t *fmp, *tmp_mp = NULL; local
4965 if (mp && ((tmp_mp = dupmsg(mp)) == NULL)) {
4972 * set mp = tmp_mp, so that I_PEEK processing can continue.
4973 * tmp_mp is used to free the dup'd message.
4975 mp = tmp_mp;
5010 freemsg(tmp_mp);
5049 freemsg(tmp_mp);
5066 freemsg(tmp_mp);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c3325 mblk_t *snxt_mp, *tmp_mp; local
3376 &tmp_mp, begin, B_TRUE, &seg_len, B_TRUE);
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c2526 mblk_t *snxt_mp, *tmp_mp; local
2576 &tmp_mp, begin, B_TRUE, &seg_len, B_TRUE);

Completed in 91 milliseconds