Searched refs:efbuf (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_descrip.c | 4336 export_file_to_kinfo(fp, fd, rightsp, &efbuf->kif, efbuf->fdp, in export_file_to_sb() 4354 export_vnode_to_kinfo(vp, fd, fflags, &efbuf->kif, efbuf->flags); in export_vnode_to_sb() 4399 efbuf = malloc(sizeof(*efbuf), M_TEMP, M_WAITOK); in kern_proc_filedesc_out() 4402 efbuf->sb = sb; in kern_proc_filedesc_out() 4407 efbuf); in kern_proc_filedesc_out() 4412 efbuf); in kern_proc_filedesc_out() 4416 efbuf->fdp = fdp; in kern_proc_filedesc_out() 4417 efbuf->pdp = pdp; in kern_proc_filedesc_out() 4676 efbuf = malloc(sizeof(*efbuf), M_TEMP, M_WAITOK); in kern_proc_cwd_out() 4677 efbuf->pdp = pdp; in kern_proc_cwd_out() [all …]
|