Searched refs:log_print (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dlogger.h42 extern int log_print __P((struct log *, char *));
H A Dlogger.c118 log_print(p, str) function
250 log_print(l, "hoge\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Dlowcomms.c422 log_print("send EOF to node failed: %d", ret);
473 log_print("COMM_UP for invalid assoc ID %d",
488 log_print("getsockopt/sctp_primary_addr on "
503 log_print("reject connect from unknown addr");
521 log_print("Can't peel off a socket for "
528 log_print("sockfd_lookup error %d", err);
534 log_print("connecting to %d sctp association %d",
564 log_print("Can't start SCTP association - retrying");
570 log_print("unexpected SCTP assoc change id=%d state=%d",
658 log_print("lowcomm
[all...]
H A Dplock.c51 log_print("plock device version mismatch: "
159 log_print("dlm_plock_callback: op on list %llx",
187 log_print("dlm_plock_callback: vfs lock error %llx file %p fl %p",
193 log_print("dlm_plock_callback: lock granted after lock request "
391 log_print("dev_write no op %x %llx", info.fsid,
435 log_print("dlm_plock_init: misc_register failed %d", rv);
442 log_print("dlm_plock_exit: misc_deregister failed");
H A Dmidcomms.c96 log_print("message size %d from %d too big, buf len %d",
H A Duser.c582 log_print("no locking on control device");
590 log_print("no locking on control device");
598 log_print("no locking on control device");
606 log_print("create/remove only on control device");
614 log_print("create/remove only on control device");
622 log_print("no locking on control device");
629 log_print("Unknown command passed to DLM device : %d\n",
807 log_print("non-version read from control device %zu", count);
902 log_print("device_read %x ast_first %x ast_type %x",
1041 log_print("misc_registe
[all...]
H A Drequestqueue.c40 log_print("dlm_add_requestqueue: out of memory len %d", length);
H A Dast.c53 log_print("repeat cast %d castmode %d lock %x %s",
H A Drecoverd.c271 log_print("dlm_recoverd: no lockspace %p", arg);
H A Dlockspace.c365 log_print("cannot start dlm_astd thread %d", error);
371 log_print("cannot start dlm_scand thread %d", error);
378 log_print("cannot start dlm lowcomms %d", error);
H A Dlock.c1315 log_print("invalid status for revert %d", lkb->lkb_status);
1376 log_print("munge_demoted %x invalid reply type %d",
1382 log_print("munge_demoted %x invalid modes gr %d rq %d",
1394 log_print("munge_altmode %x invalid reply type %d",
1404 log_print("munge_altmode invalid exflags %x", lkb->lkb_exflags);
1656 log_print("can_be_granted deadlock %x now %d",
1715 log_print("WARN: pending demoted %x node %d %s",
1722 log_print("WARN: pending deadlock %x node %d %s",
3085 log_print("fake_bastfn should not be called");
3090 log_print("fake_astf
[all...]
H A Ddlm_internal.h62 #define log_print(fmt, args...) \ macro
H A Drcom.c43 log_print("create_rcom to %d type %d len %d ENOBUFS",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DEnvironment.java1243 dbenv.log_print((txn == null) ? null : txn.txn, message);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbEnv.java441 public void log_print(DbTxn txn, String msg) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbEnv_log_print(swigCPtr, this, DbTxn.getCPtr(txn), txn, msg); } method in class:DbEnv
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i1044 db_ret_t log_print(DB_TXN *txn, const char *msg) {

Completed in 95 milliseconds