Searched refs:logopt (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ipf.c | 283 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 D | ipf_y.y | 345 logopt 394 logopt 569 logopt: log
|
/titanic_50/usr/src/cmd/pcidr/ |
H A D | pcidr_common.c | 139 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 D | pcidr.c | 630 plugin_opt.logopt.dlvl = dlvl; in main() 631 plugin_opt.logopt.prg = prg; in main() 632 plugin_opt.logopt.dfp = dfp; in main() 633 plugin_opt.logopt.dsys = dsys; in main()
|
H A D | pcidr.h | 81 pcidr_logopt_t logopt; member
|
/titanic_50/usr/src/cmd/tcpd/ |
H A D | fakelog.c | 20 openlog(name, logopt, facility) in openlog() argument 22 int logopt;
|
/titanic_50/usr/src/cmd/pools/poold/libjsyslog/ |
H A D | jsyslog.c | 80 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_50/usr/src/cmd/pcidr/plugins/default/ |
H A D | pcidr_plugin.c | 59 pcidr_set_logopt(&optp->logopt); in PCIDR_PLUGIN_PROTO()
|
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/ |
H A D | SyslogHandler.java | 155 private static native void openlog(String ident, int logopt, in openlog() argument
|