Searched defs:S_FREE (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/sun_sas/common/
H A Dsun_sas.h85 #define S_FREE(x) (((x) != NULL) ? (free(x), (x) = NULL) : (void *)0) macro
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.h125 #define S_FREE(x) (((x) != NULL) ? \ macro
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.h93 #define S_FREE(x) (((x) != NULL) ? (free(x), (x) = NULL) : (void *)0) macro
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.h75 #define S_FREE(x) (((x) != NULL) ? (free(x), (x) = NULL) : (void *)0) macro
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.h338 #define S_FREE(x) (((x) != NULL) ? (free(x), (x) = NULL) : (void *)0) macro
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c183 #define S_FREE(x) (((x) != NULL) ? (free(x), (x) = NULL) : (void *)0) macro
520 S_FREE(list_array);
521 S_FREE(out_array);
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.h403 #define S_FREE(x) (((x) != NULL) ? (free(x), (x) = NULL) : (void *)0) macro
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c54 #define S_FREE(x) (((x) != NULL) ? (free(x), (x) = NULL) : (void *)0) macro
558 S_FREE(post_filtp);
591 S_FREE(prefilt_optp);
604 S_FREE(list_array);
605 S_FREE(post_filtp);
615 S_FREE(post_filtp);
1033 S_FREE(optstr);
1853 S_FREE(sel_boards);
1854 S_FREE(arg_array);
1855 S_FREE(out_arra
[all...]
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c316 #define S_FREE(x) (((x) != NULL) ? (free(x), (x) = NULL) : (void *)0) macro
727 S_FREE(class);
1035 S_FREE(bufp);
1037 S_FREE(*classpp);
1459 S_FREE(apdup);
1460 S_FREE(dyncomp);
1972 S_FREE(rpath);
2009 S_FREE(rpath);
2017 S_FREE(rpath);
2033 S_FREE(rpat
[all...]
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c110 #define S_FREE(x) (((x) != NULL) ? (free(x), (x) = NULL) : (void *)0) macro
270 S_FREE(pathlist.path_info);
327 S_FREE(pathlist.path_info);
334 S_FREE(pathlist.path_info);
341 S_FREE(pathlist.path_info);
378 S_FREE(pathlist.path_info);
423 S_FREE(pathlist.path_info);
1269 S_FREE(dlist);
1276 S_FREE(dlist);
1719 S_FREE(dev_lis
[all...]

Completed in 71 milliseconds