Searched refs:mpr (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_open.c | 199 DB_MPREG *mpr; local 204 if ((ret = __os_malloc(sizeof(DB_MPREG), NULL, &mpr)) != 0) 207 mpr->ftype = ftype; 208 mpr->pgin = pgin; 209 mpr->pgout = pgout; 217 LIST_INSERT_HEAD(&dbmp->dbregq, mpr, q);
|
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac.c | 2737 mac_propval_range_t mpr; in mac_mtu_add() local 2745 mpr.mpr_count = 1; in mac_mtu_add() 2746 err = mac_prop_info(mh, MAC_PROP_MTU, "mtu", NULL, 0, &mpr, NULL); in mac_mtu_add() 2754 *mtup < mpr.mpr_range_uint32[0].mpur_min) { in mac_mtu_add()
|