Symbol: ftype
lib/libkvm/kvm_file2.c
734
mode_t ftype = 0;
lib/libkvm/kvm_file2.c
738
ftype = S_IFREG;
lib/libkvm/kvm_file2.c
741
ftype = S_IFDIR;
lib/libkvm/kvm_file2.c
744
ftype = S_IFBLK;
lib/libkvm/kvm_file2.c
747
ftype = S_IFCHR;
lib/libkvm/kvm_file2.c
750
ftype = S_IFLNK;
lib/libkvm/kvm_file2.c
753
ftype = S_IFSOCK;
lib/libkvm/kvm_file2.c
756
ftype = S_IFIFO;
lib/libkvm/kvm_file2.c
763
return (ftype);
sbin/unwind/libunbound/services/listen_dnsport.c
1166
port_insert(struct listen_port** list, int s, enum listen_type ftype,
sbin/unwind/libunbound/services/listen_dnsport.c
1175
item->ftype = ftype;
sbin/unwind/libunbound/services/listen_dnsport.c
1562
if(ports->ftype == listen_type_udp ||
sbin/unwind/libunbound/services/listen_dnsport.c
1563
ports->ftype == listen_type_udp_dnscrypt) {
sbin/unwind/libunbound/services/listen_dnsport.c
1567
} else if(ports->ftype == listen_type_doq) {
sbin/unwind/libunbound/services/listen_dnsport.c
1576
} else if(ports->ftype == listen_type_tcp ||
sbin/unwind/libunbound/services/listen_dnsport.c
1577
ports->ftype == listen_type_tcp_dnscrypt) {
sbin/unwind/libunbound/services/listen_dnsport.c
1582
ports->ftype, ports->pp2_enabled, cb, cb_arg,
sbin/unwind/libunbound/services/listen_dnsport.c
1584
} else if(ports->ftype == listen_type_ssl ||
sbin/unwind/libunbound/services/listen_dnsport.c
1585
ports->ftype == listen_type_http) {
sbin/unwind/libunbound/services/listen_dnsport.c
1591
ports->ftype, ports->pp2_enabled, cb, cb_arg,
sbin/unwind/libunbound/services/listen_dnsport.c
1593
if(ports->ftype == listen_type_http) {
sbin/unwind/libunbound/services/listen_dnsport.c
1615
} else if(ports->ftype == listen_type_udpancil ||
sbin/unwind/libunbound/services/listen_dnsport.c
1616
ports->ftype == listen_type_udpancil_dnscrypt) {
sbin/unwind/libunbound/services/listen_dnsport.c
1630
if((http_notls && ports->ftype == listen_type_http) ||
sbin/unwind/libunbound/services/listen_dnsport.c
1631
(ports->ftype == listen_type_tcp) ||
sbin/unwind/libunbound/services/listen_dnsport.c
1632
(ports->ftype == listen_type_udp) ||
sbin/unwind/libunbound/services/listen_dnsport.c
1633
(ports->ftype == listen_type_udpancil) ||
sbin/unwind/libunbound/services/listen_dnsport.c
1634
(ports->ftype == listen_type_tcp_dnscrypt) ||
sbin/unwind/libunbound/services/listen_dnsport.c
1635
(ports->ftype == listen_type_udp_dnscrypt) ||
sbin/unwind/libunbound/services/listen_dnsport.c
1636
(ports->ftype == listen_type_udpancil_dnscrypt)) {
sbin/unwind/libunbound/services/listen_dnsport.c
1638
} else if(ports->ftype == listen_type_doq) {
sbin/unwind/libunbound/services/listen_dnsport.c
1640
} else if(ports->ftype == listen_type_http) {
sbin/unwind/libunbound/services/listen_dnsport.c
1648
if (ports->ftype == listen_type_udp_dnscrypt ||
sbin/unwind/libunbound/services/listen_dnsport.c
1649
ports->ftype == listen_type_tcp_dnscrypt ||
sbin/unwind/libunbound/services/listen_dnsport.c
1650
ports->ftype == listen_type_udpancil_dnscrypt) {
sbin/unwind/libunbound/services/listen_dnsport.h
143
enum listen_type ftype;
sys/arch/arm/arm/fault.c
168
vm_prot_t ftype;
sys/arch/arm/arm/fault.c
309
ftype = fsr & FAULT_WNR ? PROT_WRITE : PROT_READ;
sys/arch/arm/arm/fault.c
324
error = uvm_fault(map, va, 0, ftype);
sys/arch/arm/arm/fault.c
346
printf("\nuvm_fault(%p, %lx, %x, 0) -> %x\n", map, va, ftype,
sys/arch/arm64/arm64/pmap.c
1863
pmap_fault_fixup(pmap_t pm, vaddr_t va, vm_prot_t ftype)
sys/arch/arm64/arm64/pmap.c
1890
if ((ftype & PROT_WRITE) && /* fault caused by a write */
sys/arch/arm64/arm64/pmap.c
1905
} else if ((ftype & PROT_EXEC) && /* fault caused by an exec */
sys/arch/arm64/arm64/pmap.c
1918
} else if ((ftype & PROT_READ) && /* fault caused by a read */
sys/arch/riscv64/riscv64/pmap.c
1694
pmap_fault_fixup(pmap_t pm, vaddr_t va, vm_prot_t ftype)
sys/arch/riscv64/riscv64/pmap.c
1721
if ((ftype & PROT_WRITE) && /* fault caused by a write */
sys/arch/riscv64/riscv64/pmap.c
1736
} else if ((ftype & PROT_EXEC) && /* fault caused by an exec */
sys/arch/riscv64/riscv64/pmap.c
1749
} else if ((ftype & PROT_READ) && /* fault caused by a read */
sys/dev/ic/if_wi.c
536
u_int16_t ftype;
sys/dev/ic/if_wi.c
644
ftype = letoh16(rx_frame.wi_frame_ctl) & WI_FCTL_FTYPE;
sys/dev/ic/if_wi.c
666
if (ftype == WI_FTYPE_MGMT &&
sys/lib/libsa/nfs.c
596
u_int32_t ftype, mode;
sys/lib/libsa/nfs.c
598
ftype = ntohl(fp->fa.fa_type);
sys/lib/libsa/nfs.c
600
mode |= nfs_stat_types[ftype & 7];
sys/net/pfkeyv2_convert.c
424
struct sadb_protocol *sab, struct sadb_protocol *ftype)
sys/net/pfkeyv2_convert.c
466
flow->sen_direction = ftype->sadb_protocol_direction;
sys/net/pfkeyv2_convert.c
493
flow->sen_ip6_direction = ftype->sadb_protocol_direction;
sys/net/pfkeyv2_convert.c
565
export_flow(void **p, u_int8_t ftype, struct sockaddr_encap *flow,
sys/net/pfkeyv2_convert.c
575
switch (ftype) {
usr.bin/ssh/mux.c
1856
mux_client_forward(int fd, int cancel_flag, u_int ftype, struct Forward *fwd)
usr.bin/ssh/mux.c
1864
fwd_desc = format_forward(ftype, fwd);
usr.bin/ssh/mux.c
1890
(r = sshbuf_put_u32(m, ftype)) != 0 ||
usr.bin/ssh/mux.c
562
format_forward(u_int ftype, struct Forward *fwd)
usr.bin/ssh/mux.c
566
switch (ftype) {
usr.bin/ssh/mux.c
592
fatal_f("unknown forward type %u", ftype);
usr.bin/ssh/mux.c
722
u_int ftype;
usr.bin/ssh/mux.c
729
if ((r = sshbuf_get_u32(m, &ftype)) != 0 ||
usr.bin/ssh/mux.c
762
(fwd_desc = format_forward(ftype, &fwd)));
usr.bin/ssh/mux.c
764
if (ftype != MUX_FWD_LOCAL && ftype != MUX_FWD_REMOTE &&
usr.bin/ssh/mux.c
765
ftype != MUX_FWD_DYNAMIC) {
usr.bin/ssh/mux.c
766
logit_f("invalid forwarding type %u", ftype);
usr.bin/ssh/mux.c
774
if (ftype == MUX_FWD_DYNAMIC && fwd.listen_path) {
usr.bin/ssh/mux.c
785
(ftype != MUX_FWD_DYNAMIC && ftype != MUX_FWD_REMOTE &&
usr.bin/ssh/mux.c
791
if (ftype != MUX_FWD_DYNAMIC && fwd.connect_host == NULL &&
usr.bin/ssh/mux.c
798
switch (ftype) {
usr.bin/ssh/mux.c
839
if (ftype == MUX_FWD_LOCAL || ftype == MUX_FWD_DYNAMIC) {
usr.bin/ssh/mux.c
888
u_int ftype;
usr.bin/ssh/mux.c
894
if ((r = sshbuf_get_u32(m, &ftype)) != 0 ||
usr.bin/ssh/mux.c
928
(fwd_desc = format_forward(ftype, &fwd)));
usr.bin/ssh/mux.c
932
switch (ftype) {
usr.bin/ssh/mux.c
956
else if (ftype == MUX_FWD_REMOTE) {
usr.bin/vi/ex/ex_bang.c
139
ftype = FILTER_BANG;
usr.bin/vi/ex/ex_bang.c
145
ftype = FILTER_RBANG;
usr.bin/vi/ex/ex_bang.c
149
&cmdp->addr1, &cmdp->addr2, &rm, ap->bp, ftype);
usr.bin/vi/ex/ex_bang.c
50
enum filtertype ftype;
usr.bin/vi/ex/ex_filter.c
114
} else if (ftype != FILTER_READ && pipe(input) < 0) {
usr.bin/vi/ex/ex_filter.c
204
if (ftype == FILTER_RBANG || ftype == FILTER_READ) {
usr.bin/vi/ex/ex_filter.c
205
if (ftype == FILTER_RBANG)
usr.bin/vi/ex/ex_filter.c
211
if (ftype == FILTER_READ) {
usr.bin/vi/ex/ex_filter.c
241
if (ftype == FILTER_WRITE) {
usr.bin/vi/ex/ex_filter.c
293
if (ftype == FILTER_BANG) {
usr.bin/vi/ex/ex_filter.c
326
ftype == FILTER_READ && F_ISSET(sp, SC_VI) ? 1 : 0, 0) || rval);
usr.bin/vi/ex/ex_filter.c
42
enum filtertype ftype)
usr.bin/vi/ex/ex_filter.c
81
if (ftype == FILTER_BANG) {
usr.sbin/mtree/compare.c
111
ftype(s->type), inotype(p->fts_statp->st_mode));
usr.sbin/mtree/compare.c
50
static char *ftype(u_int);
usr.sbin/nsd/rdata.c
2680
uint8_t algorithm, ftype;
usr.sbin/nsd/rdata.c
2685
ftype = rr->rdata[1];
usr.sbin/nsd/rdata.c
2687
buffer_printf(output, "%" PRIu8 " %" PRIu8 " ", algorithm, ftype);
usr.sbin/unbound/services/listen_dnsport.c
1166
port_insert(struct listen_port** list, int s, enum listen_type ftype,
usr.sbin/unbound/services/listen_dnsport.c
1175
item->ftype = ftype;
usr.sbin/unbound/services/listen_dnsport.c
1562
if(ports->ftype == listen_type_udp ||
usr.sbin/unbound/services/listen_dnsport.c
1563
ports->ftype == listen_type_udp_dnscrypt) {
usr.sbin/unbound/services/listen_dnsport.c
1567
} else if(ports->ftype == listen_type_doq) {
usr.sbin/unbound/services/listen_dnsport.c
1576
} else if(ports->ftype == listen_type_tcp ||
usr.sbin/unbound/services/listen_dnsport.c
1577
ports->ftype == listen_type_tcp_dnscrypt) {
usr.sbin/unbound/services/listen_dnsport.c
1582
ports->ftype, ports->pp2_enabled, cb, cb_arg,
usr.sbin/unbound/services/listen_dnsport.c
1584
} else if(ports->ftype == listen_type_ssl ||
usr.sbin/unbound/services/listen_dnsport.c
1585
ports->ftype == listen_type_http) {
usr.sbin/unbound/services/listen_dnsport.c
1591
ports->ftype, ports->pp2_enabled, cb, cb_arg,
usr.sbin/unbound/services/listen_dnsport.c
1593
if(ports->ftype == listen_type_http) {
usr.sbin/unbound/services/listen_dnsport.c
1615
} else if(ports->ftype == listen_type_udpancil ||
usr.sbin/unbound/services/listen_dnsport.c
1616
ports->ftype == listen_type_udpancil_dnscrypt) {
usr.sbin/unbound/services/listen_dnsport.c
1630
if((http_notls && ports->ftype == listen_type_http) ||
usr.sbin/unbound/services/listen_dnsport.c
1631
(ports->ftype == listen_type_tcp) ||
usr.sbin/unbound/services/listen_dnsport.c
1632
(ports->ftype == listen_type_udp) ||
usr.sbin/unbound/services/listen_dnsport.c
1633
(ports->ftype == listen_type_udpancil) ||
usr.sbin/unbound/services/listen_dnsport.c
1634
(ports->ftype == listen_type_tcp_dnscrypt) ||
usr.sbin/unbound/services/listen_dnsport.c
1635
(ports->ftype == listen_type_udp_dnscrypt) ||
usr.sbin/unbound/services/listen_dnsport.c
1636
(ports->ftype == listen_type_udpancil_dnscrypt)) {
usr.sbin/unbound/services/listen_dnsport.c
1638
} else if(ports->ftype == listen_type_doq) {
usr.sbin/unbound/services/listen_dnsport.c
1640
} else if(ports->ftype == listen_type_http) {
usr.sbin/unbound/services/listen_dnsport.c
1648
if (ports->ftype == listen_type_udp_dnscrypt ||
usr.sbin/unbound/services/listen_dnsport.c
1649
ports->ftype == listen_type_tcp_dnscrypt ||
usr.sbin/unbound/services/listen_dnsport.c
1650
ports->ftype == listen_type_udpancil_dnscrypt) {
usr.sbin/unbound/services/listen_dnsport.h
143
enum listen_type ftype;