Searched refs:pcc (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/fs/cuse/
H A Dcuse.c163 #define CUSE_CLIENT_CLOSING(pcc) \
164 ((pcc)->cflags & CUSE_CLI_IS_CLOSING)
340 struct cuse_client *pcc; local
347 TAILQ_FOREACH(pcc, &pcs->hcli, entry) {
348 cuse_client_is_closing(pcc);
355 struct cuse_client *pcc; local
361 TAILQ_FOREACH(pcc, &pcs->hcli, entry) {
362 if (CUSE_CLIENT_CLOSING(pcc))
365 if (pcc->cmds[n].entered == td)
366 return (&pcc
507 struct cuse_client *pcc; local
525 cuse_client_is_closing(struct cuse_client *pcc) argument
655 struct cuse_client *pcc; local
1010 struct cuse_client *pcc; local
1051 struct cuse_client *pcc; local
1383 struct cuse_client *pcc = arg; local
1414 struct cuse_client *pcc; local
1515 struct cuse_client *pcc; local
1541 cuse_client_kqfilter_poll(struct cdev *dev, struct cuse_client *pcc) argument
1575 struct cuse_client *pcc; local
1636 struct cuse_client *pcc; local
1698 struct cuse_client *pcc; local
1755 struct cuse_client *pcc; local
1820 struct cuse_client *pcc; local
1866 struct cuse_client *pcc; local
1880 struct cuse_client *pcc; local
1894 struct cuse_client *pcc; local
1906 struct cuse_client *pcc; local
1918 struct cuse_client *pcc; local
[all...]
/freebsd-11-stable/libexec/rlogind/
H A Drlogind.c353 int pcc = 0, fcc = 0; local
379 if (pcc >= 0) {
380 if (pcc)
402 pcc = 0;
443 pcc = read(p, pibuf, sizeof (pibuf));
445 if (pcc < 0 && errno == EWOULDBLOCK)
446 pcc = 0;
447 else if (pcc <= 0)
450 pbp++, pcc--;
456 pcc
[all...]
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dglobal.c69 int pcc, ncc; variable
H A Dtelnetd.c983 if (pcc)
984 strncat(ptyibuf2, ptyip, pcc+1);
986 pcc = strlen(ptyip);
1006 if (ncc < 0 && pcc < 0)
1021 if (nfrontp - nbackp || pcc > 0) {
1133 pcc = readstream(p, ptyibuf, BUFSIZ);
1136 pcc = read(p, ptyibuf, BUFSIZ);
1143 if (pcc < 0 && (errno == EWOULDBLOCK ||
1148 pcc = 0;
1150 if (pcc <
[all...]
H A Dext.h72 extern int pcc, ncc;
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dtelnetd.c935 if (pcc)
936 (void) strncat(ptyibuf2, ptyip, pcc+1);
938 pcc = strlen(ptyip);
961 if (ncc < 0 && pcc < 0)
971 if (nfrontp - nbackp || pcc > 0) {
1080 pcc = read(p, ptyibuf, BUFSIZ);
1086 if (pcc < 0 && (errno == EWOULDBLOCK ||
1091 pcc = 0;
1093 if (pcc <= 0)
1100 copy_termbuf(ptyibuf+1, pcc
[all...]
H A Dext.h77 EXTERN int pcc, ncc; variable
/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h1246 PXE_PCC_CONFIG_INFO pcc; member in union:u_pxe_db_get_config_info
/freebsd-11-stable/contrib/gcc/cp/
H A Dsemantics.c3134 enum style_t { ctor, arg, pcc } style; enumerator in enum:style_t
3140 style = pcc;
3172 else if (style == pcc)
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pcieepx-defs.h3348 uint32_t pcc : 1; /**< Power Controller Control */ member in struct:cvmx_pcieepx_cfg034::cvmx_pcieepx_cfg034_s
3366 uint32_t pcc : 1;
H A Dcvmx-pciercx-defs.h2892 uint32_t pcc : 1; /**< Power Controller Control */ member in struct:cvmx_pciercx_cfg034::cvmx_pciercx_cfg034_s
2910 uint32_t pcc : 1;

Completed in 174 milliseconds