Searched refs:ncc (Results 1 – 11 of 11) sorted by relevance
| /freebsd/crypto/krb5/src/windows/kfwlogon/ |
| H A D | kfwcommon.c | 961 krb5_ccache ncc = 0; in KFW_copy_cache_to_system_file() local 983 code = pkrb5_cc_resolve(ctx, cachename, &ncc); in KFW_copy_cache_to_system_file() 986 code = pkrb5_cc_initialize(ctx, ncc, princ); in KFW_copy_cache_to_system_file() 992 code = pkrb5_cc_copy_creds(ctx,cc,ncc); in KFW_copy_cache_to_system_file() 999 if ( ncc ) { in KFW_copy_cache_to_system_file() 1000 pkrb5_cc_close(ctx, ncc); in KFW_copy_cache_to_system_file() 1001 ncc = 0; in KFW_copy_cache_to_system_file() 1020 krb5_ccache ncc = 0; in KFW_copy_file_cache_to_default_cache() local 1046 code = pkrb5_cc_default(ctx, &ncc); in KFW_copy_file_cache_to_default_cache() 1052 code = pkrb5_cc_initialize(ctx, ncc, princ); in KFW_copy_file_cache_to_default_cache() [all …]
|
| /freebsd/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | telnetd.c | 1006 if (ncc < 0 && pcc < 0) in my_telnet() 1026 if (pfrontp - pbackp || ncc > 0) { in my_telnet() 1096 ncc = recv(net, netibuf, sizeof (netibuf), MSG_OOB); in my_telnet() 1097 if ((ncc == -1) && (errno == EINVAL)) { in my_telnet() 1098 ncc = read(net, netibuf, sizeof (netibuf)); in my_telnet() 1104 ncc = read(net, netibuf, sizeof (netibuf)); in my_telnet() 1107 ncc = read(net, netibuf, sizeof (netibuf)); in my_telnet() 1111 ncc = read(net, netibuf, sizeof (netibuf)); in my_telnet() 1113 if (ncc < 0 && errno == EWOULDBLOCK) in my_telnet() 1114 ncc = 0; in my_telnet() [all …]
|
| H A D | utility.c | 62 ncc = read(net, netibuf, sizeof netibuf); in ttloop() 63 if (ncc < 0) { in ttloop() 68 } else if (ncc == 0) { in ttloop() 73 output_data("td: ttloop read %d chars\r\n", ncc); in ttloop() 77 if (ncc > 0) { in ttloop()
|
| H A D | global.c | 69 int pcc, ncc; variable
|
| H A D | defs.h | 79 ncc++; \
|
| H A D | ext.h | 72 extern int pcc, ncc;
|
| H A D | state.c | 85 while (ncc > 0) { in telrcv() 88 c = *netip++ & 0377, ncc--; in telrcv()
|
| /freebsd/sys/dev/cxgbe/nvmf/ |
| H A D | nvmf_che.c | 2676 struct nvmf_che_capsule *ncc, *cc; in che_free_qpair() local 2703 STAILQ_FOREACH_SAFE(cc, &qp->tx_capsules, link, ncc) { in che_free_qpair()
|
| /freebsd/share/misc/ |
| H A D | committers-src.dot | 148 cc [label="Cheng Cui\ncc@FreeBSD.org\n2023/02/15"]
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | x1e80100.dtsi | 470 ncc_mem: ncc@80a00000 {
|
| H A D | hamoa.dtsi | 482 ncc_mem: ncc@80a00000 {
|