Searched defs:pshot_nodetypes (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c114 } pshot_nodetypes[] = { variable in typeref:struct:__anon6464
3116 for (i = 0; pshot_nodetypes[i].name; i++) {
3117 if (strcmp(pshot_nodetypes[i].name, str) == 0)
3118 return (pshot_nodetypes[i].val);
3206 * NOTE: the pshot_nodetypes[] table should be kept in sync with the list

Completed in 50 milliseconds