Searched refs:uc_size (Results 1 - 15 of 15) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libproc/common/
H A DPstack.c183 if (ucl->uc_nelems == ucl->uc_size) {
184 new_size = ucl->uc_size ? ucl->uc_size * 2 : 16;
190 ucl->uc_size = new_size;
250 ucl->uc_size = P->ucnelems;
258 ucl->uc_size = 0;
H A DPstack.h45 uint_t uc_size; /* actual size of array */ member in struct:__anon4152
/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Ducredsys.c115 err = copyout(uc, buf, uc->uc_size);
117 kmem_free(uc, uc->uc_size);
177 err = copyout(uc, ubuf, uc->uc_size);
179 kmem_free(uc, uc->uc_size);
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Ducred.h62 uint32_t uc_size; /* Size of the full structure */ member in struct:ucred_s
/opensolaris-onvv-gate/usr/src/ucblib/librpcsoc/
H A Dsvc_udp.c338 uint32_t uc_size; /* size of cache */ member in struct:udp_cache
354 su_data(transp)->su_cache)->uc_size))
378 uc->uc_size = size;
467 uc->uc_nextvictim %= uc->uc_size;
/opensolaris-onvv-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_hw.c358 sc->sc_fw.uc_size = LE_32(h->uc_size);
403 sc->sc_fw.uc_base, sc->sc_fw.uc_size);
H A Dipw2100_impl.h90 size_t uc_size; member in struct:ipw2100_firmware
327 uint32_t uc_size; member in struct:ipw2100_firmware_hdr
/opensolaris-onvv-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_hw.c266 sc->sc_fw.uc_size = sizeof (ipw2200_ucode_bin) - sizeof (struct header);
275 sc->sc_fw.boot_size, sc->sc_fw.uc_size, sc->sc_fw.fw_size));
H A Dipw2200_impl.h79 size_t uc_size; member in struct:ipw2200_firmware
H A Dipw2200.c1080 err = ipw2200_load_uc(sc, sc->sc_fw.uc_base, sc->sc_fw.uc_size);
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Ducred.c80 r->uc_size = (uint32_t)sz;
/opensolaris-onvv-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c658 uint32_t uc_size; /* size of cache */ member in struct:cl_cache
673 get_svc_dg_data(transp)->su_cache)->uc_size))
715 uc->uc_size = size;
856 uc->uc_nextvictim %= uc->uc_size;
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dcred.c956 uc->uc_size = realsz;
/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dexpound.c3654 sz = Pread(Proc, uc, uc->uc_size, offset);
3657 * A new uc_size is read, it could be smaller than the previously
3660 if (sz >= sizeof (ucred_t) && sz >= uc->uc_size) {
/opensolaris-onvv-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1700 err = copyout(res, uch, res->uc_size);
1702 kmem_free(res, res->uc_size);

Completed in 277 milliseconds