Searched refs:devi (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Dpack.c96 static int sameas(struct devi *, struct devi *);
107 struct devi *i;
138 struct devi *firststar, *i, **ip, *l, *p;
221 sameas(struct devi *i1, struct devi *i2)
239 struct devi **p, *i;
327 p1 = (*(const struct devi * const *)a)->i_pspec;
330 p2 = (*(const struct devi * const *)b)->i_pspec;
H A Ddefs.h212 struct devi *d_ihead; /* first instance, if any */
213 struct devi **d_ipp; /* used for tacking on more instances */
227 struct devi *d_ihead; /* first instance, if any */
228 struct devi **d_ipp; /* used for tacking on more instances */
235 * After everything has been read in and verified, the devi's are
241 struct devi { struct
246 TAILQ_ENTRY(devi) i_next; /* list of all instances */
247 struct devi *i_bsame; /* list on same base */
248 struct devi *i_asame; /* list on same base attachment */
249 struct devi *i_alia
[all...]
H A Dmkioconf.c130 n1 = (*(const struct devi * const *)a)->i_cfindex;
131 n2 = (*(const struct devi * const *)b)->i_cfindex;
362 struct devi **p, *i;
453 struct devi **p, *i;
474 struct devi *i;
H A Dsem.c78 static struct devi *newdevi(const char *, int, struct devbase *d);
79 static struct devi *getdevi(const char *);
80 static void remove_devi(struct devi *);
904 static struct devi *
907 struct devi *i;
938 struct devi *i; /* the new instance */
1083 struct devi *firsti, *i;
1120 remove_devi(struct devi *i)
1123 struct devi *f, *j, **ppi;
1141 * If the devi wa
[all...]
H A Dmain.c1029 struct devi *i;
1076 struct devi *pd;
1146 struct devi *i;
1496 struct devi *i;
1517 struct devi *i;
1566 struct devi *i = value;
1594 struct devi *i, *j = NULL;
1661 /* Look for a matching dead devi */
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/dtrace/
H A Dlockstat.c236 lockstat_attach(dev_info_t *devi, ddi_attach_cmd_t cmd) argument
247 if (ddi_create_minor_node(devi, "lockstat", S_IFCHR, 0,
251 ddi_remove_minor_node(devi, NULL);
258 ddi_report_dev(devi);
259 lockstat_devi = devi;
264 lockstat_detach(dev_info_t *devi, ddi_detach_cmd_t cmd) argument
278 ddi_remove_minor_node(devi, NULL);
H A Dsystrace.c234 systrace_attach(dev_info_t *devi, ddi_attach_cmd_t cmd) argument
248 if (ddi_create_minor_node(devi, "systrace", S_IFCHR, 0,
253 ddi_remove_minor_node(devi, NULL);
257 ddi_report_dev(devi);
258 systrace_devi = devi;
264 systrace_detach(dev_info_t *devi, ddi_detach_cmd_t cmd) argument
278 ddi_remove_minor_node(devi, NULL);
H A Dprofile.c439 profile_attach(dev_info_t *devi, ddi_attach_cmd_t cmd) argument
450 if (ddi_create_minor_node(devi, "profile", S_IFCHR, 0,
455 ddi_remove_minor_node(devi, NULL);
459 profile_max = ddi_getprop(DDI_DEV_T_ANY, devi, DDI_PROP_DONTPASS,
462 ddi_report_dev(devi);
463 profile_devi = devi;
468 profile_detach(dev_info_t *devi, ddi_detach_cmd_t cmd) argument
482 ddi_remove_minor_node(devi, NULL);
H A Dfasttrap.c2110 fasttrap_attach(dev_info_t *devi, ddi_attach_cmd_t cmd) argument
2123 if (ddi_create_minor_node(devi, "fasttrap", S_IFCHR, 0,
2125 ddi_remove_minor_node(devi, NULL);
2129 ddi_report_dev(devi);
2130 fasttrap_devi = devi;
2139 fasttrap_max = ddi_getprop(DDI_DEV_T_ANY, devi, DDI_PROP_DONTPASS,
2146 nent = ddi_getprop(DDI_DEV_T_ANY, devi, DDI_PROP_DONTPASS,
2194 fasttrap_detach(dev_info_t *devi, ddi_detach_cmd_t cmd) argument
2328 ddi_remove_minor_node(devi, NULL);
H A Ddtrace.c15170 dtrace_attach(dev_info_t *devi, ddi_attach_cmd_t cmd)
15189 if (ddi_create_minor_node(devi, DTRACEMNR_DTRACE, S_IFCHR,
15191 ddi_create_minor_node(devi, DTRACEMNR_HELPER, S_IFCHR,
15194 ddi_remove_minor_node(devi, NULL);
15202 ddi_report_dev(devi);
15203 dtrace_devi = devi;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dbwi.c5065 uint32_t devi = 0; local
5089 devi += PHY_READ(mac, 0x2d);
5092 return (devi);
5107 uint32_t devi; local
5111 devi = bwi_rf_lo_devi_measure(mac, 0);
5113 if (devi < devi_min) {
5114 devi_min = devi;
5282 uint32_t devi; local
5285 devi = bwi_rf_lo_devi_measure(mac, devi_ctrl);
5286 if (devi < devi_mi
[all...]

Completed in 375 milliseconds