Searched defs:count (Results 1 - 4 of 4) sorted by relevance

/k10sensor/src/
H A Dk10sensor_link.c56 uint_t count; /* number of node type registration */ member in struct:_devfsadm_create_reg
H A Dk10sensor.c85 0, /* reference count */
119 int count = 1; local
126 count++;
130 return (count);
H A Dk10sensor_info.c223 int *count = (int *) list; local
233 *count += dumpIoctl(++name); /* need to remove leading / of /pci... */
243 int count; local
257 di_walk_minor(node, DDI_PSEUDO, DI_CHECK_ALIAS, &count, devfs_entry);
259 if (count > 0) {
284 count += dumpIoctl(dp->d_name);
288 return (count);
H A Dpciinspect.c126 loop(int count, pci_device_t *devices) { argument
148 for (i=0; i < count; i++) {
205 uint32_t vendorId, deviceId, val, count = 0; local
236 pci_device_t *tmp = realloc(devices, sizeof(pci_device_t) * (count+1));
239 devices[count] = dev;
240 count++;
246 if (count == 0) {
249 if (count == 1) {
252 fprintf(stdout, "%d devices found\n", count);
254 loop(count, device
[all...]

Completed in 9 milliseconds