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

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

Completed in 65 milliseconds