Searched refs:type (Results 1 – 4 of 4) sorted by relevance
105 if (di->type & DEV_TYP_STOR) in main()132 if (di->type == DEV_TYP_NET) in main()242 static char *test_stor_typ(int type) in test_stor_typ() argument244 if (type & DT_STOR_IDE) in test_stor_typ()247 if (type & DT_STOR_MMC) in test_stor_typ()250 if (type & DT_STOR_SATA) in test_stor_typ()253 if (type & DT_STOR_SCSI) in test_stor_typ()256 if (type & DT_STOR_USB) in test_stor_typ()299 printf(" type\t\t= 0x%08x\n", di->type); in test_dump_di()301 if (di->type == DEV_TYP_NET) { in test_dump_di()[all …]
266 if (!(devices[handle].type & DEV_TYP_STOR)) in dev_stor_valid()297 if (devices[handle].type != DEV_TYP_NET) in dev_net_valid()389 int ub_display_get_info(int type, struct display_info *di) in ub_display_get_info() argument393 if (!syscall(API_DISPLAY_GET_INFO, &err, type, di)) in ub_display_get_info()
63 int ub_display_get_info(int type, struct display_info *di);
60 (type CNTL-\ then C)
Completed in 47 milliseconds