Searched refs:SYSERR (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/ufs/roll_log/ |
H A D | roll_log.c | 61 #define SYSERR (-1) macro 127 if (umount(li.li_blkname) == SYSERR) { in rl_roll_log() 280 if (mkdir(tmp_dir, 0) == SYSERR) { in make_mp() 288 if (mkdir(mountpt_dir, 0) == SYSERR) { in make_mp() 352 O_RDONLY)) == SYSERR) { in rlflush() 355 if (ioctl(fd, _FIOFFS, NULL) == SYSERR) { in rlflush() 410 opt, MAX_MNTOPT_STR) == SYSERR) { in rlmount() 433 if (umount(lip->li_blkname) == SYSERR) { in rlumount() 490 if (fd == SYSERR) { in rl_log_control() 500 if (ioctl(fd, request, &fl) == SYSERR) { in rl_log_control() [all …]
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 111 #define SYSERR -1 macro 181 while(tcgetattr(fd,tty) == SYSERR) in tty_get() 184 return(SYSERR); in tty_get() 211 while(tcsetattr(fd, action, tty) == SYSERR) in tty_set() 214 return(SYSERR); in tty_set() 251 if(tty_set(fd, TCSANOW, &ttyparm) == SYSERR) in tty_cooked() 278 if(tty_get(fd,&ttyparm) == SYSERR) in tty_raw() 303 if( tty_set(fd, TCSADRAIN, &nttyparm) == SYSERR ) in tty_raw() 308 if(ioctl(fd,TIOCGLTC,&l_chars) != SYSERR) in tty_raw() 314 if(ioctl(fd,TIOCSLTC,&lchars) != SYSERR) in tty_raw() [all …]
|
/titanic_41/usr/src/cmd/passwd/ |
H A D | passwd.c | 106 #define SYSERR 9 /* System error */ macro 374 passwd_exit(SYSERR); in main()
|