Home
last modified time | relevance | path

Searched refs:family (Results 76 – 100 of 283) sorted by relevance

12345678910>>...12

/dragonfly/sys/netinet/
H A Din_gif.c96 in_gif_output(struct ifnet *ifp, int family, struct mbuf *m) in in_gif_output() argument
114 switch (family) { in in_gif_output()
149 family); in in_gif_output()
/dragonfly/contrib/file/magic/Magdir/
H A Duf217 >8 lelong &0x2000 \b, family
19 # To update the UF2 family data, use this fine command
/dragonfly/sys/dev/drm/radeon/
H A Dsumo_smc.c101 if ((rdev->family == CHIP_SUMO) || (rdev->family == CHIP_SUMO2)) { in sumo_is_alt_vddnb_supported()
H A Drv515.c338 if (rdev->family >= CHIP_R600) { in rv515_mc_stop()
339 if (rdev->family >= CHIP_RV770) in rv515_mc_stop()
348 if (rdev->family >= CHIP_RV770) in rv515_mc_stop()
381 if (rdev->family >= CHIP_RV770) { in rv515_mc_resume()
429 if (rdev->family >= CHIP_R600) { in rv515_mc_resume()
431 if (rdev->family >= CHIP_RV770) in rv515_mc_resume()
436 if (rdev->family >= CHIP_RV770) in rv515_mc_resume()
968 if ((rdev->family >= CHIP_RV610) && in rv515_crtc_bandwidth_compute()
1291 (rdev->family == CHIP_RV515)) { in rv515_bandwidth_update()
H A Dradeon_agp.c164 if (rdev->family <= CHIP_RV350) in radeon_agp_init()
252 if (rdev->family < CHIP_R200) { in radeon_agp_init()
H A Dr420.c145 if (rdev->family == CHIP_RV530) { in r420_pipes_init()
199 if (rdev->family == CHIP_R420) in r420_clock_resume()
435 if (rdev->family == CHIP_R420) in r420_init()
H A Dradeon_atombios.c45 if ((rdev->family == CHIP_R420) || in radeon_lookup_i2c_gpio_quirks()
46 (rdev->family == CHIP_R423) || in radeon_lookup_i2c_gpio_quirks()
47 (rdev->family == CHIP_RV410)) { in radeon_lookup_i2c_gpio_quirks()
1305 if (rdev->family == CHIP_RS600) in radeon_atombios_sideport_present()
4093 if (rdev->family >= CHIP_R600) in radeon_save_bios_scratch_regs()
4107 if (rdev->family >= CHIP_R600) in radeon_restore_bios_scratch_regs()
4122 if (rdev->family >= CHIP_R600) in radeon_atom_output_lock()
4135 if (rdev->family >= CHIP_R600) in radeon_atom_output_lock()
4339 if (rdev->family >= CHIP_R600) in radeon_atombios_encoder_crtc_scratch_regs()
4377 if (rdev->family >= CHIP_R600) in radeon_atombios_encoder_crtc_scratch_regs()
[all …]
H A Dr600_cs.c189 bool r600_fmt_is_valid_texture(u32 format, enum radeon_family family) in r600_fmt_is_valid_texture() argument
194 if (family < color_formats_table[format].min_family) in r600_fmt_is_valid_texture()
1529 if (p->family >= CHIP_RV770) in r600_check_texture_resource()
1549 if (!r600_fmt_is_valid_texture(format, p->family)) { in r600_check_texture_resource()
1683 if (p->family >= CHIP_RV770 || pkt->count) { in r600_packet3_check()
2081 if (p->family < CHIP_RS780) { in r600_packet3_check()
2123 if (p->family >= CHIP_RV770 || p->family == CHIP_R600) { in r600_packet3_check()
2280 if (p->rdev->family < CHIP_RV770) { in r600_cs_parse()
2284 } else if (p->rdev->family <= CHIP_RV740) { in r600_cs_parse()
2464 if (p->family >= CHIP_RV770) { in r600_dma_cs_parse()
[all …]
/dragonfly/sys/sys/
H A Dprotosw.h396 struct protosw *pffindproto (int family, int protocol, int type);
397 struct protosw *pffindtype (int family, int type);
/dragonfly/sys/net/
H A Drtsock.c438 sa_family_t family; in rts_input_handler() local
441 family = pmsg->base.lmsg.u.ms_result; in rts_input_handler()
443 route_proto.sp_protocol = family; in rts_input_handler()
455 rts_input_skip(struct mbuf *m, sa_family_t family, struct rawcb *skip) in rts_input_skip() argument
467 pmsg->base.lmsg.u.ms_result = family; in rts_input_skip()
473 rts_input(struct mbuf *m, sa_family_t family) in rts_input() argument
475 rts_input_skip(m, family, NULL); in rts_input()
687 sa_family_t family; in route_output() local
697 family = familyof(NULL); in route_output()
730 family = familyof(rtinfo.rti_dst); in route_output()
[all …]
/dragonfly/usr.sbin/ppp/
H A Dtun.h32 u_int32_t family; member
H A Darp.c81 #define SET_SA_FAMILY(addr, family) \ argument
83 addr.sa_family = (family); \
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-h8300.texi143 The H8/300 family has no hardware floating point, but the @code{.float}
163 for the H8/300 family.
168 for the H8/300 family.
173 the usual (16-bit) for the H8/300 family.
178 the usual (16-bit) for the H8/300 family.
181 On the H8/300 family (including the H8/300H) @samp{.word} directives
196 pseudo-instructions are needed on this family.
/dragonfly/contrib/tcpdump/
H A Dprint-lwres.c95 nd_uint32_t family; member
249 switch (GET_BE_U_4(ap->family)) { in lwres_printaddr()
263 ND_PRINT(" %u/", GET_BE_U_4(ap->family)); in lwres_printaddr()
H A Dprint-domain.c314 u_int family, addr_bits, src_len, scope_len; in print_eopt_ecs() local
325 family = GET_BE_U_2(cp); in print_eopt_ecs()
332 if (family == 1) in print_eopt_ecs()
334 else if (family == 2) in print_eopt_ecs()
356 if (family == 1) in print_eopt_ecs()
/dragonfly/share/misc/
H A DMakefile4 FILES= ascii birthtoken bsd-family-tree eqnchar flowers gdbinit init.ee \
/dragonfly/libexec/telnetd/
H A Dtelnetd.c104 int family = AF_INET; variable
286 family = AF_INET; in main()
291 family = AF_INET6; in main()
320 hints.ai_family = family; in main()
/dragonfly/gnu/usr.bin/cc80/cc_tools/tools/
H A DMakefile158 c-family/c-target-hooks-def.h: genhooks.nx _MIC
209 c-family/c-target-hooks-def.h min-insn-modes.c \
222 CLEANDIRS+= common c-family
225 mkdir -p common c-family
/dragonfly/usr.bin/finger/
H A Dextern.h47 extern sa_family_t family;
/dragonfly/libexec/ftpd/
H A Dftpd.c254 int family = AF_UNSPEC; in main() local
279 family = (family == AF_INET6) ? AF_UNSPEC : AF_INET; in main()
283 family = (family == AF_INET) ? AF_UNSPEC : AF_INET6; in main()
429 inithosts(family); in main()
436 ctl_sock = socksetup(family, bindname, bindport); in main()
505 family = AF_INET; in main()
507 family = his_addr.su_family; in main()
508 inithosts(family); in main()
650 inithosts(int family) in inithosts() argument
677 hints.ai_family = family; in inithosts()
[all …]
/dragonfly/contrib/dhcpcd/src/
H A Ddhcpcd.c1926 sa_family_t family = AF_UNSPEC; in main() local
2039 family = AF_INET; in main()
2042 family = AF_INET6; in main()
2140 if (family == 0 || family == AF_INET) { in main()
2147 if (family == 0 || family == AF_INET6) { in main()
2193 switch(family) { in main()
2215 if (optind != argc || family != AF_UNSPEC) in main()
2296 switch (family) { in main()
2327 ctx.control_fd = control_open(argv[optind], family, in main()
2505 NULL : argv[optind], family) == -1) in main()
/dragonfly/contrib/gdb-7/gdb/common/
H A Dlinux-osdata.c851 print_sockets (unsigned short family, int tcp, struct buffer *buffer) in print_sockets() argument
856 if (family == AF_INET) in print_sockets()
858 else if (family == AF_INET6) in print_sockets()
902 if (family == AF_INET) in print_sockets()
938 locaddr.sa.sa_family = remaddr.sa.sa_family = family; in print_sockets()
978 (family == AF_INET) ? "INET" : "INET6", in print_sockets()
/dragonfly/contrib/tre/lib/
H A DREADME60 - Implementation of the regcomp() family of functions as simple
64 - Implementation of the regexec() family of functions.
/dragonfly/lib/libc/resolv/
H A Dres_init.c774 u_int16_t family; in res_getservers() local
778 family = statp->_u._ext.ext->nsaddrs[i].sin.sin_family; in res_getservers()
780 family = statp->nsaddr_list[i].sin_family; in res_getservers()
782 switch (family) { in res_getservers()
/dragonfly/usr.sbin/rarpd/
H A Drarpd.c194 int family; in init_one() local
196 family = ifa->ifa_addr->sa_family; in init_one()
197 switch (family) { in init_one()
257 switch (family) { in init_one()

12345678910>>...12