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

  /src/usr.bin/config/
pack.c 109 struct pspec *p;
241 struct pspec *ps;
331 const struct pspec *p1, *p2;
defs.h 241 struct pspec { struct
242 TAILQ_ENTRY(pspec) p_list; /* link on parent spec list */
327 struct pspec *i_pspec; /* parent spec (NULL if at root) */
329 const char **i_locs; /* locators (as given by pspec's iattr) */
492 TAILQ_HEAD(pspectq, pspec);
mkioconf.c 417 struct pspec *p;
428 "static const struct cfparent pspec%d = {\n", p->p_inst);
449 struct pspec *ps;
464 " loc flags pspec */\n",
525 fprintf(fp, "&pspec%d },\n", ps->p_inst);
sem.c 82 static struct pspec *getpspec(struct attr *, struct devbase *, int, int);
1277 struct pspec *p; /* and its pspec */
1397 struct pspec *p = i->i_pspec;
1522 * - delete the pspec
1570 struct pspec *p;
1634 * a real device. Look for pspec
1640 * for pspec that have a matching
1900 struct pspec *p;
1937 static struct pspec *
    [all...]
main.c 1957 struct pspec *p;
2013 struct pspec *p;
  /src/sys/kern/
subr_device.c 369 const struct cfparent *pspec; local
371 if (cfdata == NULL || (pspec = cfdata->cf_pspec) == NULL) {
375 return strcmp(pspec->cfp_iattr, iattr) == 0;

Completed in 18 milliseconds