/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs_acl.c | 616 getflag(bits, ACCESS2_READ, "Read", "(no read)")); in detail_access2() 618 getflag(bits, ACCESS2_LOOKUP, "Lookup", "(no lookup)")); in detail_access2() 620 getflag(bits, ACCESS2_MODIFY, "Modify", "(no modify)")); in detail_access2() 622 getflag(bits, ACCESS2_EXTEND, "Extend", "(no extend)")); in detail_access2() 624 getflag(bits, ACCESS2_DELETE, "Delete", "(no delete)")); in detail_access2() 626 getflag(bits, ACCESS2_EXECUTE, "Execute", "(no execute)")); in detail_access2() 663 getflag(mask, NA_ACL, "aclent", "(no aclent)")); in detail_mask() 665 getflag(mask, NA_ACLCNT, "aclcnt", "(no aclcnt)")); in detail_mask() 667 getflag(mask, NA_DFACL, "dfaclent", "(no dfaclent)")); in detail_mask() 669 getflag(mask, NA_DFACLCNT, "dfaclcnt", "(no dfaclcnt)")); in detail_mask()
|
H A D | snoop_tcp.c | 169 dlc_header) + 4, 1), " %s", getflag(tcp->th_flags, TH_CWR, in interpret_tcp() 173 dlc_header) + 4, 1), " %s", getflag(tcp->th_flags, TH_ECE, in interpret_tcp() 177 getflag(tcp->th_flags, TH_URG, in interpret_tcp() 180 dlc_header) + 4, 1), " %s", getflag(tcp->th_flags, TH_ACK, in interpret_tcp() 183 dlc_header) + 4, 1), " %s", getflag(tcp->th_flags, TH_PUSH, in interpret_tcp() 186 dlc_header) + 4, 1), " %s", getflag(tcp->th_flags, TH_RST, in interpret_tcp() 189 dlc_header) + 4, 1), " %s", getflag(tcp->th_flags, TH_SYN, in interpret_tcp() 192 dlc_header) + 4, 1), " %s", getflag(tcp->th_flags, TH_FIN, in interpret_tcp()
|
H A D | snoop_nfs3.c | 637 getflag(bits, FSF3_LINK, 641 getflag(bits, FSF3_SYMLINK, 645 getflag(bits, FSF3_HOMOGENEOUS, 649 getflag(bits, FSF3_CANSETTIME, 850 getflag(bits, ACCESS3_READ, "Read", "(no read)")); in detail_access() 852 getflag(bits, ACCESS3_LOOKUP, "Lookup", "(no lookup)")); in detail_access() 854 getflag(bits, ACCESS3_MODIFY, "Modify", "(no modify)")); in detail_access() 856 getflag(bits, ACCESS3_EXTEND, "Extend", "(no extend)")); in detail_access() 858 getflag(bits, ACCESS3_DELETE, "Delete", "(no delete)")); in detail_access() 860 getflag(bits, ACCESS3_EXECUTE, "Execute", "(no execute)")); in detail_access()
|
H A D | snoop_ntp.c | 254 getflag(ntpc->r_m_e_op, CTL_RESPONSE, "response", in interpret_ntp() 259 getflag(ntpc->r_m_e_op, CTL_ERROR, "error", in interpret_ntp() 264 getflag(ntpc->r_m_e_op, CTL_MORE, "more", in interpret_ntp() 329 getflag(ntpp->rm_vn_mode, RESP_BIT, "response", in interpret_ntp() 334 getflag(ntpp->rm_vn_mode, MORE_BIT, "more", "no more")); in interpret_ntp() 341 getflag(ntpp->auth_seq, AUTH_BIT, "authenticated", in interpret_ntp()
|
H A D | snoop_slp.c | 826 getflag(slp->flags, V2_OVERFLOW, in v2_header() 829 getflag(slp->flags, V2_FRESH, in v2_header() 832 getflag(slp->flags, V2_MCAST, in v2_header() 1528 getflag(slp->flags, V1_OVERFLOW, in v1_header() 1531 getflag(slp->flags, V1_MONOLINGUAL, in v1_header() 1534 getflag(slp->flags, V1_URL_AUTH, in v1_header() 1537 getflag(slp->flags, V1_ATTR_AUTH, in v1_header() 1540 getflag(slp->flags, V1_FRESH_REG, in v1_header()
|
H A D | snoop_sctp.c | 748 getflag(cflags, SCTP_DATA_UBIT, "unordered", "ordered")); in parse_data_chunk() 750 getflag(cflags, SCTP_DATA_BBIT, in parse_data_chunk() 753 getflag(cflags, SCTP_DATA_EBIT, "end", "(end unset)")); in parse_data_chunk() 916 getflag(cflags, SCTP_TBIT, "TCB not destroyed", "TCB destroyed")); in parse_abort_chunk() 933 getflag(cflags, SCTP_TBIT, "TCB not destroyed", "TCB destroyed")); in parse_shutdone_chunk()
|
H A D | snoop_ip.c | 167 " %s", getflag(ip->ip_tos, IPTOS_LOWDELAY, in interpret_ip() 170 getflag(ip->ip_tos, IPTOS_THROUGHPUT, in interpret_ip() 173 getflag(ip->ip_tos, IPTOS_RELIABILITY, in interpret_ip() 176 getflag(ip->ip_tos, IPTOS_ECT, in interpret_ip() 179 getflag(ip->ip_tos, IPTOS_CE, in interpret_ip() 194 getflag(uitmp >> 8, IP_DF >> 8, in interpret_ip() 197 getflag(uitmp >> 8, IP_MF >> 8, in interpret_ip()
|
H A D | snoop_dhcpv6.c | 1018 " %s", getflag(*data, DHCPV6_FQDNF_S, in show_options() 1021 " %s", getflag(*data, DHCPV6_FQDNF_O, in show_options() 1025 " %s", getflag(*data, DHCPV6_FQDNF_N, in show_options()
|
H A D | snoop.h | 133 extern char *getflag(int, int, char *, char *);
|
H A D | snoop_ppp.c | 1098 getflag(options, 0x01, "NULL FCS", "")); in opt_format_fcs() 1100 getflag(options, 0x02, "CCITT 16-bit FCS", "")); in opt_format_fcs() 1102 getflag(options, 0x04, "CCITT 32-bit FCS", "")); in opt_format_fcs()
|
H A D | snoop_display.c | 145 getflag(int val, int mask, char *s_true, char *s_false) in getflag() function
|
H A D | snoop_nfs4.c | 3263 getflag(bits, ACCESS4_READ, "Read", "(no read)")); in detail_access4() 3265 getflag(bits, ACCESS4_LOOKUP, "Lookup", "(no lookup)")); in detail_access4() 3267 getflag(bits, ACCESS4_MODIFY, "Modify", "(no modify)")); in detail_access4() 3269 getflag(bits, ACCESS4_EXTEND, "Extend", "(no extend)")); in detail_access4() 3271 getflag(bits, ACCESS4_DELETE, "Delete", "(no delete)")); in detail_access4() 3273 getflag(bits, ACCESS4_EXECUTE, "Execute", "(no execute)")); in detail_access4()
|
/titanic_50/usr/src/lib/libnsl/netselect/ |
H A D | netselect.c | 60 static unsigned int getflag(char *); 366 ((netconfigp->nc_flag = getflag(tok2)) == FAILURE) || in fgetnetconfig() 641 getflag(char *cp) in getflag() function
|
/titanic_50/usr/src/uts/sun4u/starcat/sys/ |
H A D | iosramvar.h | 263 uint32_t getflag; /* calls to iosram_getflag */ member
|
/titanic_50/usr/src/lib/libpam/ |
H A D | pam_framework.c | 2191 goto getflag; in get_pam_conf_entry() 2209 getflag: in get_pam_conf_entry()
|
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | iosram.c | 1180 IOSRAM_STAT(getflag); in iosram_get_flag() 3400 iosram_stats.tswitch, iosram_stats.getflag, in iosram_print_stats()
|