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

/freebsd-11-stable/usr.bin/mail/
H A Dpopen.c163 struct fp *fpp; local
165 if ((fpp = malloc(sizeof(*fpp))) == NULL)
167 fpp->fp = fp;
168 fpp->pipe = pipe;
169 fpp->pid = pid;
170 fpp->link = fp_head;
171 fp_head = fpp;
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c216 ctf_lookup_by_id(ctf_file_t **fpp, ctf_id_t type) argument
218 ctf_file_t *fp = *fpp; /* caller passes in starting CTF container */
222 (void) ctf_set_errno(*fpp, ECTF_NOPARENT);
228 *fpp = fp; /* function returns ending CTF container */
/freebsd-11-stable/sys/sys/
H A Dfiledesc.h190 struct file **fpp);
194 struct file **fpp, struct filecaps *havecapsp);
196 struct file **fpp, struct filecaps *havecapsp);
200 struct file **fpp, seq_t *seqp);
H A Dfile.h233 int fget(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp);
235 vm_prot_t *maxprotp, struct file **fpp);
237 struct file **fpp);
239 struct file **fpp);
241 int needfcntl, struct file **fpp);
H A Dsocketvar.h346 struct file **fpp, u_int *fflagp, struct filecaps *havecaps);
/freebsd-11-stable/lib/libedit/
H A Del.c464 FILE **fpp; local
467 fpp = va_arg(ap, FILE **);
471 *fpp = el->el_infile;
474 *fpp = el->el_outfile;
477 *fpp = el->el_errfile;
H A Deln.c350 FILE **fpp = va_arg(ap, FILE **); local
351 ret = el_wget(el, op, what, fpp);
/freebsd-11-stable/sys/kern/
H A Dkern_descrip.c2464 struct file **fpp, struct filecaps *havecapsp)
2486 *fpp = fde->fde_file;
2495 struct file **fpp, struct filecaps *havecapsp)
2500 error = fget_unlocked(fdp, fd, needrightsp, fpp, NULL);
2525 *fpp = fp;
2530 error = fget_cap_locked(fdp, fd, needrightsp, fpp, havecapsp);
2532 fhold(*fpp);
2540 struct file **fpp, seq_t *seqp)
2609 *fpp = fp;
2627 * If an error occurred the non-zero error is returned and *fpp i
2463 fget_cap_locked(struct filedesc *fdp, int fd, cap_rights_t *needrightsp, struct file **fpp, struct filecaps *havecapsp) argument
2494 fget_cap(struct thread *td, int fd, cap_rights_t *needrightsp, struct file **fpp, struct filecaps *havecapsp) argument
2539 fget_unlocked(struct filedesc *fdp, int fd, cap_rights_t *needrightsp, struct file **fpp, seq_t *seqp) argument
2632 _fget(struct thread *td, int fd, struct file **fpp, int flags, cap_rights_t *needrightsp, seq_t *seqp) argument
2680 fget(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) argument
2687 fget_mmap(struct thread *td, int fd, cap_rights_t *rightsp, vm_prot_t *maxprotp, struct file **fpp) argument
2722 fget_read(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) argument
2729 fget_write(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) argument
2736 fget_fcntl(struct thread *td, int fd, cap_rights_t *rightsp, int needfcntl, struct file **fpp) argument
[all...]
H A Duipc_mqueue.c2154 struct file **fpp, struct mqfs_node **ppn, struct mqueue **pmq)
2159 error = func(td, fd, rightsp, fpp);
2162 if (&mqueueops != (*fpp)->f_ops) {
2163 fdrop(*fpp, td);
2166 pn = (*fpp)->f_data;
2175 getmq(struct thread *td, int fd, struct file **fpp, struct mqfs_node **ppn, argument
2181 fpp, ppn, pmq);
2185 getmq_read(struct thread *td, int fd, struct file **fpp, argument
2191 fpp, ppn, pmq);
2195 getmq_write(struct thread *td, int fd, struct file **fpp, argument
2153 _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.c122 struct file **fpp);
581 struct file **fpp)
599 *fpp = fp;
580 ksem_get(struct thread *td, semid_t id, cap_rights_t *rightsp, struct file **fpp) argument
H A Duipc_syscalls.c99 struct file **fpp, u_int *fflagp, struct filecaps *havecapsp)
115 *fpp = fp;
98 getsock_cap(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp, u_int *fflagp, struct filecaps *havecapsp) argument
H A Dsys_generic.c1239 getselfd_cap(struct filedesc *fdp, int fd, struct file **fpp) argument
1245 return (fget_unlocked(fdp, fd, &rights, fpp, NULL));
H A Dvfs_syscalls.c3852 getvnode(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) argument
3877 *fpp = fp;
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_file.c288 FILE **fpp; local
427 fpp = (FILE **)ptr;
428 *fpp = (FILE *)b->ptr;
H A Dbio.h525 # define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)fpp)
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c114 static uint32_t FPP_Function(uint32_t fpp) argument
116 if(fpp > 15)
117 return 15 - (0x1f - fpp);
119 return 16 + fpp;
165 uint32_t *cir, uint32_t *cbs, uint32_t *pir_eir, uint32_t *pbs_ebs, uint32_t *fpp)
176 /* we choose the faster rate to calibrate fpp */
187 * take max fpp=31.
211 /* integer and fraction are 0, we set fpp to its max val */
215 /* integer was 0 but fraction is not. fpp is 16 for the integer,
241 /* get fpp a
164 calcRates(t_Handle h_FmPcd, t_FmPcdPlcrNonPassthroughAlgParams *p_NonPassthroughAlgParam, uint32_t *cir, uint32_t *cbs, uint32_t *pir_eir, uint32_t *pbs_ebs, uint32_t *fpp) argument
817 uint32_t cir=0, cbs=0, pir_eir=0, pbs_ebs=0, fpp=0; local
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipfcomp.c171 frentry_t *f, **fpp; local
205 for (fpp = &g->fg_start; *fpp != NULL; )
206 fpp = &((*fpp)->fr_next);
207 *fpp = f;
/freebsd-11-stable/usr.sbin/rrenumd/
H A Drrenumd.c222 config(FILE **fpp) argument
229 if (parse(fpp) < 0) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c467 fasttrap_provider_t **fpp, *fp; local
488 fpp = (fasttrap_provider_t **)&bucket->ftb_data;
490 while ((fp = *fpp) != NULL) {
492 fpp = &fp->ftp_next;
536 fpp = &fp->ftp_next;
538 *fpp = fp->ftp_next;
2623 fasttrap_provider_t **fpp, *fp; local
2627 fpp = (fasttrap_provider_t **)&bucket->ftb_data;
2628 while ((fp = *fpp) != NULL) {
2641 fpp
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dlynx-nat.c32 #include <sys/fpp.h>
H A Drs6000-tdep.c1764 CORE_ADDR fp, fpp, lr; local
/freebsd-11-stable/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-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c2915 fp_getfvp(struct thread *p, int fd, struct file **fpp, struct vnode **vpp) argument
2927 *fpp = fp;

Completed in 504 milliseconds