Home
last modified time | relevance | path

Searched refs:dlhp (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/stat/common/
H A Ddsr.c349 disk_list_t **dlhp; /* disklist head */ in lookup_ks_name() local
397 dlhp = &disklist[instunit & (DISKLIST_MOD - 1)]; in lookup_ks_name()
398 for (entry = *dlhp; entry; entry = entry->next) { in lookup_ks_name()
446 entry->next = *dlhp; in lookup_ks_name()
447 *dlhp = entry; in lookup_ks_name()
/titanic_41/usr/src/uts/common/io/
H A Dgld.c3710 dl_capab_hcksum_t *dlhp = (dl_capab_hcksum_t *)&dlsp[1]; in gld_cap_ack() local
3715 dlhp->hcksum_version = HCKSUM_VERSION_1; in gld_cap_ack()
3717 dlhp->hcksum_txflags = 0; in gld_cap_ack()
3719 dlhp->hcksum_txflags |= HCKSUM_INET_PARTIAL; in gld_cap_ack()
3721 dlhp->hcksum_txflags |= HCKSUM_INET_FULL_V4; in gld_cap_ack()
3723 dlhp->hcksum_txflags |= HCKSUM_INET_FULL_V6; in gld_cap_ack()
3725 dlhp->hcksum_txflags |= HCKSUM_IPHDRCKSUM; in gld_cap_ack()
3727 dlcapabsetqid(&(dlhp->hcksum_mid), RD(q)); in gld_cap_ack()
3728 dlsp = (dl_capability_sub_t *)&dlhp[1]; in gld_cap_ack()
3767 dl_capab_hcksum_t *dlhp; in gld_cap_enable() local
[all …]