Home
last modified time | relevance | path

Searched refs:NOREAD (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c61 #define NOREAD(a, b) mdb_warn("could not read " #a " at 0x%p", b) macro
728 NOREAD(targets, m.targets); in display_targets()
746 NOREAD(pmcs_xscsi_t, targets[idx]); in display_targets()
781 NOREAD(pmcs_phy_t, xs.phy); in display_targets()
897 NOREAD(pmcs_xscsi_t, wp->xp); in display_one_work()
904 NOREAD(pmcs_phy_t, wp->phy); in display_one_work()
955 NOREAD(pmcwork_t, _wp); in display_work()
1134 NOREAD(pmcs_cmd_t, sp); in display_waitqs()
1150 NOREAD(pmcs_cmd_t, sp); in display_waitqs()
1164 NOREAD(targets, m.targets); in display_waitqs()
[all …]
/titanic_50/usr/src/cmd/cron/
H A Dcron.c132 #define NOREAD "can't read your crontab file. Resubmit it." macro
1151 mail(u->name, NOREAD, ERR_UNIXERR); in readcron()