Home
last modified time | relevance | path

Searched refs:filter (Results 1 – 25 of 365) sorted by path

12345678910>>...15

/illumos-gate/exception_lists/
H A Dmapfilechk40 usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A Dpackaging684 # Private socket filter API
/illumos-gate/usr/src/
H A DMakefile.master.6478 # ld(1) requires the -64 option to create a 64-bit filter solely from a mapfile
/illumos-gate/usr/src/boot/efi/include/
H A Defi_driver_utils.h34 extern EFI_STATUS connect_controllers(EFI_GUID *filter);
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_driver_utils.c37 connect_controllers(EFI_GUID *filter) in connect_controllers() argument
43 status = efi_get_protocol_handles(filter, &nhandles, &handles); in connect_controllers()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.h237 uint8_t filter; /* see UNDI_OPEN (0x0006) */ member
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm1414 my ($filter) = @_;
1418 if (exists($filter_lib_cache{$filter})) {
1419 return $filter_lib_cache{$filter};
1422 if (! -f $filter) {
1423 $filter_lib_cache{$filter} = 'unknown';
1428 $dump_output = cmd_output_dump($filter);
1432 $filter);
1433 $filter_lib_cache{$filter} = 'unknown';
1457 $filter_lib_cache{$filter} = $type;
1459 return $filter_lib_cache{$filter};
H A Dabi_index.pl117 filter($pathname, $link, $pkgs);
145 sub filter subroutine
H A Dsymprof.pl392 $filter_map{$filtee} = $filter;
395 $filter = basename($filter);
397 $filter_map{$filtee} = $filter;
466 if ($filter =~ /\blibdl\.so\.\d+/) {
467 $filter_map{$filtee} = $filter;
470 $filter = basename($filter);
472 $filter_map{$filtee} = $filter;
1246 my ($filter, $filtee);
1261 $filter = wclean($t2);
1266 $filter = wclean($t2, 1);
[all …]
/illumos-gate/usr/src/cmd/audio/include/
H A DFir.h81 virtual int filter(short *in, int size, short *out);
H A DResample.h75 virtual int filter(short *in, int size, short *out);
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioTypeSampleRate.cc134 nsamps = resampler.filter((short *)inbuf->GetAddress(), in Convert()
185 nsamp = resampler.filter(NULL, 0, (short *)tmpbuf); in Flush()
H A DFir.cc234 filter( in filter() function in Fir
H A DResample.cc414 filter( in filter() function in ResampleFilter
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt39 # skipClass=no # uncomment to filter unused events
/illumos-gate/usr/src/cmd/bhyve/
H A Dmevent.c263 kev->filter = mevent_kq_filter(mevp); in mevent_populate()
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipqosconf.1.sample38 # filter videoout needs to be given a valid port number/service name of a
40 # filter ftpout needs to be given the uid of the user ftp. The ftp user account
66 filter {
74 filter {
80 # This filter catches anonymous ftp user outgoing traffic.
81 filter {
88 filter {
H A Dipqosconf.2.sample39 # parameter values in the ipgpc filter myfilter need to be given actual values.
46 filter {
H A Dipqosconf.3.sample35 # of filter webout needs to be given a valid ip address/hostname.
47 filter {
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v6106 stream is nulled-out with a filter when not in use, but still
498 "blackhole" packet filter. The stream is left open.
1210 - Add "dhcp6" filter keyword
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c874 icmp6_filter_t filter; in phyint_inst_v6_sockinit() local
962 ICMP6_FILTER_SETBLOCKALL(&filter); in phyint_inst_v6_sockinit()
963 ICMP6_FILTER_SETPASS(ICMP6_ECHO_REPLY, &filter); in phyint_inst_v6_sockinit()
966 (char *)&filter, sizeof (filter)) < 0) { in phyint_inst_v6_sockinit()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c309 icmp6_filter_t filter; in phyint_init_from_k() local
371 ICMP6_FILTER_SETBLOCKALL(&filter); in phyint_init_from_k()
372 ICMP6_FILTER_SETPASS(ND_ROUTER_SOLICIT, &filter); in phyint_init_from_k()
373 ICMP6_FILTER_SETPASS(ND_ROUTER_ADVERT, &filter); in phyint_init_from_k()
376 (char *)&filter, sizeof (filter)) < 0) { in phyint_init_from_k()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipgpc.types30 filter name string
31 filter user user
32 filter projid int32
33 filter if_name ifname
35 filter protocol protocol
36 filter dsfield uint8
38 filter saddr address
39 filter daddr address
40 filter sport port
41 filter dport port
[all …]
H A Dipqosconf.c3640 if (printall && ((*filter)->src_nd_name || (*filter)->dst_nd_name)) { in printfilter()
3674 res = printnvlist(fp, module, (*filter)->nvlist, printall, *filter, in printfilter()
3691 strcmp((*filter)->name, (*filter)->next->name) != in printfilter()
3695 *filter = (*filter)->next; in printfilter()
7055 (filter->src_nd_name ? filter->src_nd_name : "NULL"), in domultihome()
7056 (filter->dst_nd_name ? filter->dst_nd_name : "NULL")); in domultihome()
7177 if (filter->src_nd_name && filter->dst_nd_name) { in domultihome()
7335 if (*filter == NULL) { in readfilter()
7649 if (*filter) in readfilter()
8013 if (filter->src_nd_name || filter->dst_nd_name) { in readaction()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dntp.h377 struct filter { struct
381 } filter; /* filter, clear */ member

12345678910>>...15