Lines Matching defs:caller
51 static char *qreasonNoZonename(int caller, int retcode, int started);
52 static char *qreasonWithZonename(int caller, int retcode, int started);
63 * Arguments: caller - integer describing the "caller:
78 * caller and zone name inclusion:
89 qreason(int caller, int retcode, int started, int includeZonename)
92 return (qreasonNoZonename(caller, retcode, started));
95 return (qreasonWithZonename(caller, retcode, started));
105 qreasonNoZonename(int caller, int retcode, int started)
111 switch (caller) {
129 switch (caller) {
147 switch (caller) {
165 switch (caller) {
183 switch (caller) {
201 switch (caller) {
218 switch (caller) {
234 switch (caller) {
250 switch (caller) {
268 qreasonWithZonename(int caller, int retcode, int started)
274 switch (caller) {
292 switch (caller) {
310 switch (caller) {
328 switch (caller) {
346 switch (caller) {
364 switch (caller) {
381 switch (caller) {
397 switch (caller) {
413 switch (caller) {