Home
last modified time | relevance | path

Searched refs:asz (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/i86pc/os/
H A Dcmi_hw.c459 #define CMI_PCII_MATCH(ent, b, d, f, r, asz) \ argument
462 (ent)->pcii_asize == (asz))
472 pcii_addent(int bus, int dev, int func, int reg, uint32_t val, int asz) in pcii_addent() argument
483 if (CMI_PCII_MATCH(hep, bus, dev, func, reg, asz)) in pcii_addent()
495 hep->pcii_asize = asz; in pcii_addent()
515 pcii_lookup(int bus, int dev, int func, int reg, int asz, uint32_t *valp) in pcii_lookup() argument
525 if (CMI_PCII_MATCH(hep, bus, dev, func, reg, asz)) { in pcii_lookup()
537 pcii_rment(int bus, int dev, int func, int reg, int asz) in pcii_rment() argument
546 if (CMI_PCII_MATCH(hep, bus, dev, func, reg, asz)) { in pcii_rment()
1824 cmi_pci_get_cmn(int bus, int dev, int func, int reg, int asz, in cmi_pci_get_cmn() argument
[all …]
/titanic_41/usr/src/cmd/pfexecd/
H A Dpfexecd.c477 callback(void *cookie, char *argp, size_t asz, door_desc_t *dp, uint_t ndesc) in callback() argument
482 if (asz < sizeof (pfexec_arg_t) || pap->pfa_vers != PFEXEC_ARG_VERS) { in callback()
/titanic_41/usr/src/uts/common/os/
H A Devchannels.c1926 size_t asz = 0; in sysevent_evc_publish() local
1946 if ((err = nvlist_size(attr, &asz, NV_ENCODE_NATIVE)) != 0) { in sysevent_evc_publish()
1950 evp = sysevent_evc_alloc(class, subclass, pub, pub_sz, asz, km_flags); in sysevent_evc_publish()
1962 err = nvlist_pack(attr, &patt, &asz, NV_ENCODE_NATIVE, in sysevent_evc_publish()
2088 size_t asz; in sysevent_evc_event_attr() local
2092 asz = *plsize = SE_SIZE(ev) - aoff; in sysevent_evc_event_attr()
2093 return (asz ? attrp : NULL); in sysevent_evc_event_attr()
/titanic_41/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c490 pkg_door_srv(void *cookie, char *argp, size_t asz, door_desc_t *dp, in pkg_door_srv() argument
503 if (asz < sizeof (pkgcmd_t)) { in pkg_door_srv()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1140 size_t asz, bsz; in type_equals() local
1150 (asz = mdb_ctf_type_size(a)) == -1UL || in type_equals()
1154 asz != bsz || akind != bkind) { in type_equals()
/titanic_41/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c1792 uint32_t sz, minsz, xd_sz, asz; in stmf_ic_rx_scsi_data() local
1838 asz = xd_sz + sizeof (*xd) - 4; in stmf_ic_rx_scsi_data()
1839 xd = (stmf_xfer_data_t *)kmem_zalloc(asz, KM_NOSLEEP); in stmf_ic_rx_scsi_data()
1847 xd->alloc_size = asz; in stmf_ic_rx_scsi_data()
5561 uint32_t sz, asz, nports = 0, nports_standby = 0; in stmf_prepare_tpgs_data() local
5581 asz = sz + sizeof (*xd) - 4; in stmf_prepare_tpgs_data()
5582 xd = (stmf_xfer_data_t *)kmem_zalloc(asz, KM_NOSLEEP); in stmf_prepare_tpgs_data()
5587 xd->alloc_size = asz; in stmf_prepare_tpgs_data()
/titanic_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c2235 int asz; in sbd_import_lu() local
2295 asz = strlen(ilu->ilu_meta_fname) + 1; in sbd_import_lu()
2298 sizeof (sbd_lu_t) + sizeof (sbd_pgr_t) + asz, 0); in sbd_import_lu()
/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c8741 int asz; in read_xattr_hdr() local
8815 asz = strlen(xattrapath); in read_xattr_hdr()
8816 if ((asz + parentfilelen + 2) < namelen) { in read_xattr_hdr()
8826 xattrapath[asz] = '/'; in read_xattr_hdr()