Searched refs:attrp (Results 26 - 50 of 85) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/sys/
H A Ddma_engine.h148 int ddi_dmae_getattr(dev_info_t *dip, ddi_dma_attr_t *attrp);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c108 CK_ATTRIBUTE_INFO_PTR attrp; local
120 attrp = old_object->extra_attrlistp;
121 while (attrp) {
128 rv = soft_copy_extra_attr(attrp, new_objp);
134 attrp = attrp->next;
1069 CK_ATTRIBUTE_INFO_PTR attrp; local
1074 attrp = new->extra_attrlistp;
1075 while (attrp) {
1076 rv = soft_copy_extra_attr(attrp, ol
[all...]
H A DsoftAttributeUtil.c450 CK_ATTRIBUTE_INFO_PTR attrp; local
453 attrp = calloc(1, sizeof (attribute_info_t));
454 if (attrp == NULL) {
459 attrp->attr.type = template->type;
460 attrp->attr.ulValueLen = template->ulValueLen;
465 attrp->attr.pValue = malloc(template->ulValueLen);
466 if (attrp->attr.pValue == NULL) {
467 free(attrp);
471 (void) memcpy(attrp->attr.pValue, template->pValue,
474 attrp
540 CK_ATTRIBUTE_INFO_PTR attrp; local
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c357 CK_ATTRIBUTE_INFO_PTR attrp; local
360 attrp = calloc(1, sizeof (attribute_info_t));
361 if (attrp == NULL) {
366 attrp->attr.type = template->type;
367 attrp->attr.ulValueLen = template->ulValueLen;
372 attrp->attr.pValue = malloc(template->ulValueLen);
373 if (attrp->attr.pValue == NULL) {
374 free(attrp);
378 (void) memcpy(attrp->attr.pValue, template->pValue,
381 attrp
406 CK_ATTRIBUTE_INFO_PTR attrp; local
[all...]
H A DkernelObjectUtil.c110 CK_ATTRIBUTE_INFO_PTR attrp; local
120 attrp = old_object->extra_attrlistp;
121 while (attrp) {
128 rv = kernel_copy_extra_attr(attrp, new_objp);
134 attrp = attrp->next;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_attr.c437 nfs4_fattr4_free(fattr4 *attrp) argument
450 attrp->attrmask = 0;
452 if (attrp->attrlist4) {
453 kmem_free(attrp->attrlist4, attrp->attrlist4_len);
454 attrp->attrlist4 = NULL;
455 attrp->attrlist4_len = 0;
H A Dnfs3_xdr.c877 wcc_attr *attrp; local
889 attrp = &objp->before.attr;
892 IXDR_GET_U_HYPER(ptr, attrp->size);
893 attrp->mtime.seconds = IXDR_GET_U_INT32(ptr);
894 attrp->mtime.nseconds = IXDR_GET_U_INT32(ptr);
895 attrp->ctime.seconds = IXDR_GET_U_INT32(ptr);
896 attrp->ctime.nseconds = IXDR_GET_U_INT32(ptr);
898 if (!xdr_u_longlong_t(xdrs, &attrp->size))
900 if (!xdr_u_int(xdrs, &attrp->mtime.seconds))
902 if (!xdr_u_int(xdrs, &attrp
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c473 tsol_ire_gw_secattr_t *attrp = NULL; local
496 MATCH_IRE_SECATTR, IRR_ALLOCATE, 0, ipst, NULL, &attrp,
515 * ire_route_recursive gives us the first attrp it finds
522 if (attrp == NULL || attrp->igsa_rhc == NULL ||
523 attrp->igsa_rhc->rhc_tpc->tpc_tp.host_type == UNLABELED) {
976 tsol_ire_gw_secattr_t *attrp = NULL; local
1007 MATCH_IRE_SECATTR, IRR_ALLOCATE, 0, ipst, NULL, &attrp,
1025 * ire_route_recursive gives us the first attrp it finds
1032 if (attrp
[all...]
H A Dspdsock.c812 struct spd_attribute *attrp, *endattrp; local
849 attrp = (struct spd_attribute *)(&sactp[1]);
851 for (; attrp < endattrp; attrp++) {
852 switch (attrp->spd_attr_tag) {
861 attrp = endattrp;
876 if (!spd_convert_type(attrp->spd_attr_value, &act)) {
888 attrp->spd_attr_value |= SPD_APPLY_UNIQUE;
890 if (!spd_convert_flags(attrp->spd_attr_value, &act)) {
897 if (attrp
[all...]
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetexecattr.c204 arg.key.attrp = &(_priv_exec);
287 _priv_execattr *_priv_exec = (_priv_execattr *)(argp->key.attrp);
389 _priv_execattr *_priv_exec = (_priv_execattr *)(argp->key.attrp);
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dfstyp.c63 int fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attrp);
112 fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attrp) argument
128 *attrp = h->attr;
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_dma.c272 ddi_dma_attr_t *attrp = PX_DEV_ATTR(mp); local
273 uint64_t hi = attrp->dma_attr_addr_hi;
274 uint64_t lo = attrp->dma_attr_addr_lo;
275 uint64_t align = attrp->dma_attr_align;
276 uint64_t nocross = attrp->dma_attr_seg;
277 uint64_t count_max = attrp->dma_attr_count_max;
279 DBG(DBG_DMA_ALLOCH, px_p->px_dip, "attrp=%p cntr_max=%x.%08x\n",
280 attrp, HI32(count_max), LO32(count_max));
288 if (attrp->dma_attr_flags & DDI_DMA_FORCE_PHYSICAL) { /* BYPASS */
305 ret = px_lib_dma_bypass_rngchk(px_p->px_dip, attrp,
[all...]
H A Dpx_dma.h164 #define PX_DMA_BADPTP(pfn, attrp) \
165 ((IOMMU_PTOB(pfn) < attrp->dma_attr_addr_lo) || \
166 (IOMMU_PTOB(pfn) > attrp->dma_attr_addr_hi))
H A Dpx_var.h162 px_dma_allochdl(dev_info_t *dip, dev_info_t *rdip, ddi_dma_attr_t *attrp,
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.h119 ddi_dma_attr_t *attrp, struct ddi_dma_req *dmareq,
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_phys.c1118 get_scan_results(void *arg, dladm_wlan_attr_t *attrp) argument
1128 (void) dladm_wlan_essid2str(&attrp->wa_essid, essid_name);
1129 (void) dladm_wlan_bssid2str(&attrp->wa_bssid, bssid_name);
1130 (void) dladm_wlan_strength2str(&attrp->wa_strength, strength);
1147 s->nwamd_wifi_scan_curr[index].nww_security_mode = attrp->wa_secmode;
1148 s->nwamd_wifi_scan_curr[index].nww_speed = attrp->wa_speed;
1149 s->nwamd_wifi_scan_curr[index].nww_channel = attrp->wa_channel;
1150 s->nwamd_wifi_scan_curr[index].nww_bsstype = attrp->wa_bsstype;
1524 do_connect(uint32_t link_id, dladm_wlan_attr_t *attrp, dladm_wlan_key_t *key, argument
1531 status = dladm_wlan_connect(dld_handle, link_id, attrp,
[all...]
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c1501 struct vattr *attrp; local
1551 attrp = dv->dv_attr;
1553 if (VATTRP_MP_CMP(attrp, mp) == 0) {
1555 "%d %d 0%o\n", nm, attrp->va_uid,
1556 attrp->va_gid, attrp->va_mode));
1561 old_uid = attrp->va_uid;
1562 old_gid = attrp->va_gid;
1563 old_mode = attrp->va_mode;
1565 VATTRP_MP_MERGE(attrp, m
[all...]
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c80 int fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attrp);
123 fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attrp) argument
139 *attrp = h->attr;
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_dma.h187 #define PCI_DMA_BADPTP(pfn, attrp) \
188 ((IOMMU_PTOB(pfn) < attrp->dma_attr_addr_lo) || \
189 (IOMMU_PTOB(pfn) > attrp->dma_attr_addr_hi))
H A Dpci_var.h222 pci_dma_allochdl(dev_info_t *dip, dev_info_t *rdip, ddi_dma_attr_t *attrp,
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c429 ddi_dma_attr_t *attrp = DEV_ATTR(mp); local
430 uint64_t hi = attrp->dma_attr_addr_hi;
431 uint64_t lo = attrp->dma_attr_addr_lo;
432 uint64_t align = attrp->dma_attr_align;
433 uint64_t nocross = attrp->dma_attr_seg;
434 uint64_t count_max = attrp->dma_attr_count_max;
436 DEBUG3(DBG_DMA_ALLOCH, pci_p->pci_dip, "attrp=%p cntr_max=%x.%08x\n",
437 attrp, HI32(count_max), LO32(count_max));
445 if (attrp->dma_attr_flags & DDI_DMA_FORCE_PHYSICAL) { /* BYPASS */
508 mp->dmai_minxfer = attrp
[all...]
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetexecattr.c363 _priv_execattr *_priv_exec = (_priv_execattr *)(argp->key.attrp);
419 _priv_execattr *_priv_exec = (_priv_execattr *)(argp->key.attrp);
489 _priv_execattr *_priv_exec = (_priv_execattr *)(argp->key.attrp);
543 _priv_execattr *_priv_exec = (_priv_execattr *)(argp->key.attrp);
/illumos-gate/usr/src/uts/common/io/
H A Dcpc.c574 kcpc_attr_t *attrp; local
730 attrp = &set->ks_req[i].kr_attr[j];
736 (void) strncpy(attrp->ka_name,
741 &(attrp->ka_val)) == EINVAL)
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfx_private.h53 size_t length, ddi_device_acc_attr_t *attrp);
/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c142 int fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attrp);
181 fstyp_mod_get_attr(fstyp_mod_handle_t handle, nvlist_t **attrp) argument
197 *attrp = h->attr;

Completed in 165 milliseconds

1234