Home
last modified time | relevance | path

Searched refs:fpp (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/sys/
H A Dfiledesc.h267 struct file **fpp);
271 struct file **fpp, struct filecaps *havecapsp);
273 struct file **fpp, struct filecaps *havecapsp);
277 struct file **fpp, seqc_t *seqp);
279 struct file **fpp);
282 struct file **fpp);
H A Dfile.h246 int fget(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp);
248 vm_prot_t *maxprotp, struct file **fpp);
250 struct file **fpp);
252 struct file **fpp);
254 int needfcntl, struct file **fpp);
H A Dsocketvar.h413 struct file **fpp, u_int *fflagp, struct filecaps *havecaps);
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c43 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() argument
62 *fpp = filp; in zfs_file_open()
413 zfs_file_get(int fd, zfs_file_t **fpp) in zfs_file_get() argument
421 *fpp = fp; in zfs_file_get()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c53 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() argument
67 if (fget(curthread, fd, &cap_no_rights, fpp)) in zfs_file_open()
245 zfs_file_get(int fd, zfs_file_t **fpp) in zfs_file_get() argument
252 *fpp = fp; in zfs_file_get()
/f-stack/freebsd/kern/
H A Dkern_descrip.c2919 *fpp = NULL; in fget_cap()
2938 *fpp = fp; in fget_cap()
3123 *fpp = fp; in fget_unlocked_seq()
3185 *fpp = fp; in fget_unlocked()
3228 *fpp = fp; in fget_only_user()
3248 *fpp = fp; in fget_only_user()
3274 *fpp = NULL; in _fget()
3310 *fpp = fp; in _fget()
3337 *fpp = NULL; in fget_mmap()
3360 *fpp = fp; in fget_mmap()
[all …]
H A Duipc_mqueue.c2175 struct file **fpp, struct mqfs_node **ppn, struct mqueue **pmq) in _getmq() argument
2180 error = func(td, fd, rightsp, fpp); in _getmq()
2183 if (&mqueueops != (*fpp)->f_ops) { in _getmq()
2184 fdrop(*fpp, td); in _getmq()
2187 pn = (*fpp)->f_data; in _getmq()
2196 getmq(struct thread *td, int fd, struct file **fpp, struct mqfs_node **ppn, in getmq() argument
2201 fpp, ppn, pmq); in getmq()
2205 getmq_read(struct thread *td, int fd, struct file **fpp, in getmq_read() argument
2210 fpp, ppn, pmq); in getmq_read()
2214 getmq_write(struct thread *td, int fd, struct file **fpp, in getmq_write() argument
[all …]
H A Duipc_sem.c129 struct file **fpp);
593 struct file **fpp) in ksem_get() argument
611 *fpp = fp; in ksem_get()
H A Duipc_syscalls.c98 struct file **fpp, u_int *fflagp, struct filecaps *havecapsp) in getsock_cap() argument
114 *fpp = fp; in getsock_cap()
H A Dvfs_syscalls.c4240 getvnode(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) in getvnode() argument
4265 *fpp = fp; in getvnode()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c170 static uint32_t CalcFPP(uint32_t fpp) in CalcFPP() argument
172 if (fpp > 15) in CalcFPP()
173 return 15 - (0x1f - fpp); in CalcFPP()
175 return 16 + fpp; in CalcFPP()
226 uint32_t *fpp) in CalcRates() argument
321 *fpp = CalcFPP(fppShift); in CalcRates()
489 uint32_t cir=0, cbs=0, pir_eir=0, pbs_ebs=0, fpp=0; in BuildProfileRegs() local
491 …tes(bitFor1Micro, &p_ProfileParams->nonPassthroughAlgParams, &cir, &cbs, &pir_eir, &pbs_ebs, &fpp); in BuildProfileRegs()
509 pemode |= (fpp << FM_PCD_PLCR_PEMODE_FPP_SHIFT); in BuildProfileRegs()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c1046 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() argument
1093 *fpp = fp; in zfs_file_open()
1394 zfs_file_get(int fd, zfs_file_t **fpp) in zfs_file_get() argument
/f-stack/tools/compat/include/sys/
H A Dsocketvar.h413 struct file **fpp, u_int *fflagp, struct filecaps *havecaps);