Lines Matching refs:caller
51 static char *qreasonNoZonename(int caller, int retcode, int started);
52 static char *qreasonWithZonename(int caller, int retcode, int started);
89 qreason(int caller, int retcode, int started, int includeZonename) in qreason() argument
92 return (qreasonNoZonename(caller, retcode, started)); in qreason()
95 return (qreasonWithZonename(caller, retcode, started)); in qreason()
105 qreasonNoZonename(int caller, int retcode, int started) in qreasonNoZonename() argument
111 switch (caller) { in qreasonNoZonename()
129 switch (caller) { in qreasonNoZonename()
147 switch (caller) { in qreasonNoZonename()
165 switch (caller) { in qreasonNoZonename()
183 switch (caller) { in qreasonNoZonename()
201 switch (caller) { in qreasonNoZonename()
218 switch (caller) { in qreasonNoZonename()
234 switch (caller) { in qreasonNoZonename()
250 switch (caller) { in qreasonNoZonename()
268 qreasonWithZonename(int caller, int retcode, int started) in qreasonWithZonename() argument
274 switch (caller) { in qreasonWithZonename()
292 switch (caller) { in qreasonWithZonename()
310 switch (caller) { in qreasonWithZonename()
328 switch (caller) { in qreasonWithZonename()
346 switch (caller) { in qreasonWithZonename()
364 switch (caller) { in qreasonWithZonename()
381 switch (caller) { in qreasonWithZonename()
397 switch (caller) { in qreasonWithZonename()
413 switch (caller) { in qreasonWithZonename()