Home
last modified time | relevance | path

Searched refs:logopt (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/ipf/tools/
H A Dipf.c283 int flag, xfd, logopt, change = 0; local
338 logopt = 0;
339 if (ioctl(xfd, SIOCGETLG, &logopt))
342 logopt = 1 - logopt;
343 if (ioctl(xfd, SIOCSETLG, &logopt))
360 logopt = 0;
361 if (ioctl(xfd, SIOCGETLG, &logopt))
364 logopt = 1 - logopt;
365 if (ioctl(xfd, SIOCSETLG, &logopt))
H A Dipf_y.y345 logopt
394 logopt
569 logopt: log
/titanic_41/usr/src/cmd/pcidr/
H A Dpcidr_common.c139 pcidr_set_logopt(pcidr_logopt_t *logopt) in pcidr_set_logopt() argument
141 dlvl = logopt->dlvl; in pcidr_set_logopt()
142 prg = logopt->prg; in pcidr_set_logopt()
143 dfp = logopt->dfp; in pcidr_set_logopt()
144 dsys = logopt->dsys; in pcidr_set_logopt()
H A Dpcidr.c633 plugin_opt.logopt.dlvl = dlvl; in main()
634 plugin_opt.logopt.prg = prg; in main()
635 plugin_opt.logopt.dfp = dfp; in main()
636 plugin_opt.logopt.dsys = dsys; in main()
H A Dpcidr.h81 pcidr_logopt_t logopt; member
/titanic_41/usr/src/cmd/tcpd/
H A Dfakelog.c20 openlog(name, logopt, facility) in openlog() argument
22 int logopt;
/titanic_41/usr/src/cmd/pools/poold/libjsyslog/
H A Djsyslog.c80 jclass clazz, jstring identObj, jint logopt, jint facility) in Java_com_sun_solaris_service_logging_SyslogHandler_openlog() argument
99 openlog(jsyslog_ident, logopt, facility); in Java_com_sun_solaris_service_logging_SyslogHandler_openlog()
/titanic_41/usr/src/cmd/pcidr/plugins/default/
H A Dpcidr_plugin.c59 pcidr_set_logopt(&optp->logopt); in PCIDR_PLUGIN_PROTO()
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSyslogHandler.java155 private static native void openlog(String ident, int logopt, in openlog() argument