Home | Sort by: relevance | last modified time | path |
/src/usr.bin/eject/ | |
eject.c | 103 } devtypes[] = { variable in typeref:struct:devtypes_s[] 166 for (n = 0; n < __arraycount(devtypes); n++) { 167 if (strcasecmp(devtypes[n].name, optarg) 169 devtype = devtypes[n].type; |
eject.c | 103 } devtypes[] = { variable in typeref:struct:devtypes_s[] 166 for (n = 0; n < __arraycount(devtypes); n++) { 167 if (strcasecmp(devtypes[n].name, optarg) 169 devtype = devtypes[n].type; |
eject.c | 103 } devtypes[] = { variable in typeref:struct:devtypes_s[] 166 for (n = 0; n < __arraycount(devtypes); n++) { 167 if (strcasecmp(devtypes[n].name, optarg) 169 devtype = devtypes[n].type; |