Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/ctld/
Dctld.h377 struct port *port_new_pp(struct conf *conf, struct target *target,
Dparse.y847 tp = port_new_pp(conf, target, pp);
Duclparse.c852 tp = port_new_pp(conf, target, pp); in uclparse_target()
Dctld.c1265 return (port_new_pp(conf, target, pport)); in port_new_ioctl()
1293 port_new_pp(struct conf *conf, struct target *target, struct pport *pp) in port_new_pp() function