Searched refs:addr_count (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/tcp_wrappers/
H A Dtcpdchk.c441 int addr_count = 1; local
499 addr_count = 1;
505 addr_count = check_dns(pat);
516 return (addr_count);
/freebsd-10.0-release/sys/dev/ixgbe/
H A Dixgbe_common.h106 u32 addr_count, ixgbe_mc_addr_itr func);
H A Dixgbe_api.c887 * @addr_count: number of addresses
895 u32 addr_count, ixgbe_mc_addr_itr func)
898 addr_list, addr_count, func),
894 ixgbe_update_uc_addr_list(struct ixgbe_hw *hw, u8 *addr_list, u32 addr_count, ixgbe_mc_addr_itr func) argument
H A Dixgbe_api.h113 u32 addr_count, ixgbe_mc_addr_itr func);
H A Dixgbe_common.c2454 * @addr_count: number of addresses
2465 u32 addr_count, ixgbe_mc_addr_itr next)
2492 for (i = 0; i < addr_count; i++) {
2464 ixgbe_update_uc_addr_list_generic(struct ixgbe_hw *hw, u8 *addr_list, u32 addr_count, ixgbe_mc_addr_itr next) argument
/freebsd-10.0-release/sys/nlm/
H A Dnlm_prot_impl.c1421 nlm_register_services(SVCPOOL *pool, int addr_count, char **addrs) argument
1437 if (!addr_count) {
1442 xprts = malloc(addr_count * sizeof(SVCXPRT *), M_NLM, M_WAITOK|M_ZERO);
1444 for (j = 0; j < addr_count; j++) {
1500 for (j = 0; j < addr_count; j++) {
1515 nlm_server_main(int addr_count, char **addrs) argument
1608 error = nlm_register_services(pool, addr_count, addrs);
1707 return nlm_server_main(uap->addr_count, uap->addrs);
/freebsd-10.0-release/sys/kern/
H A Dsystrace_args.c838 iarg[2] = p->addr_count; /* int */
/freebsd-10.0-release/sys/sys/
H A Dsysproto.h490 char addr_count_l_[PADL_(int)]; int addr_count; char addr_count_r_[PADR_(int)]; member in struct:nlm_syscall_args

Completed in 239 milliseconds