Search | Google it | Results 1 - 1 of 1 for funcall:snprintf from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/kern_timeout.c (0.00 seconds) |
290: 291: snprintf(cc->cc_name1, sizeof(cc->cc_name1), "late/%u", 292: cpu_index(ci)); 295: 296: snprintf(cc->cc_name2, sizeof(cc->cc_name2), "wait/%u", 297: cpu_index(ci)); 324: 325: snprintf(cc->cc_name1, sizeof(cc->cc_name1), "late/%u", 326: 0); 329: 330: snprintf(cc->cc_name2, sizeof(cc->cc_name2), "wait/%u", 331: 0);