/src/usr.bin/netstat/ |
if.c | 79 uint64_t ift_iq; /* input drops */ 83 uint64_t ift_oq; /* output drops */ 179 uint64_t drops; local in function:if_data_ext_get 183 "net.interfaces.%s.sndq.drops", ifname); 184 len = sizeof(drops); 185 if (sysctlbyname(namebuf, &drops, &len, NULL, 0) == -1) { 190 dext->ifi_oqdrops = drops; 724 printf(" %5.5s", "drops"); 733 printf(" %5.5s", "drops"); 940 printf(" %5.5s", "drops"); [all...] |
if.c | 79 uint64_t ift_iq; /* input drops */ 83 uint64_t ift_oq; /* output drops */ 179 uint64_t drops; local in function:if_data_ext_get 183 "net.interfaces.%s.sndq.drops", ifname); 184 len = sizeof(drops); 185 if (sysctlbyname(namebuf, &drops, &len, NULL, 0) == -1) { 190 dext->ifi_oqdrops = drops; 724 printf(" %5.5s", "drops"); 733 printf(" %5.5s", "drops"); 940 printf(" %5.5s", "drops"); [all...] |
/src/sys/opencrypto/ |
crypto.c | 240 int error, drops = 0; local in function:sysctl_opencrypto_q_drops 248 drops += qs->crp_ret_q_drops; 252 node.sysctl_data = &drops; 314 int error, drops = 0; local in function:sysctl_opencrypto_kq_drops 322 drops += qs->crp_ret_kq_drops; 326 node.sysctl_data = &drops; 436 CTLTYPE_INT, "drops", 465 CTLTYPE_INT, "drops",
|
crypto.c | 240 int error, drops = 0; local in function:sysctl_opencrypto_q_drops 248 drops += qs->crp_ret_q_drops; 252 node.sysctl_data = &drops; 314 int error, drops = 0; local in function:sysctl_opencrypto_kq_drops 322 drops += qs->crp_ret_kq_drops; 326 node.sysctl_data = &drops; 436 CTLTYPE_INT, "drops", 465 CTLTYPE_INT, "drops",
|
/src/sys/dev/audio/ |
audio.c | 6160 int drops = mixer->frames_per_block - local in function:audio_rmixer_process 6162 track->dropframes += drops; 6164 drops, 6166 auring_take(input, drops);
|
audio.c | 6160 int drops = mixer->frames_per_block - local in function:audio_rmixer_process 6162 track->dropframes += drops; 6164 drops, 6166 auring_take(input, drops);
|