/freebsd/sys/dev/pci/ |
H A D | pci_user.c | 80 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */ member 86 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */ member 208 && (strncmp(matches[i].pd_name, match_buf->pd_name, in pci_conf_match_native() 209 sizeof(match_buf->pd_name)) != 0)) in pci_conf_match_native() 274 && (strncmp(matches[i].pd_name, match_buf->pd_name, in pci_conf_match32() 275 sizeof(match_buf->pd_name)) != 0)) in pci_conf_match32() 320 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */ member 326 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */ member 355 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */ member 361 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */ member [all …]
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zprop_common.c | 109 ASSERT(pd->pd_name == NULL || pd->pd_name == name); in zprop_register_impl() 113 pd->pd_name = name; in zprop_register_impl() 191 return (strcmp(p1->pd_name, p2->pd_name)); in zprop_compare() 250 const char *propname = prop_entry->pd_name; in propname_match()
|
H A D | zpool_prop.c | 212 return (zpool_prop_table[prop].pd_name); in zpool_prop_to_name() 523 return (vdev_prop_table[prop].pd_name); in vdev_prop_to_name()
|
H A D | zfs_prop.c | 966 return (zfs_prop_table[prop].pd_name); in zfs_prop_to_name()
|
/freebsd/sys/sys/ |
H A D | pciio.h | 78 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */ member 84 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */ member
|
H A D | pmc.h | 687 char pd_name[PMC_NAME_MAX]; /* name */ member
|
/freebsd/usr.sbin/pciconf/ |
H A D | pciconf.c | 266 *p->pd_name ? p->pd_name : "none", in list_devs() 267 *p->pd_name ? (int)p->pd_unit : in list_devs() 280 *p->pd_name ? p->pd_name : "none", in list_devs() 281 *p->pd_name ? (int)p->pd_unit : in list_devs() 941 if ((size_t)(cp - name) + 1 > sizeof(patterns[0].pd_name)) in getdevice() 943 memcpy(patterns[0].pd_name, name, cp - name); in getdevice()
|
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_amd.c | 65 .pd_name = "", \ 489 ri, cpu, pd->pm_descr.pd_name)); in amd_start_pmc() 519 __LINE__, ri, cpu, pd->pm_descr.pd_name)); in amd_stop_pmc() 663 strlcpy(pi->pm_name, pd->pm_descr.pd_name, sizeof(pi->pm_name)); in amd_describe() 857 snprintf(amd_pmcdesc[i].pm_descr.pd_name, PMC_NAME_MAX, "K8-%d", in pmc_amd_initialize()
|
H A D | hwpmc_tsc.c | 51 .pd_name = "TSC", 124 strlcpy(pi->pm_name, pd->pm_descr.pd_name, sizeof(pi->pm_name)); in tsc_describe()
|
H A D | hwpmc_dmc620.c | 439 strlcpy(pi->pm_name, pd->pd_name, sizeof(pi->pm_name)); in CLASSDEP_FN4() 603 snprintf(dmc620_pmcdesc[0][i]->pd_descr.pd_name, 63, in pmc_dmc620_initialize_cd2() 662 snprintf(dmc620_pmcdesc[1][i]->pd_descr.pd_name, 63, in pmc_dmc620_initialize_c()
|
H A D | hwpmc_soft.c | 57 .pd_name = #N, \ 170 strlcpy(pi->pm_name, pd->pm_descr.pd_name, sizeof(pi->pm_name)); in soft_describe()
|
H A D | hwpmc_cmn600.c | 574 strlcpy(pi->pm_name, pd->pd_name, sizeof(pi->pm_name)); in cmn600_describe() 767 snprintf(cmn600_pmcdesc[i]->pd_descr.pd_name, 63, in pmc_cmn600_initialize()
|
/freebsd/tools/tools/dmardump/ |
H A D | dmardump.c | 120 if (conf->pd_name[0] != '\0') in dump_context_table() 121 printf(" (%s%lu)", conf->pd_name, in dump_context_table()
|
/freebsd/stand/common/ |
H A D | isapnp.h | 265 char *pd_name; member
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | zfs_prop.h | 69 const char *pd_name; /* human-readable property name */ member
|
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/ |
H A D | ioctl.c | 498 p->pd_name, p->pd_propnum, typetable[p->pd_proptype], in py_get_proptable() 503 PyDict_SetItemString(d, p->pd_name, tuple); in py_get_proptable()
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_passthru.c | 858 if ((size_t)(cp - name) + 1 > sizeof(patterns[0].pd_name)) { in passthru_lookup_pptdev() 862 memcpy(patterns[0].pd_name, name, cp - name); in passthru_lookup_pptdev()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_sysfs.c | 559 const char *name = data->p2k_table[prop].pd_name; in zprop_to_kobj()
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 6066 props[count++] = pd->pd_name; in allow_usage()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 8104 <var-decl name='pd_name' type-id='80f4b756' visibility='default'/>
|