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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_policy.c117 ASSERT(policy_desc->pd_name != NULL);
118 if (strncmp(module_name, policy_desc->pd_name,
123 kmem_free(policy_desc->pd_name,
124 strlen(policy_desc->pd_name) + 1);
159 strncmp(policy_desc->pd_name, name, MAXNAMELEN) == 0 &&
164 kmem_free(policy_desc->pd_name,
165 strlen(policy_desc->pd_name) + 1);
194 ASSERT(policy_desc->pd_name != NULL);
195 if (strncmp(module_name, policy_desc->pd_name,
222 strncmp(policy_desc->pd_name, nam
[all...]
H A Dkcf_prov_tabs.c494 if (desc->pd_name != NULL) {
495 kmem_free(desc->pd_name, strlen(desc->pd_name) + 1);
528 ASSERT(prov_desc->pd_name != NULL);
529 if (strncmp(module_name, prov_desc->pd_name,
561 ASSERT(prov_desc->pd_name != NULL);
562 if (strncmp(prov_desc->pd_name, name,
693 (strncmp(prov_desc->pd_name, name,
723 (strncmp(prov_desc->pd_name, name,
H A Dkcf_cryptoadm.c267 if (strncmp(prov1->pd_name, prov2->pd_name,
329 (void) strncpy(p[j].le_dev_name, pd->pd_name, MAXNAMELEN);
871 is_mech_disabled_byname(crypto_provider_type_t prov_type, char *pd_name, argument
882 policy = kcf_policy_lookup_by_name(pd_name);
889 policy = kcf_policy_lookup_by_dev(pd_name, pd_instance);
926 provider->pd_name, provider->pd_instance, name));
951 pd->pd_name, pd->pd_instance, name);
/illumos-gate/usr/src/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:__anon2044
H A Dzpool_prop.c151 return (zpool_prop_table[prop].pd_name);
H A Dzfs_prop.c615 return (zfs_prop_table[prop].pd_name);
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A DsymintHdr.h106 #define SYMBOL_NAME(sym_p) (sym_p)->ps_dbg.pd_name
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dimpl.c157 if (desc.pd_name == NULL)
158 mdb_printf("pd_name:\t\t NULL\n");
159 else if (mdb_readstr(string, MAXNAMELEN + 1, (uintptr_t)desc.pd_name)
161 mdb_warn("could not read pd_name from %X\n", desc.pd_name);
163 mdb_printf("pd_name:\t\t%s\n", string);
267 (uintptr_t)desc.pd_name);
517 if (desc.pd_name == NULL)
519 else if (mdb_readstr(name, MAXNAMELEN, (uintptr_t)desc.pd_name)
521 mdb_printf("could not read pd_name fro
[all...]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlflow_impl.h49 char *pd_name; member in struct:fprop_desc
H A Dpropfuncs.c530 if (strcasecmp(prop_name, prop_tbl->pt_table[i].pd_name) == 0)
634 (strcasecmp(prop_name, pdp->pd_name) != 0))
648 *errprop = pdp->pd_name;
673 if (strcasecmp(prop_name, pdp->pd_name) != 0)
677 *errprop = pdp->pd_name;
H A Dlinkprop.c175 char *pd_name; member in struct:prop_desc
1004 (strcasecmp(prop_name, pdp->pd_name) != 0))
1068 strcasecmp(prop_name, pdp->pd_name) != 0)
1111 if (func(handle, linkid, prop_table[i].pd_name, arg) ==
1149 if (strcasecmp(prop_name, prop_table[i].pd_name) == 0)
1281 if (strcasecmp(prop_name, pdp->pd_name) == 0)
1494 status = i_dladm_get_public_prop(handle, linkid, pdp->pd_name, flags,
1595 status = i_dladm_get_public_prop(handle, linkid, pdp->pd_name, flags,
1759 if (strcmp(pdp->pd_name, "cpus-effective") == 0) {
1938 if (strcmp(pdp->pd_name, "poo
[all...]
H A Dflowprop.c129 if (func(arg, prop_table[i].pd_name) != DLADM_WALK_CONTINUE)
451 prop_table[j].pd_name) == 0)
510 if (strcasecmp(aip->ai_name, pdp->pd_name) != 0)
/illumos-gate/usr/src/boot/sys/boot/common/
H A Disapnp.h273 char *pd_name; member in struct:pnp_device
/illumos-gate/usr/src/lib/libpcidb/common/
H A Dpcidb.c83 char pd_name[PCI_NAME_MAX]; member in struct:pcidb_device
194 (void) strlcpy(d->pd_name, buf, PCI_NAME_MAX);
462 return (d->pd_name);
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dioctl.c497 p->pd_name, p->pd_propnum, typetable[p->pd_proptype],
502 PyDict_SetItemString(d, p->pd_name, tuple);
/illumos-gate/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c235 prov_desc->pd_name = kmem_alloc(strlen(name) + 1, KM_SLEEP);
236 (void) strcpy(prov_desc->pd_name, name);
330 prov_desc->pd_name, "provider_stats");
333 prov_desc->pd_name, prov_desc->pd_instance,
/illumos-gate/usr/src/uts/common/sys/
H A Dpcmcia.h370 char pd_name[16]; member in struct:pcm_device_node
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h196 * pd_name: Device name or module name
228 char *pd_name; member in struct:kcf_provider_desc
376 * pd_name: Device name or module name.
385 char *pd_name; member in struct:kcf_policy_desc
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c4780 props[count++] = pd->pd_name;

Completed in 116 milliseconds