/src/usr.sbin/puffs/mount_9p/ |
subr.c | 107 struct dirfid *dfp = NULL; local in function:getdfwithoffset 110 LIST_FOREACH(dfp, &p9n->dir_openlist, entries) { 111 if (dfp->seekoff == wantoff) { 112 LIST_REMOVE(dfp, entries); 113 *rfid = dfp; 119 dfp = ecalloc(1, sizeof(struct dirfid)); 120 dfp->fid = NEXTFID(p9p); 121 rv = proto_cc_open(pu, p9n->fid_base, dfp->fid, P9PROTO_OMODE_READ); 134 p9pbuf_put_4(pb, dfp->fid); 165 dfp->seekoff = curoff 192 struct dirfid *dfp; local in function:nukealldf [all...] |
node.c | 173 struct dirfid *dfp; local in function:puffs9p_node_readdir 178 rv = getdfwithoffset(pu, p9n, *readoff, &dfp); 185 p9pbuf_put_4(pb, dfp->fid); 198 * if count is 0, assume we at end-of-dir. dfp is no longer 203 releasedf(pu, dfp); 211 * coming back, so just nuke the dfp. If we do 215 releasedf(pu, dfp); 224 dfp->seekoff += statsize; 228 storedf(p9n, dfp);
|
/src/distrib/utils/tls/ |
tls.c | 47 DIR *dfp; local in function:main 58 dfp = opendir("."); 59 if (dfp == NULL) 62 while ((d = readdir(dfp)) != NULL) 65 closedir(dfp);
|
/src/sys/kern/ |
uipc_domain.c | 556 struct file *fp, *np, *dfp; local in function:sysctl_unpcblist 595 if ((dfp = fgetdummy()) == NULL) { 631 LIST_INSERT_AFTER(fp, dfp, f_list); 637 np = LIST_NEXT(dfp, f_list); 638 LIST_REMOVE(dfp, f_list); 649 fputdummy(dfp);
|
vfs_syscalls.c | 240 file_t *dfp; local in function:fd_nameiat 245 if ((error = fd_getvnode(fdat, &dfp)) != 0) 248 NDAT(ndp, dfp->f_vnode); 264 file_t *dfp; local in function:fd_nameiat_simple_user 277 if ((error = fd_getvnode(fdat, &dfp)) != 0) 280 dvp = dfp->f_vnode; 1838 file_t *dfp = NULL; local in function:do_sys_openat 1866 if ((error = fd_getvnode(fdat, &dfp)) != 0) 1869 dvp = dfp->f_vnode; 1874 if (dfp != NULL [all...] |
/src/sys/external/gpl2/dts/dist/include/dt-bindings/usb/ |
pd.h | 106 * <25:23> :: product type (DFP) (SVDM version 2.0+ only; set to zero in version 1.0) 128 /* SOP Product Type (DFP) */ 134 #define VDO_IDH(usbh, usbd, ufp_cable, is_modal, dfp, conn, vid) \ 136 | (is_modal) << 26 | ((dfp) & 0x7) << 23 | ((conn) & 0x3) << 21 \ 216 * DFP VDO (PD Revision 3.0+ only) 218 * <31:29> :: DFP VDO version
|
/src/sys/altq/ |
altq_cbq.c | 781 cbq_delete_filter(struct cbq_delete_filter *dfp) 786 ifacename = dfp->cbq_iface.cbq_ifacename; 791 dfp->cbq_filter_handle);
|
/src/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/ |
floatditf_test.h | [all...] |
floatunditf_test.h | 16590 { UINT64_C(0x4000000000000221), 0x1.0000000000001p+62, -0x1.dfp+8 }, [all...] |
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/ |
floatditf_test.h | [all...] |
floatunditf_test.h | 16590 { UINT64_C(0x4000000000000221), 0x1.0000000000001p+62, -0x1.dfp+8 }, [all...] |