Lines Matching defs:fd
366 impl_open_bpf(int fd, int *bpfd) in impl_open_bpf()
395 impl_open_dump(int fd, const char *RFileName) in impl_open_dump()
418 impl_open_pfosfp(int fd) in impl_open_pfosfp()
436 impl_open_output(int fd, const char *WFileName) in impl_open_output()
454 impl_setfilter(int fd, char *cmdbuf, int *bpfd) in impl_setfilter()
463 impl_init_done(int fd, int *bpfd) in impl_init_done()
474 impl_gethostbyaddr(int fd) in impl_gethostbyaddr()
496 impl_ether_ntohost(int fd) in impl_ether_ntohost()
512 impl_getrpcbynumber(int fd) in impl_getrpcbynumber()
528 impl_getserventries(int fd) in impl_getserventries()
549 impl_getprotoentries(int fd) in impl_getprotoentries()
571 impl_localtime(int fd) in impl_localtime()
597 impl_pcap_stats(int fd, int *bpfd) in impl_pcap_stats()
771 int fd, err = 0; in priv_open_pfosfp() local
786 may_read(int fd, void *buf, size_t n) in may_read()
810 must_read(int fd, void *buf, size_t n) in must_read()
833 must_write(int fd, const void *buf, size_t n) in must_write()
891 write_command(int fd, int cmd) in write_command()
898 write_zero(int fd) in write_zero()
906 write_string(int fd, const char *str) in write_string()
917 write_block(int fd, size_t size, const char *str) in write_block()
926 read_string(int fd, char *buf, size_t size, const char *func) in read_string()
943 read_block(int fd, char *buf, size_t size, const char *func) in read_block()