| /illumos-gate/usr/src/lib/libdladm/common/ |
| H A D | libdlib.c | 336 i_dladm_part_create(dladm_handle_t handle, dladm_part_attr_t *pattr) argument 343 ioc.ibdioc.ioc_linkid = pattr->dia_physlinkid; 345 ioc.ioc_partid = pattr->dia_partlinkid; 346 ioc.ioc_pkey = pattr->dia_pkey; 347 ioc.ibdioc.ioc_port_inst = pattr->dia_instance; 348 ioc.ioc_force_create = ((pattr->dia_flags & DLADM_OPT_FORCE) 356 * partition specified by pattr. 360 dladm_part_attr_t *pattr) 368 status = dladm_create_conf(handle, pname, pattr->dia_partlinkid, 377 status = dladm_datalink_id2info(handle, pattr 359 dladm_part_persist_conf(dladm_handle_t handle, const char *pname, dladm_part_attr_t *pattr) argument 434 dladm_part_attr_t pattr; local 618 dladm_part_attr_t pattr; local [all...] |
| /illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | mmd.c | 47 #include <sys/pattr.h> 307 if (mdb_pwalk("pattr", 404 if (mdb_pwalk("pattr", 719 if (mdb_pwalk("pattr", (mdb_walk_cb_t)pattr_print, &data, 743 pattr_t pattr; local 745 if (mdb_vread(&pattr, sizeof (pattr), addr) == -1) { 750 if (pattr.pat_magic != PATTR_MAGIC) 751 mdb_printf("Incorrect pattr magic number at %p\n", 766 pattr_t pattr; local 829 pattr_t pattr; local 855 pattr_t pattr; local [all...] |
| /illumos-gate/usr/src/uts/common/ipp/dscpmk/ |
| H A D | dscpmk.c | 29 #include <sys/pattr.h>
|
| /illumos-gate/usr/src/uts/common/io/sfxge/ |
| H A D | sfxge_tcp.c | 38 #include <sys/pattr.h>
|
| /illumos-gate/usr/src/uts/common/io/xge/drv/ |
| H A D | xgell.h | 60 #include <sys/pattr.h>
|
| /illumos-gate/usr/src/uts/intel/io/vmxnet3s/ |
| H A D | vmxnet3.h | 46 #include <sys/pattr.h>
|
| /illumos-gate/usr/src/uts/common/xen/io/ |
| H A D | xnbu.c | 42 #include <sys/pattr.h>
|
| H A D | xnbo.c | 50 #include <sys/pattr.h>
|
| /illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
| H A D | oce_impl.h | 56 #include <sys/pattr.h>
|
| /illumos-gate/usr/src/uts/common/io/myri10ge/drv/ |
| H A D | myri10ge_var.h | 59 #include <sys/pattr.h> /* for hw cksum stuff */
|
| /illumos-gate/usr/src/uts/common/dtrace/ |
| H A D | fasttrap.c | 1293 * If the pattr argument is non-NULL, this function instantiates the provider 1299 const dtrace_pattr_t *pattr) 1308 ASSERT(pattr != NULL); 1398 dtrace_register(provname, pattr, 1400 pattr == &pid_attr ? &pid_pops : &usdt_pops, new_fp, 1298 fasttrap_provider_lookup(pid_t pid, const char *name, const dtrace_pattr_t *pattr) argument
|
| /illumos-gate/usr/src/cmd/dladm/ |
| H A D | dladm.c | 3704 link_fields_buf_t pattr; local 3710 (void) snprintf(pattr.link_phys_device, 3711 sizeof (pattr.link_phys_device), "%s", dpa.dp_dev); 3712 (void) dladm_media2str(media, pattr.link_phys_media); 3717 (void) strlcpy(pattr.link_name, link, 3718 sizeof (pattr.link_name)); 3725 (void) strlcpy(pattr.link_name, dpa.dp_dev, 3726 sizeof (pattr.link_name)); 3730 (void) get_linkstate(pattr.link_name, islink, 3731 pattr [all...] |
| /illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
| H A D | t4_l2t.c | 28 #include <sys/pattr.h>
|
| /illumos-gate/usr/src/uts/common/io/hxge/ |
| H A D | hxge_impl.h | 333 #include <sys/pattr.h>
|
| /illumos-gate/usr/src/uts/common/io/ib/ibnex/ |
| H A D | ibnex_ioctl.c | 1088 ibdm_port_attr_t *pattr; local 1104 pattr = &hca_list->hl_port_attr[j]; 1105 for (k = 0; k < pattr->pa_npkeys; k++) { 1106 if (IBNEX_INVALID_PKEY(pattr->pa_pkey_tbl[k].
|
| /illumos-gate/usr/src/uts/common/io/rge/ |
| H A D | rge.h | 56 #include <sys/pattr.h>
|
| /illumos-gate/usr/src/uts/common/io/nge/ |
| H A D | nge.h | 45 #include <sys/pattr.h>
|
| /illumos-gate/usr/src/uts/common/io/i40e/ |
| H A D | i40e_sw.h | 51 #include <sys/pattr.h>
|
| /illumos-gate/usr/src/uts/common/io/igb/ |
| H A D | igb_sw.h | 60 #include <sys/pattr.h>
|
| /illumos-gate/usr/src/uts/common/io/ixgbe/ |
| H A D | ixgbe_sw.h | 61 #include <sys/pattr.h>
|
| /illumos-gate/usr/src/uts/common/inet/ip/ |
| H A D | ip6_output.c | 89 #include <sys/pattr.h>
|
| /illumos-gate/usr/src/uts/common/inet/ipf/ |
| H A D | ip_proxy.c | 68 # include <sys/pattr.h>
|
| /illumos-gate/usr/src/uts/common/io/bge/ |
| H A D | bge_impl.h | 66 #include <sys/pattr.h>
|
| /illumos-gate/usr/src/uts/common/io/bnxe/ |
| H A D | bnxe.h | 59 #include <sys/pattr.h>
|
| /illumos-gate/usr/src/uts/common/io/ib/clients/eoib/ |
| H A D | eib_ibt.c | 33 #include <sys/pattr.h> /* HCK_FULLCKSUM */
|