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

/freebsd-9.3-release/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-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.h89 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */ member in struct:pci_conf32
95 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-9.3-release/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.h634 char pd_name[PMC_NAME_MAX]; /* name */ member in struct:pmc_descr
/freebsd-9.3-release/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:__anon6029
H A Dzpool_prop.c144 return (zpool_prop_table[prop].pd_name);
H A Dzfs_prop.c586 return (zfs_prop_table[prop].pd_name);
/freebsd-9.3-release/usr.sbin/pciconf/
H A Dpciconf.c237 (p->pd_name && *p->pd_name) ? p->pd_name :
239 (p->pd_name && *p->pd_name) ? (int)p->pd_unit :
672 if ((size_t)(cp - name) + 1 > sizeof(patterns[0].pd_name))
674 memcpy(patterns[0].pd_name, name, cp - name);
/freebsd-9.3-release/sys/boot/common/
H A Disapnp.h273 char *pd_name; member in struct:pnp_device
/freebsd-9.3-release/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));
721 if ((error = copystr(pd->pm_descr.pd_name, pi->pm_name,
952 (void) snprintf(amd_pmcdesc[i].pm_descr.pd_name,
953 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.c375 .pd_name = #N, \
1575 if ((error = copystr(pd->pm_descr.pd_name, pi->pm_name,
/freebsd-9.3-release/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-9.3-release/sys/sparc64/pci/
H A Dpsycho.c231 const char *pd_name; member in struct:psycho_desc
381 desc->pd_name, (u_int)PSYCHO_GCSR_IMPL(csr), ver, sc->sc_ign,
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c4647 props[count++] = pd->pd_name;

Completed in 247 milliseconds