| /src/sys/rump/fs/lib/libsyspuffs/ |
| puffs_rumpglue.c | 70 struct ptargs *pap = arg; local 87 fp = fd_getfile(pap->fpfd); 91 error = dofileread(pap->fpfd, fp, buf, BUFSIZE, 108 error = rumpuser_iovwrite(pap->comfd, &iov, 1, 125 struct ptargs *pap = arg; local 151 error = rumpuser_iovread(pap->comfd, &iov, 1, 166 fp = fd_getfile(pap->fpfd); 170 error = dofilewrite(pap->fpfd, fp, buf, 184 struct ptargs *pap; local 195 pap = kmem_alloc(sizeof(struct ptargs), KM_SLEEP) [all...] |
| /src/sys/arch/x86/include/ |
| mpbiosreg.h | 59 uint32_t pap; member in struct:mpbios_fps
|
| /src/sys/fs/adosfs/ |
| advnops.c | 545 struct anode *pap, *ap; local 566 pap = VTOA(sp->a_vp); 580 if (hashi == pap->ntabent) { 584 if (pap->tab[hashi] == 0) { 589 nextbn = pap->tab[hashi]; 598 if (pap->tabi[hashi] > 0 && pap->tabi[hashi] <= skip) { 599 scanned += pap->tabi[hashi]; 611 error = VFS_VGET(pap->amp->mp, (ino_t)nextbn, 624 pap->tabi[hashi] = chainc [all...] |
| /src/sys/net/ |
| if_spppsubr.c | 144 * being one of "lcp", "ipcp", "cisco", "chap", "pap", etc. 191 #define PAP_REQ 1 /* PAP name/password request */ 192 #define PAP_ACK 2 /* PAP acknowledge */ 193 #define PAP_NAK 3 /* PAP fail */ 538 static const struct cp pap = { variable in typeref:struct:cp 539 PPP_PAP, IDX_PAP, CP_AUTH, "pap", 560 &pap, /* IDX_PAP */ 1135 sppp_cp_fini(&pap, sp); 3156 * send a PAP request. Undesired authentication protocols 5001 * The PAP implementation. [all...] |