/netbsd/usr.sbin/altq/libaltq/ |
H A D | parser.c | 61 static int get_port(const char *, u_int16_t *); 399 get_port(const char *name, u_int16_t *port_no) in get_port() function 599 if (!get_port(w, &sfilt.ff_flow.fi_dport)) { in filter_parser() 615 if (!get_port(w, &sfilt.ff_flow.fi_sport)) { in filter_parser() 722 if (!get_port(w, &sfilt.ff_flow6.fi6_dport)) { in filter6_parser() 739 if (!get_port(w, &sfilt.ff_flow6.fi6_sport)) { in filter6_parser()
|
/netbsd/sys/dev/audio/ |
H A D | audio_dai.h | 258 if (!dai->dai_hw_if->get_port) in audio_dai_get_port() 260 return dai->dai_hw_if->get_port(dai->dai_priv, mc); in audio_dai_get_port()
|
H A D | audio_if.h | 119 int (*get_port)(void *, mixer_ctrl_t *); member
|
/netbsd/sys/arch/arm/sunxi/ |
H A D | sunxi_codec.h | 52 int (*get_port)(struct sunxi_codec_softc *, member
|
H A D | sun4i_a10_codec.c | 237 .get_port = a10_codec_get_port,
|
H A D | sunxi_codec.c | 196 return sc->sc_cfg->get_port(sc, mc); in sunxi_codec_get_port() 467 .get_port = sunxi_codec_get_port,
|
H A D | sun6i_a31_codec.c | 298 .get_port = a31_codec_get_port,
|
H A D | sun8i_v3s_codec.c | 389 .get_port = v3s_codec_get_port,
|
H A D | sun8i_codec.c | 169 .get_port = sun8i_codec_get_port,
|
/netbsd/external/bsd/libbind/dist/irs/ |
H A D | getaddrinfo.c | 193 static int get_port __P((const struct addrinfo *, const char *, int)); 240 error = get_port((ai), (serv), 0); \ 985 return get_port((const struct addrinfo *)ai, servname, 1); in get_portmatch() 989 get_port(const struct addrinfo *ai, const char *servname, int matchonly) { in get_port() function
|
/netbsd/sys/arch/vax/vsa/ |
H A D | vsaudio.c | 130 .get_port = am7930_get_port,
|
/netbsd/sys/dev/isapnp/ |
H A D | gus_isapnp.c | 79 .get_port = iw_get_port,
|
/netbsd/sys/dev/isa/ |
H A D | sb.c | 93 .get_port = sbdsp_mixer_get_port,
|
H A D | pas.c | 136 .get_port = sbdsp_mixer_get_port,
|
H A D | wss.c | 97 .get_port = wss_mixer_get_port,
|
/netbsd/sys/arch/sparc/dev/ |
H A D | audioamd.c | 109 .get_port = am7930_get_port,
|
/netbsd/sys/dev/ic/ |
H A D | pl041.c | 228 .get_port = aaci_get_port,
|
H A D | tms320av110.c | 86 .get_port = tav_get_port,
|
/netbsd/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | NTMakefile | 94 $(OBJ)\get_port.obj \ 246 get_port.c \
|
/netbsd/crypto/dist/ipsec-tools/src/setkey/ |
H A D | parse.y | 1264 static u_int16_t get_port (struct addrinfo *addr) in get_port() function 1542 natt_port.sadb_x_nat_t_port_port = htons(get_port(s)); in setkeymsg_add() 1550 natt_port.sadb_x_nat_t_port_port = htons(get_port(d)); in setkeymsg_add()
|
/netbsd/lib/libc/net/ |
H A D | getaddrinfo.c | 252 static int get_port(const struct addrinfo *, const char *, int, 330 error = get_port((ai), (serv), 0, (svd)); \ 905 get_port(&ai, "1", 0, svd); in set_source() 1523 return get_port(ai, servname, 1, svd); in get_portmatch() 1527 get_port(const struct addrinfo *ai, const char *servname, int matchonly, in get_port() function
|
/netbsd/sys/arch/evbarm/mini2440/ |
H A D | audio_mini2440.c | 101 .get_port = uda1341_get_port,
|
/netbsd/sys/arch/prep/isa/ |
H A D | paud_isa.c | 106 .get_port = paud_mixer_get_port,
|
/netbsd/sys/arch/usermode/dev/ |
H A D | vaudio.c | 123 .get_port = vaudio_get_port,
|
/netbsd/sys/arch/arm/iomd/ |
H A D | vidcaudio.c | 174 .get_port = vidcaudio_get_port,
|