Home | History | Annotate | Download | only in config

Lines Matching refs:cregp

1872       const shmedia_creg_info *cregp;
1875 for (cregp = shmedia_creg_table; cregp->name != NULL; cregp++)
1877 len = strlen (cregp->name);
1878 if (strncasecmp (cregp->name, src, len) == 0
1883 if (cregp->name != NULL)
1886 *reg = cregp->cregno;