Searched refs:pd_name (Results 1 - 20 of 20) sorted by relevance

/freebsd-10-stable/sys/dev/pci/
H A Dpci_user.c162 && (strncmp(matches[i].pd_name, match_buf->pd_name,
163 sizeof(match_buf->pd_name)) != 0))
207 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */ member in struct:pci_conf_old
213 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */ member in struct:pci_match_conf_old
242 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */ member in struct:pci_conf_old32
248 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */ member in struct:pci_match_conf_old32
333 && (strncmp(matches[i].pd_name, match_buf->pd_name,
334 sizeof(match_buf->pd_name)) !
[all...]
/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.h91 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */ member in struct:pci_conf32
97 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */ member in struct:pci_match_conf32
H A Dfreebsd32_ioctl.c294 strlcpy(pmc.pd_name, pmc32.pd_name, sizeof(pmc.pd_name));
325 strlcpy(pc32.pd_name, pc.pd_name, sizeof(pc32.pd_name));
/freebsd-10-stable/sys/sys/
H A Dpciio.h78 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */ member in struct:pci_conf
84 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */ member in struct:pci_match_conf
H A Dpmc.h648 char pd_name[PMC_NAME_MAX]; /* name */ member in struct:pmc_descr
/freebsd-10-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzprop_common.c81 ASSERT(pd->pd_name == NULL || pd->pd_name == name);
85 pd->pd_name = name;
154 return (strcmp(p1->pd_name, p2->pd_name));
212 const char *propname = prop_entry->pd_name;
H A Dzfs_prop.h65 const char *pd_name; /* human-readable property name */ member in struct:__anon6736
H A Dzpool_prop.c153 return (zpool_prop_table[prop].pd_name);
H A Dzfs_prop.c631 return (zfs_prop_table[prop].pd_name);
/freebsd-10-stable/sys/boot/common/
H A Disapnp.h273 char *pd_name; member in struct:pnp_device
/freebsd-10-stable/sys/dev/hwpmc/
H A Dhwpmc_amd.c66 .pd_name = "",
77 .pd_name = "",
88 .pd_name = "",
99 .pd_name = "",
574 ri, cpu, pd->pm_descr.pd_name));
611 __LINE__, ri, cpu, pd->pm_descr.pd_name));
722 if ((error = copystr(pd->pm_descr.pd_name, pi->pm_name,
953 (void) snprintf(amd_pmcdesc[i].pm_descr.pd_name,
954 sizeof(amd_pmcdesc[i].pm_descr.pd_name), "%s-%d",
H A Dhwpmc_tsc.c52 .pd_name = "TSC",
134 if ((error = copystr(pd->pm_descr.pd_name, pi->pm_name,
H A Dhwpmc_soft.c58 .pd_name = #N, \
173 if ((error = copystr(pd->pm_descr.pd_name, pi->pm_name,
H A Dhwpmc_ppro.c88 .pd_name ="P6-0",
101 .pd_name ="P6-1",
755 if ((error = copystr(pd->pm_descr.pd_name, pi->pm_name,
H A Dhwpmc_piv.c378 .pd_name = #N, \
1579 if ((error = copystr(pd->pm_descr.pd_name, pi->pm_name,
/freebsd-10-stable/tools/tools/dmardump/
H A Ddmardump.c123 if (conf->pd_name[0] != '\0')
124 printf(" (%s%lu)", conf->pd_name,
/freebsd-10-stable/usr.sbin/pciconf/
H A Dpciconf.c244 (p->pd_name && *p->pd_name) ? p->pd_name :
246 (p->pd_name && *p->pd_name) ? (int)p->pd_unit :
871 if ((size_t)(cp - name) + 1 > sizeof(patterns[0].pd_name))
873 memcpy(patterns[0].pd_name, name, cp - name);
/freebsd-10-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dioctl.c498 p->pd_name, p->pd_propnum, typetable[p->pd_proptype],
503 PyDict_SetItemString(d, p->pd_name, tuple);
/freebsd-10-stable/sys/sparc64/pci/
H A Dpsycho.c225 const char *pd_name; member in struct:psycho_desc
375 desc->pd_name, (u_int)PSYCHO_GCSR_IMPL(csr), ver, sc->sc_ign,
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c4823 props[count++] = pd->pd_name;

Completed in 318 milliseconds