OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_device_info
(Results
1 - 7
of
7
) sorted by null
/external/libxcam/modules/ocl/
cl_device.h
59
const CLDevieInfo &
get_device_info
() {
function in class:XCam::CLDevice
cl_kernel.cpp
377
const CLDevieInfo &dev_info = CLDevice::instance ()->
get_device_info
();
/external/autotest/client/cros/
liststorage.py
218
def
get_device_info
(blockdev):
function
275
ret.extend(
get_device_info
(dev))
/external/f2fs-tools/lib/
libf2fs.c
781
int
get_device_info
(int i)
function
1013
int
get_device_info
(int i)
1053
if (
get_device_info
(i))
/external/toybox/www/
cleanup.html
230
<li>commit: <a href=/hg/toybox/rev/957>957</a>, description: <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-July/001121.html>Remove unused socklen and addr_to_len(), cleanup so we can merge
get_device_info
()/display_ifconfig().</a></li>
231
<li>commit: <a href=/hg/toybox/rev/958>958</a>, description: <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-July/001131.html>This commit removes struct if_list by unifying
get_device_info
() and display_ifconfig().</a></li>
/external/f2fs-tools/include/
f2fs_fs.h
307
u_int64_t total_sectors; /* got by
get_device_info
*/
[
all
...]
/external/f2fs-tools/fsck/
mount.c
690
if (
get_device_info
(i))
[
all
...]
Completed in 147 milliseconds