Searched refs:level (Results 1 - 22 of 22) sorted by relevance

/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_LOG.h31 unsigned char level; member in struct:xt_log_info
/bionic/libc/kernel/uapi/linux/netfilter_ipv4/
H A Dipt_LOG.h32 unsigned char level; member in struct:ipt_log_info
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/
H A Dip6t_LOG.h32 unsigned char level; member in struct:ip6t_log_info
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Dtsearch.c96 trecurse(node *root, void (*action)(const void *, VISIT, int), int level) argument
99 (*action)(root, leaf, level);
101 (*action)(root, preorder, level);
103 trecurse(root->left, action, level + 1);
104 (*action)(root, postorder, level);
106 trecurse(root->right, action, level + 1);
107 (*action)(root, endorder, level);
/bionic/libc/include/
H A Dftw.h53 int level; member in struct:FTW
/bionic/libc/kernel/uapi/linux/
H A Datm_nicstar.h40 buf_nr level; member in struct:pool_levels
H A Dhiddev.h45 __u32 level; member in struct:hiddev_collection_info
H A Dpkt_sched.h306 __u32 level; member in struct:tc_htb_opt
357 __u32 level; member in struct:tc_hfsc_stats
381 unsigned char level; member in struct:tc_cbq_lssopt
H A Dwireless.h347 __u8 level; member in struct:iw_quality
H A Dinput.h977 __s16 level; member in struct:ff_constant_effect
H A Dkvm.h119 __u32 level; member in struct:kvm_irq_level
/bionic/tests/
H A Dftw_test.cpp37 (is_dir && ftwbuf->level == 0) || (!is_dir && ftwbuf->level == 1));
/bionic/libc/kernel/uapi/linux/raid/
H A Dmd_p.h79 __u32 level; member in struct:mdp_superblock_s
147 __le32 level; member in struct:mdp_superblock_1
H A Dmd_u.h66 int level; member in struct:mdu_array_info_s
/bionic/libc/tools/
H A Dbionic_utils.py8 # call D_setlevel to set the verbosity level
33 def D_setlevel(level):
35 verbose = level
/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dnftw.c104 f.level = cur->fts_level;
/bionic/libc/kernel/tools/
H A Dutils.py6 # call D_setlevel to set the verbosity level
36 def D_setlevel(level):
38 verbose = level
/bionic/libc/kernel/uapi/rdma/
H A Drdma_user_cm.h286 __u32 level; member in struct:rdma_ucm_set_option
/bionic/libc/bionic/
H A Dfts.c351 /* Move to the next node on this level. */
553 int nitems, cderrno, descend, level, nlinks, nostat = 0, doadjust; local
644 level = cur->fts_level;
645 if (level < FTS_MAXLEVEL)
646 level++;
683 p->fts_level = level;
765 * fts_read and nothing found, get back. At the root level we use
992 /* Adjust the rest of the tree, including the current level. */
/bionic/libc/include/sys/
H A Dcdefs.h419 * implemented in <sys/_posix.h>, but with a different level of granularity.
547 #include <android/api-level.h>
/bionic/libc/kernel/uapi/sound/
H A Dcompress_params.h236 __u32 level; member in struct:snd_codec
/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Deventlib_p.h263 void evPrintf(const evContext_p *ctx, int level, const char *fmt, ...)

Completed in 493 milliseconds