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

/freebsd-11-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-11-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.c296 strlcpy(pmc.pd_name, pmc32.pd_name, sizeof(pmc.pd_name));
327 strlcpy(pc32.pd_name, pc.pd_name, sizeof(pc32.pd_name));
/freebsd-11-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.h665 char pd_name[PMC_NAME_MAX]; /* name */ member in struct:pmc_descr
/freebsd-11-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:__anon7801
H A Dzpool_prop.c159 return (zpool_prop_table[prop].pd_name);
H A Dzfs_prop.c643 return (zfs_prop_table[prop].pd_name);
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_amd.c66 .pd_name = "",
77 .pd_name = "",
88 .pd_name = "",
99 .pd_name = "",
110 .pd_name = "",
121 .pd_name = "",
695 ri, cpu, pd->pm_descr.pd_name));
736 __LINE__, ri, cpu, pd->pm_descr.pd_name));
861 if ((error = copystr(pd->pm_descr.pd_name, pi->pm_name,
1128 (void) snprintf(amd_pmcdesc[i].pm_descr.pd_name,
[all...]
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, \
1576 if ((error = copystr(pd->pm_descr.pd_name, pi->pm_name,
/freebsd-11-stable/stand/common/
H A Disapnp.h273 char *pd_name; member in struct:pnp_device
/freebsd-11-stable/tools/tools/dmardump/
H A Ddmardump.c123 if (conf->pd_name[0] != '\0')
124 printf(" (%s%lu)", conf->pd_name,
/freebsd-11-stable/usr.sbin/pciconf/
H A Dpciconf.c244 *p->pd_name ? p->pd_name :
246 *p->pd_name ? (int)p->pd_unit :
906 if ((size_t)(cp - name) + 1 > sizeof(patterns[0].pd_name))
908 memcpy(patterns[0].pd_name, name, cp - name);
/freebsd-11-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-11-stable/sys/sparc64/pci/
H A Dpsycho.c224 const char *pd_name; member in struct:psycho_desc
374 desc->pd_name, (u_int)PSYCHO_GCSR_IMPL(csr), ver, sc->sc_ign,
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c4888 props[count++] = pd->pd_name;

Completed in 348 milliseconds