Searched refs:ppn (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_inode.c | 45 pathname_t *ppn = NULL; in zpl_lookup() local 60 ppn = &pn; in zpl_lookup() 64 zfs_flags, cr, NULL, ppn); in zpl_lookup() 79 if (ppn) { in zpl_lookup() 80 pn_free(ppn); in zpl_lookup() 96 if (ppn) { in zpl_lookup() 107 pn_free(ppn); in zpl_lookup()
|
| /f-stack/tools/libxo/libxo/ |
| H A D | libxo.c | 6929 xo_emit_top (xo_handle_t *xop, const char *ppn) in xo_emit_top() argument 6936 xo_indent(xop), "", xop->xo_version, ppn); in xo_emit_top() 6968 rc += xo_printf(xop, ">%s", ppn); in xo_do_open_container() 6976 xo_emit_top(xop, ppn); in xo_do_open_container() 6983 pre_nl, xo_indent(xop), "", name, ppn); in xo_do_open_container() 7067 ppn = ""; in xo_do_close_container() 7132 xo_emit_top(xop, ppn); in xo_do_open_list() 7146 pre_nl, xo_indent(xop), "", name, ppn); in xo_do_open_list() 7295 pre_nl, xo_indent(xop), "", name, ppn); in xo_do_open_leaf_list() 7383 rc += xo_printf(xop, ">%s", ppn); in xo_do_open_instance() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_mqueue.c | 2175 struct file **fpp, struct mqfs_node **ppn, struct mqueue **pmq) in _getmq() argument 2188 if (ppn) in _getmq() 2189 *ppn = pn; 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() 2206 struct mqfs_node **ppn, struct mqueue **pmq) in getmq_read() argument 2210 fpp, ppn, pmq); in getmq_read() 2215 struct mqfs_node **ppn, struct mqueue **pmq) in getmq_write() argument 2219 fpp, ppn, pmq); in getmq_write()
|