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 */
326 struct pspec *i_pspec; /* parent spec (NULL if at root) */
328 const char **i_locs; /* locators (as given by pspec's iattr) */
491 TAILQ_HEAD(pspectq, pspec);
mkioconf.c 345 struct pspec *p;
356 "static const struct cfparent pspec%d = {\n", p->p_inst);
377 struct pspec *ps;
392 " loc flags pspec */\n",
453 fprintf(fp, "&pspec%d },\n", ps->p_inst);
sem.c 82 static struct pspec *getpspec(struct attr *, struct devbase *, int, int);
1272 struct pspec *p; /* and its pspec */
1392 struct pspec *p = i->i_pspec;
1517 * - delete the pspec
1565 struct pspec *p;
1629 * a real device. Look for pspec
1635 * for pspec that have a matching
1895 struct pspec *p;
1932 static struct pspec *
    [all...]
main.c 1957 struct pspec *p;
2013 struct pspec *p;
  /src/sys/kern/
subr_device.c 367 const struct cfparent *pspec; local in function:device_attached_to_iattr
369 if (cfdata == NULL || (pspec = cfdata->cf_pspec) == NULL) {
373 return strcmp(pspec->cfp_iattr, iattr) == 0;

Completed in 16 milliseconds