Home
last modified time | relevance | path

Searched refs:ERR_OK (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/psrset/
H A Dpsrset.c55 #define ERR_OK 0 /* exit status for success */ macro
339 int error = ERR_OK; in do_range()
349 if (!found_one && error == ERR_OK) { in do_range()
377 return (ERR_OK); in do_info()
388 return (ERR_OK); in do_destroy()
396 int error = ERR_OK; in do_intr()
434 int errors = ERR_OK; in info_all()
473 int errors = ERR_OK; in print_all()
636 return (ERR_OK); in do_lwps()
791 return (ERR_OK); in main()
[all …]
/titanic_50/usr/src/cmd/pbind/
H A Dpbind.c50 #define ERR_OK 0 /* exit status for success */ macro
306 return (ERR_OK); in do_lwps()
551 if (ret != ERR_OK) in main()
/titanic_50/usr/src/cmd/filesync/
H A Dfilesync.h98 #define ERR_OK 0 /* everything is fine */ macro
H A Dmain.c123 errmask_t errs = ERR_OK; in main()