Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/nlsadmin/
H A Dnlsadmin.c401 …if ((exitcode = old_addsvc(svcptr, "", cmdptr, comptr, moduleptr, idptr, NULL, netspec)) != NLS_OK) in main()
424 exit(NLS_OK); in main()
574 return(NLS_OK); in prt_cmd()
634 return(NLS_OK); in old_addsvc()
670 int rtn = NLS_OK; in prt_nets()
718 return(NLS_OK); in prt_nets()
808 return(NLS_OK); in prt_svcs()
830 return(NLS_OK); in disable_svc()
870 return(NLS_OK); in enable_svc()
910 return(NLS_OK); in remove_svc()
[all …]
H A Dnlsadmin.h88 #define NLS_OK 0 /* no error */ macro