Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libproc/common/
H A DPstack.c183 if (ucl->uc_nelems == ucl->uc_size) { in load_uclist()
184 new_size = ucl->uc_size ? ucl->uc_size * 2 : 16; in load_uclist()
190 ucl->uc_size = new_size; in load_uclist()
250 ucl->uc_size = P->ucnelems; in init_uclist()
258 ucl->uc_size = 0; in init_uclist()
H A DPstack.h45 uint_t uc_size; /* actual size of array */ member
/titanic_50/usr/src/uts/common/syscall/
H A Ducredsys.c115 err = copyout(uc, buf, uc->uc_size); in getpeerucred()
117 kmem_free(uc, uc->uc_size); in getpeerucred()
177 err = copyout(uc, ubuf, uc->uc_size); in ucred_get()
179 kmem_free(uc, uc->uc_size); in ucred_get()
/titanic_50/usr/src/ucblib/librpcsoc/
H A Dsvc_udp.c338 uint32_t uc_size; /* size of cache */ member
354 su_data(transp)->su_cache)->uc_size))
378 uc->uc_size = size;
467 uc->uc_nextvictim %= uc->uc_size;
/titanic_50/usr/src/uts/common/io/ipw/
H A Dipw2100_hw.c358 sc->sc_fw.uc_size = LE_32(h->uc_size); in ipw2100_cache_firmware()
403 sc->sc_fw.uc_base, sc->sc_fw.uc_size); in ipw2100_load_uc()
H A Dipw2100_impl.h90 size_t uc_size; member
327 uint32_t uc_size; member
/titanic_50/usr/src/uts/common/sys/
H A Ducred.h62 uint32_t uc_size; /* Size of the full structure */ member
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c659 uint32_t uc_size; /* size of cache */ member
674 get_svc_dg_data(transp)->su_cache)->uc_size))
716 uc->uc_size = size; in svc_dg_enablecache()
857 uc->uc_nextvictim %= uc->uc_size; in cache_set()
/titanic_50/usr/src/uts/common/io/iwi/
H A Dipw2200_hw.c266 sc->sc_fw.uc_size = sizeof (ipw2200_ucode_bin) - sizeof (struct header); in ipw2200_cache_firmware()
275 sc->sc_fw.boot_size, sc->sc_fw.uc_size, sc->sc_fw.fw_size)); in ipw2200_cache_firmware()
H A Dipw2200_impl.h79 size_t uc_size; member
H A Dipw2200.c1080 err = ipw2200_load_uc(sc, sc->sc_fw.uc_base, sc->sc_fw.uc_size); in ipw2200_init()
/titanic_50/usr/src/lib/libc/port/gen/
H A Ducred.c80 r->uc_size = (uint32_t)sz; in _ucred_alloc()
/titanic_50/usr/src/uts/common/os/
H A Dcred.c952 uc->uc_size = realsz; in cred2ucred()
/titanic_50/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1700 err = copyout(res, uch, res->uc_size); in door_ucred()
1702 kmem_free(res, res->uc_size); in door_ucred()
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c3680 sz = Pread(Proc, uc, uc->uc_size, offset); in show_ucred()
3686 if (sz >= sizeof (ucred_t) && sz >= uc->uc_size) { in show_ucred()