Searched defs:lastmp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c1295 * a possible b_next chain, and `lastmp' points to the last mblk in the chain.
1298 * consumed. `lastmp' is updated to point to the last mblk in the processed
1302 sof_filter_data_in_proc(struct sonode *so, mblk_t *mp, mblk_t **lastmp) argument
1309 *lastmp = NULL;
1335 if (*lastmp == NULL)
1338 (*lastmp)->b_next = mp;
1339 *lastmp = mp;
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c806 mblk_t *mphead = NULL, *lastmp = NULL, *mp; local
881 if (lastmp == NULL) {
884 lastmp->b_next = mp;
886 lastmp = mp;
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c3375 static struct module *lastmp = NULL; local
3377 if (lastmp != mp) {
3384 lastmp = mp;

Completed in 59 milliseconds