Searched refs:tofree (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/lib/libnsctl/common/ |
H A D | machdep.c | 167 char *cp, *tofree, *last; in nsc_check_release() local 193 tofree = NULL; in nsc_check_release() 210 tofree = cp = strdup(mp->runtime); in nsc_check_release() 231 if (tofree) in nsc_check_release() 232 free(tofree); in nsc_check_release()
|
/titanic_44/usr/src/lib/libshell/common/bltins/ |
H A D | whence.c | 140 int tofree; in whence() local 150 tofree=0; in whence() 233 tofree=1; in whence() 271 if(tofree) in whence()
|
/titanic_44/usr/src/lib/libsysevent/ |
H A D | libevchannel.c | 690 evchan_subscr_t *subp, *prevsubp, *tofree; in sysevent_evc_unsubscribe() local 747 tofree = subp; in sysevent_evc_unsubscribe() 751 if (tofree->evsub_attr) in sysevent_evc_unsubscribe() 752 kill_door_servers(tofree); in sysevent_evc_unsubscribe() 754 (void) door_revoke(tofree->evsub_door_desc); in sysevent_evc_unsubscribe() 755 free(tofree->evsub_sid); in sysevent_evc_unsubscribe() 756 free(tofree); in sysevent_evc_unsubscribe()
|
/titanic_44/usr/src/cmd/flowstat/ |
H A D | flowstat.c | 334 flow_chain_t *tofree; in cleanup_removed_flows() local 353 tofree = fcurr; in cleanup_removed_flows() 357 dladm_flow_stat_free(tofree->fc_stat); in cleanup_removed_flows() 358 free(tofree); in cleanup_removed_flows()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dmu_tx.c | 1115 uint64_t towrite, tofree, tooverwrite, tounref, tohold, fudge; in dmu_tx_try_assign() local 1154 towrite = tofree = tooverwrite = tounref = tohold = fudge = 0; in dmu_tx_try_assign() 1172 tofree += txh->txh_space_tofree; in dmu_tx_try_assign() 1187 tooverwrite = tofree = 0; in dmu_tx_try_assign() 1193 fsize = spa_get_asize(tx->tx_pool->dp_spa, tooverwrite) + tofree; in dmu_tx_try_assign() 1207 tx->tx_space_tofree = tofree; in dmu_tx_try_assign()
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | name.c | 1566 const char *tofree=0; in nv_putval() local 1638 tofree = up->cp; in nv_putval() 1641 tofree = 0; in nv_putval() 1643 tofree = 0; in nv_putval() 1653 if(tofree) in nv_putval() 1655 free((void*)tofree); in nv_putval() 1689 if(size==0 || tofree || !(cp=(char*)up->cp)) in nv_putval() 1729 if(tofree && tofree!=Empty) in nv_putval() 1730 free((void*)tofree); in nv_putval()
|
/titanic_44/usr/src/cmd/fm/fmdump/common/ |
H A D | fmdump.c | 726 char *dup, *start, *tofree; in do_disables() local 732 tofree = dup = strdup(env); in do_disables() 747 free(tofree); in do_disables()
|
/titanic_44/usr/src/cmd/dlstat/ |
H A D | dlstat.c | 929 link_chain_t *tofree; in cleanup_removed_links() local 947 tofree = lcurr; in cleanup_removed_links() 953 dladm_link_stat_free(tofree->lc_statchain[i]); in cleanup_removed_links() 955 free(tofree); in cleanup_removed_links()
|
/titanic_44/usr/src/lib/libdladm/common/ |
H A D | libdlstat.c | 2839 dladm_stat_chain_t *tofree = curr; in dladm_link_stat_free() local 2842 free(tofree->dc_statentry); in dladm_link_stat_free() 2843 free(tofree); in dladm_link_stat_free() 2974 dladm_stat_chain_t *tofree = curr; in dladm_link_stat_query_all_free() local 2987 free(tofree); in dladm_link_stat_query_all_free()
|