Searched defs:get (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/kernel/common/linux/
H A Dklist.h31 void (*get)(struct klist_node *); member in struct:klist
H A Dxattr.h41 int (*get)(struct inode *inode, const char *name, void *buffer, member in struct:xattr_handler
H A Dmoduleparam.h50 param_get_fn get; member in struct:kernel_param
65 param_get_fn get; member in struct:kparam_array
70 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg }
71 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
/bionic/libc/kernel/tools/
H A Dutils.py84 status, version = commands.getstatusoutput( "uname -r" ) # get Linux kernel version
89 # get rid of the "-xenU" suffix that is found in Xen virtual machines
210 def get(self): member in class:StringOutput
/bionic/libc/tools/
H A Dbionic_utils.py131 status, version = commands.getstatusoutput( "uname -r" ) # get Linux kernel version
136 # get rid of the "-xenU" suffix that is found in Xen virtual machines
328 def get(self): member in class:StringOutput

Completed in 112 milliseconds