Searched refs:fpp (Results 1 - 24 of 24) sorted by relevance

/freebsd-current/usr.bin/mail/
H A Dpopen.c161 struct fp *fpp; local
163 if ((fpp = malloc(sizeof(*fpp))) == NULL)
165 fpp->fp = fp;
166 fpp->pipe = pipe;
167 fpp->pid = pid;
168 fpp->link = fp_head;
169 fp_head = fpp;
/freebsd-current/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c219 ctf_lookup_by_id(ctf_file_t **fpp, ctf_id_t type) argument
221 ctf_file_t *fp = *fpp; /* caller passes in starting CTF container */
225 (void) ctf_set_errno(*fpp, ECTF_NOPARENT);
237 *fpp = fp; /* function returns ending CTF container */
/freebsd-current/sys/sys/
H A Dfiledesc.h279 struct file **fpp);
281 struct file **fpp);
285 struct file **fpp, struct filecaps *havecapsp);
287 struct file **fpp, struct filecaps *havecapsp);
290 struct file **fpp);
293 struct file **fpp);
H A Dfile.h256 int fget(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp);
258 vm_prot_t *maxprotp, struct file **fpp);
260 struct file **fpp);
262 struct file **fpp);
264 int needfcntl, struct file **fpp);
266 int fget_remote(struct thread *td, struct proc *p, int fd, struct file **fpp);
H A Dsocketvar.h450 struct file **fpp, struct filecaps *havecaps);
452 struct file **fpp);
H A Dsyscallsubr.h257 enum uio_seg pathseg, int flags, int mode, struct file **fpp);
/freebsd-current/contrib/libedit/
H A Del.c479 FILE **fpp; local
482 fpp = va_arg(ap, FILE **);
486 *fpp = el->el_infile;
489 *fpp = el->el_outfile;
492 *fpp = el->el_errfile;
H A Deln.c345 FILE **fpp = va_arg(ap, FILE **); local
346 ret = el_wget(el, op, what, fpp);
/freebsd-current/crypto/openssl/crypto/bio/
H A Dbss_file.c182 FILE **fpp; local
312 fpp = (FILE **)ptr;
313 *fpp = (FILE *)b->ptr;
/freebsd-current/sys/kern/
H A Dkern_descrip.c115 cap_rights_t *needrightsp, struct file **fpp, seqc_t *seqp);
2881 struct file **fpp, struct filecaps *havecapsp)
2888 *fpp = NULL;
2904 *fpp = fde->fde_file;
2914 struct file **fpp, struct filecaps *havecapsp)
2921 *fpp = NULL;
2940 *fpp = fp;
2945 error = fget_cap_noref(fdp, fd, needrightsp, fpp, havecapsp);
2946 if (error == 0 && !fhold(*fpp))
2954 struct file **fpp, struc
2880 fget_cap_noref(struct filedesc *fdp, int fd, cap_rights_t *needrightsp, struct file **fpp, struct filecaps *havecapsp) argument
2913 fget_cap(struct thread *td, int fd, cap_rights_t *needrightsp, struct file **fpp, struct filecaps *havecapsp) argument
2953 fget_cap(struct thread *td, int fd, cap_rights_t *needrightsp, struct file **fpp, struct filecaps *havecapsp) argument
2966 fget_remote(struct thread *td, struct proc *p, int fd, struct file **fpp) argument
3183 fget_unlocked_seq(struct thread *td, int fd, cap_rights_t *needrightsp, struct file **fpp, seqc_t *seqp) argument
3239 fget_unlocked_seq(struct thread *td, int fd, cap_rights_t *needrightsp, struct file **fpp, seqc_t *seqp __unused) argument
3282 fget_unlocked(struct thread *td, int fd, cap_rights_t *needrightsp, struct file **fpp) argument
3351 fget_only_user(struct filedesc *fdp, int fd, cap_rights_t *needrightsp, struct file **fpp) argument
3381 fget_only_user(struct filedesc *fdp, int fd, cap_rights_t *needrightsp, struct file **fpp) argument
3416 _fget(struct thread *td, int fd, struct file **fpp, int flags, cap_rights_t *needrightsp) argument
3463 fget(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) argument
3470 fget_mmap(struct thread *td, int fd, cap_rights_t *rightsp, vm_prot_t *maxprotp, struct file **fpp) argument
3514 fget_read(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) argument
3521 fget_write(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) argument
3528 fget_fcntl(struct thread *td, int fd, cap_rights_t *rightsp, int needfcntl, struct file **fpp) argument
[all...]
H A Duipc_mqueue.c2165 struct file **fpp, struct mqfs_node **ppn, struct mqueue **pmq)
2170 error = func(td, fd, rightsp, fpp);
2173 if (&mqueueops != (*fpp)->f_ops) {
2174 fdrop(*fpp, td);
2177 pn = (*fpp)->f_data;
2186 getmq(struct thread *td, int fd, struct file **fpp, struct mqfs_node **ppn, argument
2191 fpp, ppn, pmq);
2195 getmq_read(struct thread *td, int fd, struct file **fpp, argument
2200 fpp, ppn, pmq);
2204 getmq_write(struct thread *td, int fd, struct file **fpp, argument
2164 _getmq(struct thread *td, int fd, cap_rights_t *rightsp, _fgetf func, struct file **fpp, struct mqfs_node **ppn, struct mqueue **pmq) argument
[all...]
H A Duipc_sem.c127 struct file **fpp);
591 struct file **fpp)
609 *fpp = fp;
590 ksem_get(struct thread *td, semid_t id, cap_rights_t *rightsp, struct file **fpp) argument
H A Dvfs_syscalls.c1114 * If fpp != NULL, opened file is not installed into the file
1115 * descriptor table, instead it is returned in *fpp. This is
1120 enum uio_seg pathseg, int flags, int mode, struct file **fpp)
1194 MPASS(fpp == NULL);
1236 if (fpp != NULL) {
1239 *fpp = fp;
1281 enum uio_seg pathseg, int flags, int mode, struct file **fpp)
1287 error = openatfp(td, dirfd, path, pathseg, flags, mode, fpp);
4328 struct file **fpp)
4351 *fpp
1119 openatfp(struct thread *td, int dirfd, const char *path, enum uio_seg pathseg, int flags, int mode, struct file **fpp) argument
1280 kern_openatfp(struct thread *td, int dirfd, const char *path, enum uio_seg pathseg, int flags, int mode, struct file **fpp) argument
4327 getvnode_path(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) argument
4365 getvnode(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) argument
[all...]
H A Duipc_syscalls.c89 struct file **fpp, struct filecaps *havecapsp)
103 *fpp = fp;
108 getsock(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) argument
120 *fpp = fp;
88 getsock_cap(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp, struct filecaps *havecapsp) argument
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c38 * fpp - pointer to return file pointer
43 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) argument
62 *fpp = filp;
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c456 fasttrap_provider_t **fpp, *fp; local
477 fpp = (fasttrap_provider_t **)&bucket->ftb_data;
479 while ((fp = *fpp) != NULL) {
481 fpp = &fp->ftp_next;
525 fpp = &fp->ftp_next;
527 *fpp = fp->ftp_next;
2540 fasttrap_provider_t **fpp, *fp; local
2544 fpp = (fasttrap_provider_t **)&bucket->ftb_data;
2545 while ((fp = *fpp) != NULL) {
2558 fpp
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c50 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) argument
103 *fpp = fp;
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c170 static uint32_t CalcFPP(uint32_t fpp) argument
172 if (fpp > 15)
173 return 15 - (0x1f - fpp);
175 return 16 + fpp;
226 uint32_t *fpp)
235 /* we choose the faster rate to calibrate fpp */
321 *fpp = CalcFPP(fppShift);
489 uint32_t cir=0, cbs=0, pir_eir=0, pbs_ebs=0, fpp=0; local
491 CalcRates(bitFor1Micro, &p_ProfileParams->nonPassthroughAlgParams, &cir, &cbs, &pir_eir, &pbs_ebs, &fpp);
509 pemode |= (fpp << FM_PCD_PLCR_PEMODE_FPP_SHIF
220 CalcRates(uint32_t bitFor1Micro, t_FmPcdPlcrNonPassthroughAlgParams *p_NonPassthroughAlgParam, uint32_t *cir, uint32_t *cbs, uint32_t *pir_eir, uint32_t *pbs_ebs, uint32_t *fpp) argument
[all...]
/freebsd-current/sbin/ipf/ipf/
H A Dipfcomp.c163 frentry_t *f, **fpp; local
197 for (fpp = &g->fg_start; *fpp != NULL; )
198 fpp = &((*fpp)->fr_next);
199 *fpp = f;
/freebsd-current/usr.sbin/rrenumd/
H A Drrenumd.c222 config(FILE **fpp) argument
229 if (parse(fpp) < 0) {
/freebsd-current/crypto/openssl/include/openssl/
H A Dbio.h492 # define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)(fpp))
/freebsd-current/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c1075 * fpp - pointer to return file pointer
1080 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) argument
1127 *fpp = fp;
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c1047 ctf_file_t **fpp, ctf_id_t *tp)
1143 if (fpp != NULL)
1144 *fpp = rp_is_void ? lfp : rfp;
1046 dt_node_is_ptrcompat(const dt_node_t *lp, const dt_node_t *rp, ctf_file_t **fpp, ctf_id_t *tp) argument
/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3471 fp_getfvp(struct thread *p, int fd, struct file **fpp, struct vnode **vpp) argument
3483 *fpp = fp;

Completed in 286 milliseconds