Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/nlsadmin/
H A Dnlsadmin.c421 exit(NLS_OK); in main()
571 return(NLS_OK); in prt_cmd()
631 return(NLS_OK); in old_addsvc()
715 return(NLS_OK); in prt_nets()
805 return(NLS_OK); in prt_svcs()
827 return(NLS_OK); in disable_svc()
867 return(NLS_OK); in enable_svc()
907 return(NLS_OK); in remove_svc()
949 return(NLS_OK); in kill_listener()
1226 return(NLS_OK); in setup_addr()
[all …]
H A Dnlsadmin.h88 #define NLS_OK 0 /* no error */ macro