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

  /src/sys/sys/
drvctlio.h 65 int *locators; member in struct:devrescanargs
device.h 333 int *cf_loc; /* locators (machine dependent) */
490 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
329 const char **i_locs; /* locators (as given by pspec's iattr) */
342 int i_locoff; /* offset in locators.vec */
482 extern struct hashtab *attrtab; /* attributes (locators, etc.) */
525 extern struct locators { /* loc[] table for config */ struct
528 } 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 190 const int * locators; /* locators array */ member in struct:cfargs_internal
1211 args->locators = cfargs->locators;
1254 m.locs = args->locators;
1726 if (args->locators) {
1727 KASSERT(parent); /* no locators at root */
1733 memcpy(dev->dv_locators, args->locators,
1767 * <key>locators</key>
1822 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 39 milliseconds