Searched refs:fmp (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/sun4u/opl/io/oplmsu/ |
H A D | oplmsu_ioctl_lrp.c | 55 mblk_t *hndl_mp, *nmp = NULL, *fmp = NULL; in oplmsu_lrioctl_termios() local 293 if (oplmsu_cmn_allocmb(lrq, mp, &fmp, in oplmsu_lrioctl_termios() 304 freeb(fmp); in oplmsu_lrioctl_termios() 334 oplmsu_cmn_set_mflush(fmp); in oplmsu_lrioctl_termios() 336 OPLMSU_TRACE(dst_queue, fmp, MSU_TRC_LO); in oplmsu_lrioctl_termios() 337 qreply(dst_queue, fmp); in oplmsu_lrioctl_termios() 478 mblk_t *nmp = NULL, *fmp = NULL; in oplmsu_lrmsg_error() local 555 if (oplmsu_cmn_allocmb(lrq, mp, &fmp, sizeof (char), in oplmsu_lrmsg_error() 566 freeb(fmp); in oplmsu_lrmsg_error() 589 oplmsu_cmn_set_mflush(fmp); in oplmsu_lrmsg_error() [all …]
|
H A D | oplmsu.c | 2010 mblk_t *nmp = NULL, *fmp = NULL; in oplmsu_config_stop() local 2098 if ((fmp = allocb(sizeof (char), BPRI_LO)) == NULL) { in oplmsu_config_stop() 2112 freeb(fmp); in oplmsu_config_stop() 2126 freeb(fmp); in oplmsu_config_stop() 2151 oplmsu_cmn_set_mflush(fmp); in oplmsu_config_stop() 2152 (void) putq(dst_queue, fmp); in oplmsu_config_stop() 2234 oplmsu_cmn_set_mflush(fmp); in oplmsu_config_stop() 2235 (void) putq(dst_queue, fmp); in oplmsu_config_stop() 2252 freeb(fmp); in oplmsu_config_stop()
|
/titanic_41/usr/src/lib/libumem/common/ |
H A D | umem.c | 1905 umem_magazine_t *fmp; in _umem_cache_alloc() local 1950 fmp = umem_depot_alloc(cp, &cp->cache_full); in _umem_cache_alloc() 1951 if (fmp != NULL) { in _umem_cache_alloc() 1955 umem_cpu_reload(ccp, fmp, ccp->cc_magsize); in _umem_cache_alloc()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | kmem.c | 2445 kmem_magazine_t *fmp; in kmem_cache_alloc() local 2513 fmp = kmem_depot_alloc(cp, &cp->cache_full); in kmem_cache_alloc() 2514 if (fmp != NULL) { in kmem_cache_alloc() 2518 kmem_cpu_reload(ccp, fmp, ccp->cc_magsize); in kmem_cache_alloc()
|
H A D | streamio.c | 4904 mblk_t *fmp, *tmp_mp = NULL; in strioctl() local 4946 fmp = mp; in strioctl() 5073 if ((fmp == NULL) && STRUCT_FGET(strpeek, databuf.maxlen) > 0) { in strioctl()
|