Searched defs:SYSERR (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c61 #define SYSERR (-1) macro
127 if (umount(li.li_blkname) == SYSERR) {
280 if (mkdir(tmp_dir, 0) == SYSERR) {
288 if (mkdir(mountpt_dir, 0) == SYSERR) {
352 O_RDONLY)) == SYSERR) {
355 if (ioctl(fd, _FIOFFS, NULL) == SYSERR) {
410 opt, MAX_MNTOPT_STR) == SYSERR) {
433 if (umount(lip->li_blkname) == SYSERR) {
490 if (fd == SYSERR) {
500 if (ioctl(fd, request, &fl) == SYSERR) {
[all...]
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c111 #define SYSERR -1 macro
181 while(tcgetattr(fd,tty) == SYSERR)
184 return(SYSERR);
211 while(tcsetattr(fd, action, tty) == SYSERR)
214 return(SYSERR);
251 if(tty_set(fd, TCSANOW, &ttyparm) == SYSERR)
278 if(tty_get(fd,&ttyparm) == SYSERR)
303 if( tty_set(fd, TCSADRAIN, &nttyparm) == SYSERR )
308 if(ioctl(fd,TIOCGLTC,&l_chars) != SYSERR)
314 if(ioctl(fd,TIOCSLTC,&lchars) != SYSERR)
[all...]
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c106 #define SYSERR 9 /* System error */ macro
374 passwd_exit(SYSERR);

Completed in 64 milliseconds