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

1234

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c587 static void detail_fattr4(fattr4 *attrp);
2131 detail_fattr4(fattr4 *attrp) argument
2138 xdrmem_create(&attrxdr, attrp->attr_vals.attrlist4_val,
2139 attrp->attr_vals.attrlist4_len, XDR_DECODE);
2147 detail_attr_bitmap("", &attrp->attrmask, &provided);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c2559 ddi_dma_attr_t *attrp; local
2574 attrp = &((ddi_dma_impl_t *)handle)->dmai_attr;
2636 sdvma = dvma_alloc(domain, attrp, npgalloc,
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c2492 struct brand_attr *attrp; local
2495 attrp = kmem_alloc(sizeof (struct brand_attr), KM_SLEEP);
2496 if (copyin(brand, attrp, sizeof (struct brand_attr)) != 0) {
2497 kmem_free(attrp, sizeof (struct brand_attr));
2501 bp = brand_register_zone(attrp);
2502 kmem_free(attrp, sizeof (struct brand_attr));
H A Dsunddi.c6983 ddi_dma_attr_t *attrp = &hp->dmai_attr; local
7025 rval = i_ddi_mem_alloc(dip, attrp, length, sleepflag,
7029 rval = i_ddi_mem_alloc(dip, attrp, length, sleepflag,
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dddi_i86.c62 ddi_dmae_getattr(dev_info_t *dip, ddi_dma_attr_t *attrp) argument
65 (caddr_t *)attrp, 0));
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c7484 convert_to_old_stat(struct stat *FromStat, char *namep, char *attrp) argument
7504 (attrp == NULL) ? "" : gettext(" Attribute"),
7505 (attrp == NULL) ? "" : attrp);
7526 (attrp == NULL) ? "" : gettext(" Attribute"),
7527 (attrp == NULL) ? "" : attrp);
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_switch.c401 if ((ep = ap->key.attrp) != NULL && IS_GET_ALL(ep->search_flag))
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c10920 tsol_ire_gw_secattr_t *attrp; local
10937 if ((attrp = ire->ire_gw_secattr) != NULL) {
10938 mutex_enter(&attrp->igsa_lock);
10939 if ((gc = attrp->igsa_gc) != NULL) {
10944 mutex_exit(&attrp->igsa_lock);
11042 tsol_ire_gw_secattr_t *attrp; local
11059 if ((attrp = ire->ire_gw_secattr) != NULL) {
11060 mutex_enter(&attrp->igsa_lock);
11061 if ((gc = attrp->igsa_gc) != NULL) {
11066 mutex_exit(&attrp
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c3341 bofi_dma_allochdl(dev_info_t *dip, dev_info_t *rdip, ddi_dma_attr_t *attrp, argument
3355 return (save_bus_ops.bus_dma_allochdl(dip, rdip, attrp,
3379 retval = save_bus_ops.bus_dma_allochdl(dip, rdip, attrp, waitfp, arg,
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c5344 struct ddi_device_acc_attr *attrp,
5397 if ((ret = ddi_regs_map_setup(dip, i, basep, 0, 0, attrp, hp))
5343 gem_pci_regs_map_setup(dev_info_t *dip, uint32_t which, uint32_t mask, struct ddi_device_acc_attr *attrp, caddr_t *basep, ddi_acc_handle_t *hp) argument

Completed in 207 milliseconds

1234