Home
last modified time | relevance | path

Searched refs:code (Results 3601 – 3625 of 5016) sorted by relevance

1...<<141142143144145146147148149150>>...201

/freebsd-12.1/share/i18n/csmapper/ISO-8859/
H A DISO-8859-2%UCS.src45 # Column #1 is the ISO/IEC 8859-2 code (in hex as 0xXX)
H A DISO-8859-3%UCS.src45 # Column #1 is the ISO/IEC 8859-3 code (in hex as 0xXX)
H A DISO-8859-7%UCS.src49 # Column #1 is the ISO 8859-7 code (in hex as 0xXX)
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c155 int (*code) (struct archive *a, member
2645 lastrm->code = compression_code_gzip; in compression_init_encoder_gzip()
2742 lastrm->code = compression_code_bzip2; in compression_init_encoder_bzip2()
2856 lastrm->code = compression_code_lzma; in compression_init_encoder_lzma()
2933 lastrm->code = compression_code_lzma; in compression_init_encoder_xz()
3086 return (lastrm->code(a, lastrm, action)); in compression_code()
/freebsd-12.1/sys/dev/fb/
H A Dvga.c462 static void fill_adapter_param(int code, video_adapter_t *adp);
757 fill_adapter_param(int code, video_adapter_t *adp) in fill_adapter_param() argument
777 if ((code < 0) || (code >= nitems(dcc))) { in fill_adapter_param()
781 adp[V_ADP_PRIMARY] = adapter_init_value[dcc[code].primary]; in fill_adapter_param()
782 adp[V_ADP_SECONDARY] = adapter_init_value[dcc[code].secondary]; in fill_adapter_param()
/freebsd-12.1/sys/cam/ata/
H A Data_da.c800 static void adaasync(void *callback_arg, u_int32_t code,
1262 adaasync(void *callback_arg, u_int32_t code, in adaasync() argument
1270 switch (code) { in adaasync()
1314 cam_periph_async(periph, code, path, arg); in adaasync()
1335 cam_periph_async(periph, code, path, arg); in adaasync()
1356 cam_periph_async(periph, code, path, arg); in adaasync()
/freebsd-12.1/sys/dev/iwn/
H A Dif_iwn.c3355 switch (calib->code) { in iwn5000_rx_calib_results()
3387 calib->code); in iwn5000_rx_calib_results()
4881 cmd->code = IWN_CMD_TX_DATA; in iwn_tx_cmd()
5284 cmd->code = code; in iwn_cmd()
5295 __func__, iwn_intr_str(cmd->code), cmd->code, in iwn_cmd()
6093 cmd.code = IWN4965_PHY_CALIB_DIFF_GAIN; in iwn4965_init_gains()
6108 cmd.code = sc->reset_noise_gain; in iwn5000_init_gains()
6132 cmd.code = IWN4965_PHY_CALIB_DIFF_GAIN; in iwn4965_set_gains()
6164 cmd.code = sc->noise_gain; in iwn5000_set_gains()
7560 if (code == IEEE80211_STATUS_SUCCESS) { in iwn_addba_response()
[all …]
/freebsd-12.1/crypto/heimdal/kadmin/
H A DChangeLog136 * mod.c: Return error code so that toplevel function can catch
520 * load.c: remove unused etypes code, and add parsing of the
874 the overwrite code, check for it.
906 * server.c (v5_loop): use correct error code
1031 * version4.c: add ACL checks more error code checks restructure
/freebsd-12.1/contrib/gcclibs/libmudflap/
H A DChangeLog74 (pthread_create_version): Move initialization before code using it.
165 code to allocate thread stack space.
517 * mf-runtime.c: Rewrite code dealing with object database to use
653 some pthreads code that croaks on linux glibc tls.
925 code. Count reentrancy events.
931 Reorganize reentrancy code.
934 (internal __mfu_ entry points): Remove internal reentrancy code.
960 some lock/unlock markers. Remove some unused code.
1009 prevention code.
/freebsd-12.1/contrib/tcp_wrappers/
H A DREADME576 much more source code than the daemon wrapper programs. Available
681 For those who care, the bug is that the BSD kernel code was not careful
721 The `try-from' program tests the host and username lookup code. Run it
789 The `try-from' program tests the host and username lookup code. Run it
995 submitting source code. Nevertheless, all mistakes and bugs in the
1011 techniques. The bogus daemon feature was inspired by code from Andrew
1016 my early TLI code and to work out how DG/UX differs from Solaris.
1020 and for trying out and discussing embryonic code or ideas.
1029 code fragments, or ideas for improvements.
/freebsd-12.1/sys/netinet/
H A Dsctputil.c4655 if ((code == 0) || (info == NULL)) { in sctp_generate_cause()
4667 cause->code = htons(code); in sctp_generate_cause()
6949 uint8_t type, code; in sctp_recv_icmp_tunneled_packet() local
7023 code = icmp->icmp_code; in sctp_recv_icmp_tunneled_packet()
7025 (code == ICMP_UNREACH_PORT)) { in sctp_recv_icmp_tunneled_packet()
7026 code = ICMP_UNREACH_PROTOCOL; in sctp_recv_icmp_tunneled_packet()
7028 sctp_notify(inp, stcb, net, type, code, in sctp_recv_icmp_tunneled_packet()
7057 uint8_t type, code; in sctp_recv_icmp6_tunneled_packet() local
7165 code = ip6cp->ip6c_icmp6->icmp6_code; in sctp_recv_icmp6_tunneled_packet()
7169 code = ICMP6_PARAMPROB_NEXTHEADER; in sctp_recv_icmp6_tunneled_packet()
[all …]
/freebsd-12.1/contrib/binutils/opcodes/
H A DChangeLog-2006136 * score-dis.c (print_insn): Correct the error code to print
415 Remove local code for po/Makefile.
549 %<code>[zy] into %[zy]<code>. Expand meaning of %<bitfield>['`?].
/freebsd-12.1/sys/powerpc/powerpc/
H A Dmmu_if.m8 # 1. Redistributions of source code must retain the above copyright
43 * code.
760 * Called by bus code on behalf of device drivers. The mapping does not
777 * Called by bus code on behalf of device drivers. The mapping does not
/freebsd-12.1/sys/cam/scsi/
H A Dscsi_pass.c169 static void passasync(void *callback_arg, u_int32_t code,
475 passasync(void *callback_arg, u_int32_t code, in passasync() argument
482 switch (code) { in passasync()
539 cam_periph_async(periph, code, path, arg); in passasync()
/freebsd-12.1/contrib/binutils/bfd/
H A Delf64-mips.c2206 bfd_reloc_code_real_type code) in bfd_elf64_bfd_reloc_type_lookup() argument
2217 if (mips_reloc_map[i].bfd_val == code) in bfd_elf64_bfd_reloc_type_lookup()
2224 if (mips16_reloc_map[i].bfd_val == code) in bfd_elf64_bfd_reloc_type_lookup()
2228 switch (code) in bfd_elf64_bfd_reloc_type_lookup()
H A DChangeLog-9495349 linkage code.
3143 of this code, including the code that looks up the gp value.
3252 New code for PE headers.
3765 code.
3777 main machine code field, check the two alternate machine code
4972 linking PIC compiled code.
5747 HPPA ELF spec the code implements.
6007 than format specific code.
8221 reloc, used in embedded PIC code.
8709 ton of common code).
[all …]
/freebsd-12.1/contrib/gcc/
H A Dglobal.c804 RTX_CODE code = GET_CODE (insn); in global_conflicts() local
811 if (code == INSN || code == CALL_INSN || code == JUMP_INSN) in global_conflicts()
/freebsd-12.1/sys/netpfil/ipfw/
H A Ddummynet.txt204 The dummynet code is split in several files.
205 All kernel code is in sys/netpfil/ipfw except ip_dummynet.h
206 All userland code is in sbin/ipfw.
237 functions for short sections of code (exception -- the timer).
242 - the 'busy' flag is set/cleared by long sections of code as follows:
264 and we simply return, possibly with some appropriate error code.
574 to write some glue code to allow use ipfw from FreeBSD 7.2 with the kernel
/freebsd-12.1/crypto/heimdal/
H A DChangeLog.2000109 * lib/krb5/Makefile.am: actually build replay cache code
329 (krb5_sendto): always return a return code
373 * kdc/kerberos5.c: re-write search for keys code. loop over all
667 * kdc/kstash.c: make this work with the new mkey code
748 * lib/krb5/get_for_creds.c: be more compatible with MIT code.
750 * lib/krb5/rd_cred.c: be more compatible with MIT code. From
770 * kdc/v4_dump.c: code for reading krb4 dump files
/freebsd-12.1/contrib/binutils/ld/
H A DChangeLog-989932 Clean up code to use EXTRA_SHLIB_EXTENSION.
570 * emultempl/armelf.em: Added code so that .xs linker scripts are
1225 symbols, clean up old code.
1292 initialised by the same piece of code.
1672 --support-old-code.
1674 * ld.texinfo: Document the --support-old-code option.
1754 to conform to BFD naming conventions. Add code to _after_open()
1755 function to obtain a bfd for use by the interworking code.
1759 function to obtain a bfd for use by the interworking code.
1841 ARM code inside ifdef TARGET_IS_armpe.
/freebsd-12.1/contrib/diff/
H A DNEWS150 character with octal code O. E.g. %c'\0' stands for a null character.
157 The character C, or with octal code O, as above.
/freebsd-12.1/crypto/openssl/doc/man3/
H A DEVP_DigestInit.pod280 preference to the low level interfaces. This is because the code then becomes
291 obsolete but are retained to maintain compatibility with existing code. New
/freebsd-12.1/sys/gnu/dts/arm/
H A Dmeson8.dtsi217 * code which is responsible for system suspend. It loads a
218 * piece of ARC code ("arc_power" in the vendor u-boot tree)
/freebsd-12.1/sys/gnu/dts/arm64/qcom/
H A Dapq8096-db820c.dtsi469 linux,code = <KEY_VOLUMEUP>;
637 linux,code = <KEY_VOLUMEDOWN>;
/freebsd-12.1/usr.sbin/usbdump/
H A Dusbdump.c60 (x).code = (_c); \
67 (x).code = (_c); \

1...<<141142143144145146147148149150>>...201