| /freebsd-11-stable/lib/libc/i386/string/ |
| HD | swab.S | 58 jz L2 # while swaping alternate bytes. 68 jz L4 # while swapping alternate bytes.
|
| /freebsd-11-stable/contrib/file/magic/Magdir/ |
| HD | motorola | 61 >22 belong &0x02 may be loaded to alternate RAM, 62 >22 belong &0x04 malloc may be from alternate RAM,
|
| HD | spectrum | 80 >>>7 byte 1 (alternate timings)
|
| /freebsd-11-stable/sys/dev/drm2/i915/ |
| HD | intel_bios.c | 329 bool alternate) in intel_bios_ssc_frequency() argument 333 return alternate ? 66 : 48; in intel_bios_ssc_frequency() 336 return alternate ? 100 : 96; in intel_bios_ssc_frequency() 338 return alternate ? 100 : 120; in intel_bios_ssc_frequency()
|
| /freebsd-11-stable/usr.bin/patch/tests/ |
| HD | PR74127.in | 11 # This is used to turn on an alternate debug log file
|
| /freebsd-11-stable/contrib/sendmail/mail.local/ |
| HD | README | 48 an alternate mail spool path (i.e., "-p /local/mail") and "-n" to specify 58 will offer an alternate hash, using a base64 encoding (changing / to _)
|
| /freebsd-11-stable/contrib/sendmail/cf/feature/ |
| HD | use_cw_file.m4 | 20 # to find alternate names for this host. Typically only used when several
|
| /freebsd-11-stable/sys/netinet/ |
| HD | sctp_timer.c | 952 if (stcb->asoc.alternate) { in sctp_t3rxt_timer() 953 sctp_free_remote_addr(stcb->asoc.alternate); in sctp_t3rxt_timer() 955 stcb->asoc.alternate = alt; in sctp_t3rxt_timer() 956 atomic_add_int(&stcb->asoc.alternate->ref_count, 1); in sctp_t3rxt_timer() 1575 if (stcb->asoc.alternate) { in sctp_autoclose_timer() 1576 netp = stcb->asoc.alternate; in sctp_autoclose_timer()
|
| HD | sctp_output.c | 3953 if (stcb->asoc.alternate) { in sctp_handle_no_route() 3954 sctp_free_remote_addr(stcb->asoc.alternate); in sctp_handle_no_route() 3956 stcb->asoc.alternate = alt; in sctp_handle_no_route() 3957 atomic_add_int(&stcb->asoc.alternate->ref_count, 1); in sctp_handle_no_route() 6656 if (stcb->asoc.alternate) { in sctp_sendall_iterator() 6657 net = stcb->asoc.alternate; in sctp_sendall_iterator() 7980 if ((net != stcb->asoc.alternate) && in sctp_med_chunk_output() 8040 if (asoc->alternate) { in sctp_med_chunk_output() 8041 chk->whoTo = asoc->alternate; in sctp_med_chunk_output() 8118 if (asoc->alternate == NULL) { in sctp_med_chunk_output() [all …]
|
| HD | sctp_indata.c | 2621 ((stcb->asoc.alternate) ? stcb->asoc.alternate : stcb->asoc.primary_destination)); in sctp_sack_check() 4230 if (stcb->asoc.alternate) { in sctp_express_handle_sack() 4235 sctp_free_remote_addr(stcb->asoc.alternate); in sctp_express_handle_sack() 4236 stcb->asoc.alternate = NULL; in sctp_express_handle_sack() 4389 if (asoc->alternate) { in sctp_express_handle_sack() 4390 netp = asoc->alternate; in sctp_express_handle_sack() 4407 if (asoc->alternate) { in sctp_express_handle_sack() 4408 netp = asoc->alternate; in sctp_express_handle_sack() 4999 if (stcb->asoc.alternate) { in sctp_handle_sack() 5004 sctp_free_remote_addr(stcb->asoc.alternate); in sctp_handle_sack() [all …]
|
| /freebsd-11-stable/contrib/ntp/ntpd/ |
| HD | ntp_leapsec.h | 150 extern leap_table_t *leapsec_get_table(int alternate);
|
| /freebsd-11-stable/sys/gnu/dts/arm/ |
| HD | omap3-gta04a3.dts | 17 /* alternate accelerometer that might be installed on some GTA04A3 boards */
|
| HD | ste-nomadik-nhk15.dts | 107 /* Some pins in alternate functions */
|
| /freebsd-11-stable/contrib/groff/contrib/gdiffmk/ |
| HD | ChangeLog | 36 * gdiffmk.sh: Make sed pattern work with alternate result of GNU
|
| /freebsd-11-stable/bin/chio/ |
| HD | chio.c | 776 int alternate = 0; in do_voltag() local 792 alternate = 1; in do_voltag() 841 if (alternate) { in do_voltag()
|
| /freebsd-11-stable/usr.sbin/bsdconfig/console/include/ |
| HD | messages.subr | 53 msg_choose_alternate_keyboard_map="Choose an alternate keyboard map" 54 msg_choose_alternate_screen_font="Choose an alternate screen font" 55 msg_choose_alternate_screenmap="Choose an alternate screenmap"
|
| /freebsd-11-stable/contrib/binutils/gas/ |
| HD | macro.c | 92 macro_init (int alternate, int mri, int strip_at, in macro_init() argument 97 macro_alternate = alternate; in macro_init() 106 macro_set_alternate (int alternate) in macro_set_alternate() argument 108 macro_alternate = alternate; in macro_set_alternate()
|
| /freebsd-11-stable/contrib/llvm-project/lld/docs/ |
| HD | getting_started.rst | 43 it is installed in an alternate location, you'll need to tell the cmake tool
|
| /freebsd-11-stable/contrib/gcclibs/libiberty/ |
| HD | fnmatch.txh | 6 zero or more characters, or a set of alternate characters in square
|
| /freebsd-11-stable/contrib/binutils/libiberty/ |
| HD | fnmatch.txh | 6 zero or more characters, or a set of alternate characters in square
|
| /freebsd-11-stable/contrib/sqlite3/ |
| HD | INSTALL | 172 prefix=/alternate/directory' will choose an alternate location for all 184 example, `make install DESTDIR=/alternate/directory' will prepend 185 `/alternate/directory' before all installation names. The approach of
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/ |
| HD | Signals.inc | 253 // Hold onto both the old and new alternate signal stack so that it's not 263 // If we're executing on the alternate stack, or we already have an alternate 294 // Create an alternate stack for signal handling. This is necessary for us to
|
| /freebsd-11-stable/contrib/file/ |
| HD | INSTALL | 172 prefix=/alternate/directory' will choose an alternate location for all 184 example, `make install DESTDIR=/alternate/directory' will prepend 185 `/alternate/directory' before all installation names. The approach of
|
| /freebsd-11-stable/contrib/amd/ |
| HD | INSTALL | 172 prefix=/alternate/directory' will choose an alternate location for all 184 example, `make install DESTDIR=/alternate/directory' will prepend 185 `/alternate/directory' before all installation names. The approach of
|
| /freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/ |
| HD | usb.h | 287 uint8_t alternate);
|