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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A Ddhcpd.h127 #define S_FREE 0x02 /* find a free record */ macro
/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.h125 #define S_FREE(x) (((x) != NULL) ? \ macro
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c54 #define S_FREE(x) (((x) != NULL) ? (free(x), (x) = NULL) : (void *)0) macro
[all...]
/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c316 #define S_FREE(x) (((x) != NULL) ? (free(x), (x) = NULL) : (void *)0) macro
[all...]
/opensolaris-onvv-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
[all...]

Completed in 136 milliseconds