Home
last modified time | relevance | path

Searched refs:numv (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/recovery/mtdutils/
H A Dmounts.c62 const int numv = 32; in scan_mounted_volumes() local
63 MountedVolume *volumes = malloc(numv * sizeof(*volumes)); in scan_mounted_volumes()
69 g_mounts_state.volumes_allocd = numv; in scan_mounted_volumes()
70 memset(volumes, 0, numv * sizeof(*volumes)); in scan_mounted_volumes()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/
H A Dmounts.c68 const int numv = 32; in scan_mounted_volumes() local
69 MountedVolume *volumes = malloc(numv * sizeof(*volumes)); in scan_mounted_volumes()
75 g_mounts_state.volumes_allocd = numv; in scan_mounted_volumes()
76 memset(volumes, 0, numv * sizeof(*volumes)); in scan_mounted_volumes()
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Ddebugfs.c120 static int do_xprt_debugfs(struct rpc_clnt *clnt, struct rpc_xprt *xprt, void *numv) in do_xprt_debugfs() argument
125 int *nump = numv; in do_xprt_debugfs()