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

/freebsd-13-stable/sys/fs/cuse/
H A Dcuse.c161 #define CUSE_CLIENT_CLOSING(pcc) \
162 ((pcc)->cflags & CUSE_CLI_IS_CLOSING)
337 struct cuse_client *pcc; local
344 TAILQ_FOREACH(pcc, &pcs->hcli, entry) {
345 cuse_client_is_closing(pcc);
352 struct cuse_client *pcc; local
358 TAILQ_FOREACH(pcc, &pcs->hcli, entry) {
359 if (CUSE_CLIENT_CLOSING(pcc))
362 if (pcc->cmds[n].entered == td)
363 return (&pcc
503 struct cuse_client *pcc; local
521 cuse_client_is_closing(struct cuse_client *pcc) argument
650 struct cuse_client *pcc; local
1005 struct cuse_client *pcc; local
1046 struct cuse_client *pcc; local
1377 struct cuse_client *pcc = arg; local
1407 struct cuse_client *pcc; local
1507 struct cuse_client *pcc; local
1533 cuse_client_kqfilter_poll(struct cdev *dev, struct cuse_client *pcc) argument
1567 struct cuse_client *pcc; local
1627 struct cuse_client *pcc; local
1688 struct cuse_client *pcc; local
1745 struct cuse_client *pcc; local
1810 struct cuse_client *pcc; local
1856 struct cuse_client *pcc; local
1870 struct cuse_client *pcc; local
1884 struct cuse_client *pcc; local
1896 struct cuse_client *pcc; local
1908 struct cuse_client *pcc; local
[all...]
/freebsd-13-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-13-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-13-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h1240 PXE_PCC_CONFIG_INFO pcc; member in union:u_pxe_db_get_config_info
/freebsd-13-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 387 milliseconds