Searched refs:pb2 (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/conversion/
H A Dptrmem8.C22 int B2::*pb2 = 0; member in class:B2
24 return pd != pb2;
/netbsd-6-1-5-RELEASE/tests/fs/vfs/
H A Dt_vnops.c128 char pb[MAXPATHLEN], pb2[MAXPATHLEN]; local
138 sprintf(pb2, "%s/dir/file", mountpath);
139 fd = rump_sys_open(pb2, O_RDWR | O_CREAT, 0777);
148 if (rump_sys_unlink(pb2) == -1)
205 char pb1[MAXPATHLEN], pb2[MAXPATHLEN], pb3[MAXPATHLEN]; local
217 md(pb2, mp, "dir2");
218 if (rump_sys_mkdir(pb2, 0777) == -1)
220 md(pb2, mp, "dir2/subdir");
221 if (rump_sys_mkdir(pb2, 0777) == -1)
251 md(pb2, m
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/puffs/mount_psshfs/
H A Dnode.c251 struct puffs_framebuf *pb2 = psbuf_makeout(); local
253 psbuf_req_str(pb2, SSH_FXP_REMOVE, reqid, PCNPATH(pcn));
254 JUSTSEND(pb2, pctx->sshfd);
290 struct puffs_framebuf *pb, *pb2; local
323 pb2 = psbuf_makeout();
326 psbuf_req_str(pb2, SSH_FXP_OPEN, reqid, PNPATH(pn));
327 psbuf_put_4(pb2, SSH_FXF_WRITE);
328 psbuf_put_vattr(pb2, &va, pctx);
330 if (puffs_framev_enqueue_cb(pu, pctx->sshfd_data, pb2,
333 puffs_framebuf_destroy(pb2);
801 struct puffs_framebuf *pb2 = psbuf_makeout(); local
843 struct puffs_framebuf *pb2 = psbuf_makeout(); local
[all...]
H A Dsubr.c135 struct puffs_framebuf *pb1, *pb2; local
153 pb2 = psbuf_makeout();
155 psbuf_req_data(pb2, SSH_FXP_CLOSE, reqid,
157 puffs_framev_enqueue_justsend(pu, pctx->sshfd_data, pb2, 1, 0);
/netbsd-6-1-5-RELEASE/lib/libpuffs/
H A Drequests.c195 * Compare if "pb1" is a response to a previously sent frame pb2.
202 struct puffs_framebuf *pb1, struct puffs_framebuf *pb2, int *notresp)
225 rv = puffs_framebuf_getwindow(pb2, 0, (void *)&preq2, &winlen);
201 puffs__fsframe_cmp(struct puffs_usermount *pu, struct puffs_framebuf *pb1, struct puffs_framebuf *pb2, int *notresp) argument
/netbsd-6-1-5-RELEASE/lib/libm/noieee_src/
H A Dn_lgamma.c133 #define pb2 7.93650778754435631476282786423e-04 macro
188 p = pb0+z*(pb1+z*(pb2+z*(pb3+z*(pb4+z*(pb5+z*(pb6+z*pb7))))));
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dfss.c628 struct pathbuf *pb2; local
730 error = pathbuf_copyin(fss->fss_bstore, &pb2);
734 NDINIT(&nd2, LOOKUP, FOLLOW, pb2);
736 pathbuf_destroy(pb2);
744 pathbuf_destroy(pb2);
747 pathbuf_destroy(pb2);
/netbsd-6-1-5-RELEASE/usr.sbin/perfused/
H A Dmsg.c617 struct puffs_framebuf *pb2, int *match)
630 PUFFS_FRAMEBUF_GETWINDOW(pb2, 0, (void **)(void *)&foh, &len);
616 perfused_cmpframe(struct puffs_usermount *pu, struct puffs_framebuf *pb1, struct puffs_framebuf *pb2, int *match) argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Ddebug.c3302 struct debug_baseclass_s **pb1, **pb2;
3304 for (pb1 = c1->baseclasses, pb2 = c2->baseclasses;
3305 *pb1 != NULL && *pb2 != NULL;
3306 ++pb1, ++pb2)
3311 b2 = *pb2;
3318 if (*pb1 != NULL || *pb2 != NULL)
3299 struct debug_baseclass_s **pb1, **pb2; local
/netbsd-6-1-5-RELEASE/dist/pdisk/
H A DATA_media.c376 ataDevConfiguration pb2; local

Completed in 115 milliseconds