/src/sys/kern/ |
uipc_accf.c | 236 struct accept_filter *afp; local in function:accept_filt_clear 259 afp = af->so_accept_filter; 260 if (afp != NULL && afp->accf_destroy != NULL) { 261 (*afp->accf_destroy)(so); 269 atomic_dec_uint(&afp->accf_refcnt); 283 struct accept_filter *afp; local in function:accept_filt_setopt 305 afp = accept_filt_get(afa.af_name); 306 if (afp == NULL) { 317 if (afp->accf_create != NULL && afa.af_name[0] != '\0') [all...] |
/src/sys/altq/ |
altq_subr.c | 1086 struct acc_filter *afp, *prev, *tmp; local in function:acc_add_filter 1098 afp = malloc(sizeof(struct acc_filter), M_DEVBUF, M_WAITOK|M_ZERO); 1099 if (afp == NULL) 1102 afp->f_filter = *filter; 1103 afp->f_class = class; 1107 struct flow_filter *filter4 = &afp->f_filter; 1140 (struct flow_filter6 *)&afp->f_filter; 1172 afp->f_handle = get_filt_handle(classifier, i); 1175 afp->f_fbmask = filt2fibmask(filter); 1176 classifier->acc_fbmask |= afp->f_fbmask 1203 struct acc_filter *afp; local in function:acc_delete_filter 1227 struct acc_filter *afp; local in function:acc_discard_filters 1255 struct acc_filter *afp; local in function:acc_classify 1469 struct acc_filter *afp; local in function:get_filt_handle 1492 struct acc_filter *afp; local in function:filth_to_filtp [all...] |
altq_cbq.c | 762 cbq_add_filter(struct cbq_add_filter *afp) 768 ifacename = afp->cbq_iface.cbq_ifacename; 773 if ((cl = clh_to_clp(cbqp, afp->cbq_class_handle)) == NULL) 776 return acc_add_filter(&cbqp->cbq_classifier, &afp->cbq_filter, 777 cl, &afp->cbq_filter_handle);
|
/src/usr.bin/getaddrinfo/ |
support.c | 67 parse_af(const char *string, int *afp) 70 return parse_numeric_tabular(string, afp, address_families,
|
/src/sbin/route/ |
show.c | 69 parse_show_opts(int argc, char * const *argv, int *afp, int *flagsp, 124 *afp = af;
|
/src/sbin/ifconfig/ |
ifconfig.c | 535 const struct afswtch *afp; local in function:wait_dad_exec 563 afp = lookup_af_bynum(ifa->ifa_addr->sa_family); 564 if (afp && 565 ((afp->af_addr_tentative_or_detached && 569 afp->af_addr_tentative_or_detached(ifa)) || 570 (afp->af_addr_tentative && 571 afp->af_addr_tentative(ifa)))) 627 const struct afswtch *afp; local in function:main 807 if ((afp = lookup_af_bynum(af)) == NULL) 810 assert(afp->af_addr_commit != NULL) 824 const struct afswtch *afp; local in function:init_afs 842 const struct afswtch *afp; local in function:lookup_af_bynum 1284 const struct afswtch *afp; local in function:status [all...] |
tunnel.c | 155 const struct afswtch *afp; local in function:tunnel_status 162 afp = lookup_af_bynum(req.addr.ss_family); 184 printf("\ttunnel %s %s%s --> %s%s\n", afp ? afp->af_name : "???",
|
/src/sys/external/bsd/ipf/netinet/ |
radix_ipf.c | 1076 setaddr(afp, str) 1077 addrfamily_t *afp; 1081 bzero((char *)afp, sizeof(*afp)); 1084 afp->adf_family = AF_INET; 1085 afp->adf_len = offsetof(addrfamily_t, adf_addr) + 4; 1087 afp->adf_family = AF_INET6; 1088 afp->adf_len = offsetof(addrfamily_t, adf_addr) + 16; 1090 inet_pton(afp->adf_family, str, &afp->adf_addr) [all...] |
/src/sys/arch/zaurus/dev/ |
zaudio.c | 175 zaudio_query_format(void *hdl, audio_format_query_t *afp) 178 return audio_query_format(zaudio_formats, ZAUDIO_NFORMATS, afp);
|
/src/tests/usr.bin/xlint/lint1/ |
c11.c | 84 float fa[11], *afp[17]; variable in typeref:typename:float[11]* [17]
|
/src/sys/dev/audio/ |
audio_dai.h | 141 audio_dai_query_format(audio_dai_tag_t dai, audio_format_query_t *afp) 145 return dai->dai_hw_if->query_format(dai->dai_priv, afp);
|
/src/sys/arch/arm/iomd/ |
vidcaudio.c | 309 vidcaudio_query_format(void *addr, audio_format_query_t *afp) 315 return audio_query_format(&vidcaudio_formats_16bit, 1, afp); 317 return audio_query_format(&vidcaudio_formats_8bit, 1, afp);
|
/src/sys/arch/amiga/dev/ |
zz9k_ax.c | 87 static int zzax_query_format(void *hdl, audio_format_query_t *afp); 300 zzax_query_format(void *hdl, audio_format_query_t *afp) 303 return audio_query_format(&zzax_format, 1, afp);
|
repulse.c | 474 rep_query_format(void *arg, audio_format_query_t *afp) 477 return audio_query_format(&repulse_format, 1, afp);
|
/src/sys/arch/usermode/dev/ |
vaudio.c | 247 vaudio_query_format(void *opaque, audio_format_query_t *afp) 250 return audio_query_format(vaudio_audio_formats, VAUDIO_NFORMATS, afp);
|
/src/sys/dev/ic/ |
pl041.c | 123 aaci_query_format(void *priv, audio_format_query_t *afp) 126 return audio_query_format(&aaci_format, 1, afp);
|
tms320av110.c | 205 tav_query_format(void *hdl, audio_format_query_t *afp) 208 return audio_query_format(tav_formats, TAV_NFORMATS, afp);
|
/src/sys/arch/evbppc/wii/dev/ |
bwdsp.c | 135 bwdsp_query_format(void *priv, audio_format_query_t *afp) 139 return audio_query_format(&sc->sc_format, 1, afp);
|
/src/sys/arch/luna68k/dev/ |
psgpam.c | 383 psgpam_query_format(void *hdl, audio_format_query_t *afp) 394 if (afp->index != 0) 466 afp->fmt = psgpam_format;
|
/src/usr.sbin/faithd/ |
ftp.c | 740 char *afp, *hostp, *portp; local in function:ftp_copycommand 758 afp = p; 780 n = sscanf(afp, "%d", &af);
|
/src/sys/arch/hpcmips/vr/ |
vraiu.c | 253 vraiu_query_format(void *self, audio_format_query_t *afp) 256 return audio_query_format(&vraiu_formats, 1, afp);
|
/src/sys/arch/evbarm/mini2440/ |
audio_mini2440.c | 238 uda_ssio_query_format(void *handle, audio_format_query_t *afp) 241 return audio_query_format(uda_ssio_formats, UDA_SSIO_NFORMATS, afp);
|
/src/sys/arch/arm/rockchip/ |
rk_i2s.c | 170 rk_i2s_query_format(void *priv, audio_format_query_t *afp) 174 return audio_query_format(&sc->sc_format, 1, afp);
|
/src/sys/arch/arm/sunxi/ |
sunxi_codec.c | 167 sunxi_codec_query_format(void *priv, audio_format_query_t *afp) 171 return audio_query_format(&sc->sc_format, 1, afp);
|
/src/sys/arch/sgimips/hpc/ |
haltwo.c | 393 haltwo_query_format(void *v, audio_format_query_t *afp) 396 return audio_query_format(&haltwo_formats, 1, afp);
|