Searched refs:uc_size (Results 1 – 15 of 15) sorted by relevance
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Pstack.c | 183 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 D | Pstack.h | 45 uint_t uc_size; /* actual size of array */ member
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | ucredsys.c | 115 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 D | svc_udp.c | 338 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 D | ipw2100_hw.c | 358 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 D | ipw2100_impl.h | 90 size_t uc_size; member 327 uint32_t uc_size; member
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ucred.h | 62 uint32_t uc_size; /* Size of the full structure */ member
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | svc_dg.c | 659 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 D | ipw2200_hw.c | 266 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 D | ipw2200_impl.h | 79 size_t uc_size; member
|
H A D | ipw2200.c | 1080 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 D | ucred.c | 80 r->uc_size = (uint32_t)sz; in _ucred_alloc()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | cred.c | 952 uc->uc_size = realsz; in cred2ucred()
|
/titanic_50/usr/src/uts/common/fs/doorfs/ |
H A D | door_sys.c | 1700 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 D | expound.c | 3680 sz = Pread(Proc, uc, uc->uc_size, offset); in show_ucred() 3686 if (sz >= sizeof (ucred_t) && sz >= uc->uc_size) { in show_ucred()
|