Searched defs:kcache (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dadopt.c72 dhcp_kcache_t *kcache = NULL; local
79 retval = get_dhcp_kcache(&kcache, &kcache_size);
85 dhcpmsg(MSG_DEBUG, "dhcp_adopt: fetched %s kcache", kcache->dk_if_name);
91 plp = alloc_pkt_entry(strlen(kcache->dk_ack) / 2, B_FALSE);
97 if (hexascii_to_octet(kcache->dk_ack, plp->len * 2, plp->pkt,
124 if ((lif = attach_lif(kcache->dk_if_name, B_FALSE, &retval)) == NULL) {
126 kcache->dk_if_name, retval);
132 "machine for %s: %d", kcache->dk_if_name, retval);
185 free(kcache);
[all...]
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c467 char kcache[32]; local
484 (void) snprintf(kcache, sizeof (kcache), "%s_xfer", name);
548 bd->d_cache = kmem_cache_create(kcache, sizeof (bd_xfer_impl_t), 8,

Completed in 61 milliseconds