Searched refs:NOREAD (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/ |
H A D | pmcs.c | 62 #define NOREAD(a, b) mdb_warn("could not read " #a " at 0x%p", b) macro 729 NOREAD(targets, m.targets); in display_targets() 747 NOREAD(pmcs_xscsi_t, targets[idx]); in display_targets() 785 NOREAD(pmcs_phy_t, xs.phy); in display_targets() 901 NOREAD(pmcs_xscsi_t, wp->xp); in display_one_work() 908 NOREAD(pmcs_phy_t, wp->phy); in display_one_work() 959 NOREAD(pmcwork_t, _wp); in display_work() 1138 NOREAD(pmcs_cmd_t, sp); in display_waitqs() 1154 NOREAD(pmcs_cmd_t, sp); in display_waitqs() 1168 NOREAD(targets, m.targets); in display_waitqs() [all …]
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | cron.c | 130 #define NOREAD "can't read your crontab file. Resubmit it." macro 1151 mail(u->name, NOREAD, ERR_UNIXERR); in readcron()
|