Searched defs:logopt (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/libjsyslog/
H A Djsyslog.c80 jclass clazz, jstring identObj, jint logopt, jint facility)
99 openlog(jsyslog_ident, logopt, facility);
79 Java_com_sun_solaris_service_logging_SyslogHandler_openlog(JNIEnv *env, jclass clazz, jstring identObj, jint logopt, jint facility) argument
/illumos-gate/usr/src/cmd/pcidr/
H A Dpcidr.h81 pcidr_logopt_t logopt; member in struct:__anon1044
H A Dpcidr_common.c139 pcidr_set_logopt(pcidr_logopt_t *logopt) argument
141 dlvl = logopt->dlvl;
142 prg = logopt->prg;
143 dfp = logopt->dfp;
144 dsys = logopt->dsys;
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSyslogHandler.java76 * to the <code>logopt</code> argument to openlog(3c).)
155 private static native void openlog(String ident, int logopt, argument
/illumos-gate/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;
[all...]
H A Dipf_y.y345 logopt
394 logopt
569 logopt: log label

Completed in 148 milliseconds