Searched refs:NULLSTR (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_med.c250 #define NULLSTR(str) (! (str) || *(str) == '\0'? "<null>" : (str)) macro
1584 MAJOR(("upd_med_hosts - called from <%s>\n", NULLSTR(caller)));
1615 NULLSTR(mp->n_lst[i].a_nm[0])));
1690 NULLSTR(mp->n_lst[i].a_nm[0])));
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c113 #define NULLSTR(str) (!(str) || *(str) == '\0'? "<null>" : (str)) macro

Completed in 50 milliseconds