Home
last modified time | relevance | path

Searched refs:type (Results 1 – 5 of 5) sorted by relevance

/api/
A Dapi_storage.c96 if (specs[type].name == NULL) in dev_stor_get()
123 if (i == specs[type].max_dev) in dev_stor_get()
129 di->type = specs[type].type; in dev_stor_get()
198 specs[type].enum_started = 1; in dev_enum_stor()
203 if (specs[type].enum_ended) { in dev_enum_stor()
212 if (specs[type].enum_ended) { in dev_enum_stor()
227 specs[type].enum_started = 1; in dev_enum_stor()
296 if (type == ENUM_MAX) in dev_open_stor()
316 int type; in dev_read_stor() local
340 int type = dev_stor_type(dd); in dev_write_stor() local
[all …]
A Dapi_display.c12 int display_get_info(int type, struct display_info *di) in display_get_info() argument
17 switch (type) { in display_get_info()
20 __FILE__, type); in display_get_info()
24 di->type = type; in display_get_info()
A Dapi.c249 if (di->type & DEV_TYP_STOR) in API_dev_open()
252 else if (di->type & DEV_TYP_NET) in API_dev_open()
279 if (di->type & DEV_TYP_STOR) in API_dev_close()
282 else if (di->type & DEV_TYP_NET) in API_dev_close()
340 if (di->type & DEV_TYP_STOR) { in API_dev_write()
359 } else if (di->type & DEV_TYP_NET) { in API_dev_write()
420 if (di->type & DEV_TYP_STOR) { in API_dev_read()
438 } else if (di->type & DEV_TYP_NET) { in API_dev_read()
563 int type; in API_display_get_info() local
566 type = va_arg(ap, int); in API_display_get_info()
[all …]
A Dapi_private.h31 int display_get_info(int type, struct display_info *di);
A Dapi_net.c59 di->type = DEV_TYP_NET; in dev_enum_net()

Completed in 15 milliseconds