HomeSort by: relevance | last modified time | path
    Searched defs:locators (Results 1 - 8 of 8) sorted by relevancy

  /src/share/mk/
bsd.ioconf.mk 6 # If IOCONF is defined, autocreate ioconf.[ch] and locators.h.
26 touch ioconf.c ioconf.h locators.h
36 locators.h: ioconf.c
39 CLEANFILES+= ioconf.c ioconf.h locators.h
40 DPSRCS+= ioconf.c ioconf.h locators.h
  /src/sys/sys/
drvctlio.h 65 int *locators; member in struct:devrescanargs
device.h 330 int *cf_loc; /* locators (machine dependent) */
474 const int * locators; /* locators array */ member in struct:cfargs
  /src/usr.bin/config/
gram.y 211 %type <loclist> locators locator
833 device_instance AT attachment locators device_flags
979 /* zero or more locators */
980 locators: label
982 | locators locator { $$ = $2; app($2, $1); }
defs.h 182 * Interface attributes (e.g., "scsi") carry three lists: locators,
183 * child devices, and references. The locators are those things
202 struct loclist *a_locs; /* locators required */
223 * List of locators. (Either definitions or uses...)
261 * Such a connection must provide locators as specified by that
328 const char **i_locs; /* locators (as given by pspec's iattr) */
341 int i_locoff; /* offset in locators.vec */
481 extern struct hashtab *attrtab; /* attributes (locators, etc.) */
524 extern struct locators { /* loc[] table for config */ struct
527 } locators; variable in typeref:struct:locators
    [all...]
main.c 99 struct locators locators; variable in typeref:struct:locators
138 struct hashtab *attrtab; /* attributes (locators, etc.) */
162 int Pflag; /* pack locators */
  /src/sys/kern/
subr_autoconf.c 181 const int * locators; /* locators array */ member in struct:cfargs_internal
1120 args->locators = cfargs->locators;
1163 m.locs = args->locators;
1635 if (args->locators) {
1636 KASSERT(parent); /* no locators at root */
1641 memcpy(dev->dv_locators, args->locators,
1675 * <key>locators</key>
1730 prop_dictionary_set_and_rel(attr_dict, "locators",
    [all...]
  /src/sys/compat/netbsd32/
netbsd32_ioctl.h 692 netbsd32_intp locators; member in struct:netbsd32_devrescanargs

Completed in 19 milliseconds