gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:snprintf from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/kern_timeout.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/kern_timeout.c - 28.1KB - 920 lines
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);