Searched refs:port_find (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/usr.sbin/ctld/
H A Dctld.h370 struct port *port_find(const struct conf *conf, const char *name);
H A Dctld.c1222 if (port_find(conf, name) != NULL) {
1251 if (port_find(conf, name) != NULL) {
1270 port_find(const struct conf *conf, const char *name) function
1887 newport = port_find(newconf, oldport->p_name);
2010 oldport = port_find(oldconf, newport->p_name);

Completed in 60 milliseconds