Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dstates.c449 dhcp_smach_t *bestdsm = NULL; in info_primary_smach() local
471 if (bestdsm == NULL || in info_primary_smach()
472 strcmp(dsmp->dsm_name, bestdsm->dsm_name) < 0) in info_primary_smach()
473 bestdsm = dsmp; in info_primary_smach()
475 return (bestdsm); in info_primary_smach()