Searched refs:recurse (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _libzfs_core.py | 1759 def _list(name, recurse=None, types=None): argument 1783 if recurse is None or recurse > 0: 1784 options['recurse'] = recurse 1841 result = next(_list(name, recurse=0)) 1894 for entry in _list(name, recurse=1, types=['filesystem', 'volume']): 1921 for entry in _list(name, recurse=1, types=['snapshot']):
|
| /f-stack/freebsd/sys/ |
| H A D | lock.h | 140 #define LOCK_LOG_LOCK(opname, lo, flags, recurse, file, line) do { \ argument 144 (lo), (u_int)(recurse), (file), (line)); \
|
| H A D | sysctl.h | 1146 int recurse); 1150 int sysctl_remove_oid(struct sysctl_oid *oidp, int del, int recurse);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_sysctl.c | 126 int recurse); 720 sysctl_remove_oid(struct sysctl_oid *oidp, int del, int recurse) in sysctl_remove_oid() argument 725 error = sysctl_remove_oid_locked(oidp, del, recurse); in sysctl_remove_oid() 732 int del, int recurse) in sysctl_remove_name() argument 741 error = sysctl_remove_oid_locked(p, del, recurse); in sysctl_remove_name() 751 sysctl_remove_oid_locked(struct sysctl_oid *oidp, int del, int recurse) in sysctl_remove_oid_locked() argument 775 if (!recurse) { in sysctl_remove_oid_locked() 782 recurse); in sysctl_remove_oid_locked()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_table.c | 1852 pfr_clstats_ktables(struct pfr_ktableworkq *workq, long tzero, int recurse) in pfr_clstats_ktables() argument 1857 pfr_clstats_ktable(p, tzero, recurse); in pfr_clstats_ktables() 1861 pfr_clstats_ktable(struct pfr_ktable *kt, long tzero, int recurse) in pfr_clstats_ktable() argument 1866 if (recurse) { in pfr_clstats_ktable()
|