Searched refs:pi_name (Results 1 – 14 of 14) sorted by relevance
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/common/zfs/ |
| HD | zprop_common.c | 98 while (idx_tbl && (idx_tbl++)->pi_name != NULL) in zprop_register_impl() 284 for (i = 0; idx_tbl[i].pi_name != NULL; i++) { in zprop_string_to_index() 285 if (strcmp(string, idx_tbl[i].pi_name) == 0) { in zprop_string_to_index() 310 for (i = 0; idx_tbl[i].pi_name != NULL; i++) { in zprop_index_to_string() 312 *string = idx_tbl[i].pi_name; in zprop_index_to_string() 416 for (i = 0; idx[i].pi_name != NULL; i++) { in zprop_width() 417 if (strlen(idx[i].pi_name) > ret) in zprop_width() 418 ret = strlen(idx[i].pi_name); in zprop_width()
|
| HD | zfs_prop.h | 60 const char *pi_name; member
|
| /freebsd-11-stable/stand/i386/libi386/ |
| HD | biospci.c | 53 const char *pi_name; member 306 if (ppi->pi_name != NULL) { in biospci_addinfo() 307 strcat(desc, ppi->pi_name); in biospci_addinfo()
|
| /freebsd-11-stable/sys/fs/pseudofs/ |
| HD | pseudofs.c | 318 vfs_mountedfrom(mp, pi->pi_name); in pfs_mount() 403 printf("%s registered\n", pi->pi_name); in pfs_init() 419 printf("%s unregistered\n", pi->pi_name); in pfs_uninit()
|
| HD | pseudofs_fileno.c | 118 printf("%s(): %s: ", __func__, pn->pn_info->pi_name); in pfs_fileno_alloc()
|
| HD | pseudofs.h | 194 char pi_name[PFS_FSNAMELEN]; member
|
| /freebsd-11-stable/usr.sbin/pmcstat/ |
| HD | pmcstat_log.h | 84 pmcstat_interned_string pi_name; /* display name */ member
|
| HD | pmcpl_callgraph.c | 501 pmcstat_string_unintern(cg->pcg_image->pi_name), in pmcstat_cgnode_topprint()
|
| HD | pmcpl_calltree.c | 533 pmcstat_string_unintern(ct->pct_image->pi_name)); in pmcpl_ct_node_printtop()
|
| HD | pmcstat_log.c | 766 image->pi_name = pmcstat_string_intern(endp); in pmcstat_image_get_elf_params()
|
| /freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/ |
| HD | ioctl.c | 487 for (j = 0; it[j].pi_name; j++) { in py_get_proptable() 489 it[j].pi_name, in py_get_proptable()
|
| /freebsd-11-stable/usr.sbin/bhyve/ |
| HD | pci_emul.h | 117 char pi_name[PI_NAMESZ]; member
|
| HD | pci_emul.c | 463 iop.name = pi->pi_name; in modify_bar_registration() 477 mr.name = pi->pi_name; in modify_bar_registration() 742 snprintf(pdi->pi_name, PI_NAMESZ, "%s-pci-%d", pde->pe_emu, slot); in pci_emul_init()
|
| /freebsd-11-stable/sys/compat/linprocfs/ |
| HD | linprocfs.c | 322 if (strcmp(fstype, pn->pn_info->pi_name) == 0) in linprocfs_domtab()
|