/titanic_50/usr/src/uts/i86pc/os/ |
H A D | cmi_hw.c | 459 #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_50/usr/src/cmd/pfexecd/ |
H A D | pfexecd.c | 477 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_50/usr/src/uts/common/os/ |
H A D | evchannels.c | 1924 size_t asz = 0; in sysevent_evc_publish() local 1944 if ((err = nvlist_size(attr, &asz, NV_ENCODE_NATIVE)) != 0) { in sysevent_evc_publish() 1948 evp = sysevent_evc_alloc(class, subclass, pub, pub_sz, asz, km_flags); in sysevent_evc_publish() 1960 err = nvlist_pack(attr, &patt, &asz, NV_ENCODE_NATIVE, in sysevent_evc_publish() 2086 size_t asz; in sysevent_evc_event_attr() local 2090 asz = *plsize = SE_SIZE(ev) - aoff; in sysevent_evc_event_attr() 2091 return (asz ? attrp : NULL); in sysevent_evc_event_attr()
|
/titanic_50/usr/src/cmd/mandoc/ |
H A D | roff.c | 2659 size_t asz, rsz; in roff_userdef() local 2696 asz = 0; in roff_userdef() 2698 asz++; in roff_userdef() 2700 asz += 3; in roff_userdef() 2702 if (asz != 3) { in roff_userdef() 2716 if (asz < 3) in roff_userdef() 2717 memmove(cp + asz, cp + 3, rsz); in roff_userdef() 2724 buf->sz += asz - 3; in roff_userdef() 2734 if (asz > 3) in roff_userdef() 2735 memmove(cp + asz, cp + 3, rsz); in roff_userdef()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgserv/ |
H A D | pkgserv.c | 490 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_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 1142 size_t asz, bsz; in type_equals() local 1152 (asz = mdb_ctf_type_size(a)) == -1UL || in type_equals() 1156 asz != bsz || akind != bkind) { in type_equals()
|
/titanic_50/usr/src/uts/common/io/comstar/stmf/ |
H A D | stmf.c | 1792 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() 5559 uint32_t sz, asz, nports = 0, nports_standby = 0; in stmf_prepare_tpgs_data() local 5579 asz = sz + sizeof (*xd) - 4; in stmf_prepare_tpgs_data() 5580 xd = (stmf_xfer_data_t *)kmem_zalloc(asz, KM_NOSLEEP); in stmf_prepare_tpgs_data() 5585 xd->alloc_size = asz; in stmf_prepare_tpgs_data()
|
/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd.c | 2235 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_50/usr/src/cmd/cpio/ |
H A D | cpio.c | 8741 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()
|