Searched refs:fp (Results 51 - 61 of 61) sorted by relevance

123

/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched_rmclass.c1823 struct rmc_funcs *fp; local
1825 for (fp = rmc_funcs; fp->func != NULL; fp++)
1826 if (fp->func == func)
1827 return (fp->name);
/xnu-2422.115.4/bsd/kern/
H A Dkern_exec.c419 struct fileproc *fp; local
522 error = falloc(p, &fp, &fd, imgp->ip_vfs_context);
526 fp->f_fglob->fg_flag = FREAD;
527 fp->f_fglob->fg_ops = &vnops;
528 fp->f_fglob->fg_data = (caddr_t)imgp->ip_vp;
532 fp_drop(p, fd, fp, 1);
3580 struct fileproc *fp; local
3590 &fp, &indx, imgp->ip_vfs_context)) != 0)
3600 fp_free(p, indx, fp);
3604 struct fileglob *fg = fp
[all...]
H A Dkdebug.c2467 struct fileproc *fp; local
2508 if ( (ret = fp_lookup(p, fd, &fp, 1)) ) {
2513 context.vc_ucred = fp->f_fglob->fg_cred;
2515 if (FILEGLOB_DTYPE(fp->f_fglob) != DTYPE_VNODE) {
2516 fp_drop(p, fd, fp, 1);
2522 vp = (struct vnode *)fp->f_fglob->fg_data;
2541 fp_drop(p, fd, fp, 0);
H A Dkern_proc.c1328 struct fixjob_iterargs *fp; local
1333 fp = (struct fixjob_iterargs *)arg;
1334 pg = fp->pg;
1335 mysession = fp->mysession;
1336 entering = fp->entering;
H A Duipc_socket.c4320 soo_kqfilter(struct fileproc *fp, struct knote *kn, vfs_context_t ctx) argument
4322 #pragma unused(fp)
/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace_glue.c1504 struct frame *fp = (struct frame *)__builtin_frame_address(0); local
1514 minfp = fp;
1521 nextfp = *(struct frame **)fp;
1539 fp = nextfp;
1540 minfp = fp;
/xnu-2422.115.4/tools/lldbmacros/
H A Dxnu.py334 out_string += "{fp:#018x} ".format(fp = frame_p)
347 out_string += "{fp:#018x} ".format(fp=frame_p)
H A Dnet.py522 fp = Cast(dereference(fpp), 'fileproc *')
523 if (fp != 0):
524 fg = Cast(fp.f_fglob, 'fileglob *')
555 fp = Cast(dereference(fpp), 'fileproc *')
556 if (fp != 0):
557 fg = Cast(fp.f_fglob, 'fileglob *')
/xnu-2422.115.4/bsd/security/audit/
H A Daudit.h242 struct fileproc *fp);
/xnu-2422.115.4/security/
H A Dmac_framework.h571 void psem_label_associate(struct fileproc *fp, struct vnode *vp, struct vfs_context *ctx);
572 void pshm_label_associate(struct fileproc *fp, struct vnode *vp, struct vfs_context *ctx);
/xnu-2422.115.4/bsd/hfs/
H A Dhfs.h733 extern int overflow_extents(struct filefork *fp);

Completed in 186 milliseconds

123