Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/ctladm/
H A Dctladm.c3677 uint64_t portarg = UINT64_MAX; in cctl_portlist() local
3698 portarg = strtoll(optarg, NULL, 0); in cctl_portlist()
3772 if ((portarg != UINT64_MAX) && (portarg != port->port_id)) in cctl_portlist()