Lines Matching refs:newp
1359 nfsidmap_t *newp;
1431 newp = kmem_cache_alloc(nfsidmap_cache, KM_SLEEP);
1432 newp->id_len = u8s->utf8string_len;
1433 newp->id_val = kmem_alloc(u8s->utf8string_len, KM_SLEEP);
1434 bcopy(u8s->utf8string_val, newp->id_val, u8s->utf8string_len);
1435 newp->id_no = id;
1436 newp->id_time = gethrestime_sec();
1437 insque(newp, hq);
1526 nfsidmap_t *newp;
1585 newp = kmem_cache_alloc(nfsidmap_cache, KM_SLEEP);
1586 newp->id_len = u8s->utf8string_len;
1587 newp->id_val = kmem_alloc(u8s->utf8string_len, KM_SLEEP);
1588 bcopy(u8s->utf8string_val, newp->id_val, u8s->utf8string_len);
1589 newp->id_no = id;
1590 newp->id_time = gethrestime_sec();
1591 insque(newp, hq);