| /illumos-gate/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) argument 482 if (asz < sizeof (pfexec_arg_t) || pap->pfa_vers != PFEXEC_ARG_VERS) {
|
| /illumos-gate/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, argument 503 if (asz < sizeof (pkgcmd_t)) {
|
| /illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
| H A D | sbd.c | 2235 int asz; local 2295 asz = strlen(ilu->ilu_meta_fname) + 1; 2298 sizeof (sbd_lu_t) + sizeof (sbd_pgr_t) + asz, 0);
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | evchannels.c | 1924 size_t asz = 0; local 1944 if ((err = nvlist_size(attr, &asz, NV_ENCODE_NATIVE)) != 0) { 1948 evp = sysevent_evc_alloc(class, subclass, pub, pub_sz, asz, km_flags); 1960 err = nvlist_pack(attr, &patt, &asz, NV_ENCODE_NATIVE, 2086 size_t asz; local 2090 asz = *plsize = SE_SIZE(ev) - aoff; 2091 return (asz ? attrp : NULL);
|
| /illumos-gate/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_ctf.c | 1158 size_t asz, bsz; local 1168 (asz = mdb_ctf_type_size(a)) == -1UL || 1172 asz != bsz || akind != bkind) {
|
| /illumos-gate/usr/src/uts/i86pc/os/ |
| H A D | cmi_hw.c | 459 #define CMI_PCII_MATCH(ent, b, d, f, r, asz) \ 462 (ent)->pcii_asize == (asz)) 472 pcii_addent(int bus, int dev, int func, int reg, uint32_t val, int asz) argument 483 if (CMI_PCII_MATCH(hep, bus, dev, func, reg, asz)) 495 hep->pcii_asize = asz; 515 pcii_lookup(int bus, int dev, int func, int reg, int asz, uint32_t *valp) argument 525 if (CMI_PCII_MATCH(hep, bus, dev, func, reg, asz)) { 537 pcii_rment(int bus, int dev, int func, int reg, int asz) argument 546 if (CMI_PCII_MATCH(hep, bus, dev, func, reg, asz)) { 1824 cmi_pci_get_cmn(int bus, int dev, int func, int reg, int asz, argument 1911 cmi_pci_put_cmn(int bus, int dev, int func, int reg, int asz, ddi_acc_handle_t hdl, uint32_t val) argument [all...] |
| /illumos-gate/usr/src/uts/common/io/comstar/stmf/ |
| H A D | stmf.c | 1792 uint32_t sz, minsz, xd_sz, asz; local 1838 asz = xd_sz + sizeof (*xd) - 4; 1839 xd = (stmf_xfer_data_t *)kmem_zalloc(asz, KM_NOSLEEP); 1847 xd->alloc_size = asz; 5558 uint32_t sz, asz, nports = 0, nports_standby = 0; local 5578 asz = sz + sizeof (*xd) - 4; 5579 xd = (stmf_xfer_data_t *)kmem_zalloc(asz, KM_NOSLEEP); 5584 xd->alloc_size = asz;
|
| /illumos-gate/usr/src/cmd/mandoc/ |
| H A D | roff.c | 3041 size_t asz, rsz; local 3089 asz = ie > ib ? ie - ib : 0; /* for blanks */ 3092 asz++; 3094 asz += 3; 3097 if (asz != 3) { 3111 if (asz < 3) 3112 memmove(cp + asz, cp + 3, rsz); 3119 buf->sz += asz - 3; 3129 if (asz > 3) 3130 memmove(cp + asz, c [all...] |
| /illumos-gate/usr/src/cmd/cpio/ |
| H A D | cpio.c | 8741 int asz; local 8815 asz = strlen(xattrapath); 8816 if ((asz + parentfilelen + 2) < namelen) { 8826 xattrapath[asz] = '/';
|