HomeSort by: relevance | last modified time | path
    Searched refs:devtypes (Results 1 - 3 of 3) sorted by relevancy

  /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;

Completed in 32 milliseconds