Searched refs:tmask (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/tip/ |
H A D | tipout.c | 99 sigset_t omask, bmask, tmask; in tipout() local 121 (void) sigemptyset(&tmask); in tipout() 122 (void) sigaddset(&tmask, SIGTERM); in tipout() 143 (void) sigprocmask(SIG_BLOCK, &tmask, NULL); in tipout()
|
/titanic_50/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 636 (void) inet_ntop(AF_INET, &ipv4_netmask, tmask, 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 686 (void) inet_ntop(AF_INET6, ipv6_netmask, tmask, in exclude_ipv6()
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | streams.c | 490 uint32_t tmask = 0, not_tmask = 0; in syncq() local 533 if (typ != NULL && streams_parse_flag(sqt, typ, &tmask) == -1) { in syncq() 566 if (tmask != 0 && !(sqtype & tmask)) in syncq() 1234 uint32_t tmask = 0, not_tmask = 0; in mblk_prt() local 1288 if (typ != NULL && streams_parse_type(mbt, typ, &tmask) == -1) { in mblk_prt() 1325 if (tmask != 0) { in mblk_prt() 1326 if ((tmask == M_DATA_T && db_type != M_DATA) || in mblk_prt() 1327 (tmask != M_DATA_T && db_type != tmask)) in mblk_prt()
|
/titanic_50/usr/src/lib/auditd_plugins/syslog/ |
H A D | sysplugin.c | 146 au_mask_t tmask; in setmask() local 169 if (getauditflagsbin(input, &tmask) == 0) { in setmask() 170 mask.am_success |= tmask.am_success; in setmask() 171 mask.am_failure |= tmask.am_failure; in setmask()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_subr.c | 724 int tmask; in mask_to_prefixlen() local 734 tmask = 1 << 7; in mask_to_prefixlen() 736 if ((c & tmask) == 0) in mask_to_prefixlen() 739 tmask >>= 1; in mask_to_prefixlen()
|
/titanic_50/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_principal2.c | 1046 int tmask=0; local 1049 st = checkattributevalue(ld, xargs.tktpolicydn, "objectclass", policyclass, &tmask); 1050 CHECK_CLASS_VALIDITY(st, tmask, "ticket policy object value: ");
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_mbox.h | 287 uint8_t tmask; member 294 uint8_t tmask; member 325 uint8_t tmask; member 332 uint8_t tmask; member
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_mbox.c | 1983 mb->un.varCfgRing.rrRegs[i].tmask = in emlxs_mb_config_ring() 2552 mb->un.varCfgHbq.hbqMasks[i].tmask = hbq->HBQ_Masks[i].tmask; in emlxs_mb_config_hbq()
|