storage 649 dev/ic/isp_target.c char storage[QENTRY_LEN]; storage 659 dev/ic/isp_target.c MEMZERO(storage, QENTRY_LEN); storage 662 dev/ic/isp_target.c na_fcentry_t *na = (na_fcentry_t *) storage; storage 665 dev/ic/isp_target.c MEMCPY(storage, arg, sizeof (isphdr_t)); storage 686 dev/ic/isp_target.c na_entry_t *na = (na_entry_t *) storage; storage 689 dev/ic/isp_target.c MEMCPY(storage, arg, sizeof (isphdr_t)); storage 704 dev/ic/isp_target.c ISP_TDQE(isp, "isp_notify_ack", (int) optr, storage); storage 161 kern/subr_extent.c extent_create(char *name, u_long start, u_long end, int mtype, caddr_t storage, storage 165 kern/subr_extent.c caddr_t cp = storage; storage 168 kern/subr_extent.c int fixed_extent = (storage != NULL); storage 182 kern/subr_extent.c if (fixed_extent == 0 && (storagesize != 0 || storage != NULL)) storage 192 kern/subr_extent.c bzero(storage, storagesize); storage 201 kern/subr_extent.c fex->fex_storage = storage; storage 595 kern/subr_pool.c pool_alloc_item_header(struct pool *pp, caddr_t storage, int flags) storage 603 kern/subr_pool.c ph = (struct pool_item_header *) (storage + pp->pr_phoffset); storage 1048 kern/subr_pool.c pool_prime_page(struct pool *pp, caddr_t storage, struct pool_item_header *ph) storage 1051 kern/subr_pool.c caddr_t cp = storage; storage 1066 kern/subr_pool.c ph->ph_page = storage;