Searched refs:S_STR (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.h339 #define S_STR(x) (((x) == NULL) ? "" : (x)) macro
H A Dcfga_ctl.c1390 (void) strcpy(mount, S_STR(vfst.vfs_mountp));
1391 (void) strcpy(fstype, S_STR(vfst.vfs_fstype));
1392 (void) strcpy(spec, S_STR(vfst.vfs_special));
H A Dcfga_list.c783 (void) snprintf(clp->ap_type, sizeof (clp->ap_type), "%s", S_STR(cp));
H A Dcfga_utils.c701 t = S_STR(strerror(l_errno));
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.h404 #define S_STR(x) (((x) == NULL) ? "" : (x)) macro
H A Dcfga_utils.c775 t = S_STR(strerror(l_errno));
H A Dcfga_list.c3343 S_STR(cp));
3351 S_STR(cp));

Completed in 63 milliseconds