Searched refs:tmatch (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | ip_anon_rcm.c | 612 char taddr[IP_REG_SIZE], tmask[IP_REG_SIZE], tmatch[IP_REG_SIZE]; in exclude_ipv4() local 634 (void) inet_ntop(AF_INET, &ipv4_netaddr, tmatch, in exclude_ipv4() 642 taddr, tmask, tmatch); in exclude_ipv4() 657 char taddr[IP_REG_SIZE], tmask[IP_REG_SIZE], tmatch[IP_REG_SIZE]; in exclude_ipv6() local 684 (void) inet_ntop(AF_INET6, ipv6_netaddr, tmatch, in exclude_ipv6()
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | df.c | 766 struct mtab_entry *match, *tmatch; in path_mount_entry() local 836 if (tmatch = devid_matches(i, devno)) { in path_mount_entry() 843 match = tmatch; in path_mount_entry()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_mbox.h | 325 uint8_t tmatch; member 334 uint8_t tmatch; member
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_mbox.c | 2622 mb->un.varCfgHbq.hbqMasks[i].tmatch = in emlxs_mb_config_hbq() 2623 hbq->HBQ_Masks[i].tmatch; in emlxs_mb_config_hbq()
|