Lines Matching refs:statarg
401 int statarg = 0; in ndmp_show_sessions() local
413 statarg = NDMP_CAT_ALL; in ndmp_show_sessions()
415 statarg = 0; in ndmp_show_sessions()
423 statarg |= NDMP_CAT_TAPE; in ndmp_show_sessions()
426 statarg |= NDMP_CAT_SCSI; in ndmp_show_sessions()
429 statarg |= NDMP_CAT_DATA; in ndmp_show_sessions()
432 statarg |= NDMP_CAT_MOVER; in ndmp_show_sessions()
455 if (statarg == 0) in ndmp_show_sessions()
456 statarg = NDMP_CAT_ALL; in ndmp_show_sessions()
471 ndmp_session_all_print(statarg, sinfo, num); in ndmp_show_sessions()
477 ndmp_session_print(statarg, sp); in ndmp_show_sessions()