Searched refs:dbgbuf (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_entry.c | 188 char dbgbuf[FLOWENTRY_DBGBUF_SIZE]; /* just for debug message */ in flow_entry_alloc() local 215 dbgbuf, sizeof(dbgbuf)), SK_KVA(fe), fe->fe_flags, in flow_entry_alloc() 227 sk_uuid_unparse(req->nfr_flow_uuid, dbgbuf)); in flow_entry_alloc() 369 "[fo 0x%llx ]", fe_as_string(fe, dbgbuf, in flow_entry_alloc() 370 sizeof(dbgbuf)), SK_KVA(fe), fe->fe_flags, FLOWENTF_BITS, in flow_entry_alloc() 391 char dbgbuf[FLOWENTRY_DBGBUF_SIZE]; in flow_entry_teardown() local 393 "non_via %d withdrawn %d", fe_as_string(fe, dbgbuf, sizeof(dbgbuf)), in flow_entry_teardown() 496 char dbgbuf[FLOWENTRY_DBGBUF_SIZE]; in flow_entry_release() local 498 fe_as_string(fe, dbgbuf, sizeof(dbgbuf)), SK_KVA(fe), in flow_entry_release()
|
| H A D | flow_manager.c | 1110 char dbgbuf[FLOWENTRY_DBGBUF_SIZE]; /* just for debug message */ in flow_mgr_find_fe_by_key() local 1118 fk_as_string(key, dbgbuf, sizeof(dbgbuf))); in flow_mgr_find_fe_by_key()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_flow.c | 260 char dbgbuf[FLOWENTRY_DBGBUF_SIZE]; in fsw_flow_add() local 263 fe_as_string(fe, dbgbuf, sizeof(dbgbuf)), SK_KVA(fe), in fsw_flow_add()
|
| H A D | fsw_dp.c | 3114 SK_LOG_VAR(char dbgbuf[FLOWENTRY_DBGBUF_SIZE]); in fsw_linger_insert() 3116 fe_as_string(fe, dbgbuf, sizeof(dbgbuf)), SK_KVA(fe), in fsw_linger_insert() 3143 SK_LOG_VAR(char dbgbuf[FLOWENTRY_DBGBUF_SIZE]); in fsw_linger_remove_internal() 3145 fe_as_string(fe, dbgbuf, sizeof(dbgbuf)), SK_KVA(fe), in fsw_linger_remove_internal() 3641 SK_LOG_VAR(char dbgbuf[FLOWENTRY_DBGBUF_SIZE]); in fsw_process_linger() 3643 "flags 0x%b [RST]", fe_as_string(fe, dbgbuf, in fsw_process_linger() 3644 sizeof(dbgbuf)), SK_KVA(fe), fe->fe_flags, in fsw_process_linger()
|
| H A D | fsw.c | 1084 char dbgbuf[FLOWENTRY_DBGBUF_SIZE]; in fsw_protoctl_event_callback() local 1087 fe_as_string(fe, dbgbuf, sizeof(dbgbuf)), in fsw_protoctl_event_callback() 1097 dbgbuf, protoctl_event_code, p_val->val, in fsw_protoctl_event_callback()
|