Home
last modified time | relevance | path

Searched refs:pipe_stat (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/examples/qos_sched/
H A Dmain.h169 int pipe_stat(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id);
H A Dstats.c321 pipe_stat(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id) in pipe_stat() function
H A Dcmdline.c227 if (pipe_stat(res->port_number, res->subport_number, res->pipe_number) < 0) in cmd_pipestats_parsed()
/f-stack/freebsd/kern/
H A Dsys_pipe.c154 static fo_stat_t pipe_stat; variable
167 .fo_stat = pipe_stat,
1492 pipe_stat(struct file *fp, struct stat *ub, struct ucred *active_cred, in pipe_stat() function