Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ndmpadm/
H A Dndmpadm_main.c402 int statarg = 0; in ndmp_show_sessions() local
414 statarg = NDMP_CAT_ALL; in ndmp_show_sessions()
416 statarg = 0; in ndmp_show_sessions()
424 statarg |= NDMP_CAT_TAPE; in ndmp_show_sessions()
427 statarg |= NDMP_CAT_SCSI; in ndmp_show_sessions()
430 statarg |= NDMP_CAT_DATA; in ndmp_show_sessions()
433 statarg |= NDMP_CAT_MOVER; in ndmp_show_sessions()
456 if (statarg == 0) in ndmp_show_sessions()
457 statarg = NDMP_CAT_ALL; in ndmp_show_sessions()
472 ndmp_session_all_print(statarg, sinfo, num); in ndmp_show_sessions()
[all …]
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c316 gstat(struct afile *fp, char *file, int statarg, off_t *pnb) in gstat() argument
332 if (statarg || sflg || lflg || tflg) { in gstat()