Searched refs:dev_info (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/dtrace-118.1/test/tst/common/safety/
H A Dtst.ddi_pathname.d41 trace(ddi_pathname((struct dev_info *)rand(), rand()));
47 trace(ddi_pathname((struct dev_info *)arg1, rand()));
/macosx-10.9.5/dtrace-118.1/test/tst/common/funcs/
H A Dtst.ddi_pathname.d33 this->dev = (struct dev_info *)alloca(sizeof (struct dev_info));
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Dintoncpu.d53 this->devi = (struct dev_info *)arg0;
H A Dinttimes.d54 this->devi = (struct dev_info *)arg0;
/macosx-10.9.5/dtrace-118.1/DTTk/Cpu/
H A Dintoncpu.d53 this->devi = (struct dev_info *)arg0;
H A Dinttimes.d54 this->devi = (struct dev_info *)arg0;
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-bt-linux.c345 struct hci_dev_info dev_info; local
346 struct hci_dev_stats * s = &dev_info.stat;
347 dev_info.dev_id = handle->md.ifindex;
351 ret = ioctl(handle->fd, HCIGETDEVINFO, (void *)&dev_info);
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dserial.c845 if (dev_info (qsysdep->o, &sdevinfo) == -1)
847 ulog (LOG_ERROR, "dev_info: %s", strerror (errno));
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c4450 offsetof(struct dev_info, devi_minor));
4521 offsetof(struct dev_info, devi_node_state));
4528 offsetof(struct dev_info, devi_addr));
4549 offsetof(struct dev_info, devi_node_name));
4552 offsetof(struct dev_info, devi_parent));
/macosx-10.9.5/uucp-11/uucp/
H A Dconfigure3685 for ac_func in gettimeofday ftw glob dev_info getaddrinfo

Completed in 1229 milliseconds