Home
last modified time | relevance | path

Searched refs:alternate (Results 1 – 25 of 176) sorted by relevance

12345678

/NextBSD/lib/libc/i386/string/
HDswab.S58 jz L2 # while swaping alternate bytes.
68 jz L4 # while swapping alternate bytes.
/NextBSD/contrib/file/magic/Magdir/
HDmotorola61 >22 belong &0x02 may be loaded to alternate RAM,
62 >22 belong &0x04 malloc may be from alternate RAM,
/NextBSD/sys/dev/drm2/i915/
HDintel_bios.c326 bool alternate) in intel_bios_ssc_frequency() argument
330 return alternate ? 66 : 48; in intel_bios_ssc_frequency()
333 return alternate ? 100 : 96; in intel_bios_ssc_frequency()
335 return alternate ? 100 : 120; in intel_bios_ssc_frequency()
/NextBSD/sys/gnu/dts/arm/
HDomap3-gta04a3.dts17 /* alternate accelerometer that might be installed on some GTA04A3 boards */
HDste-nomadik-nhk15.dts91 /* Some pins in alternate functions */
/NextBSD/contrib/ntp/ntpd/
HDntp_leapsec.h150 extern leap_table_t *leapsec_get_table(int alternate);
/NextBSD/sys/netinet/
HDsctp_timer.c953 if (stcb->asoc.alternate) { in sctp_t3rxt_timer()
954 sctp_free_remote_addr(stcb->asoc.alternate); in sctp_t3rxt_timer()
956 stcb->asoc.alternate = alt; in sctp_t3rxt_timer()
957 atomic_add_int(&stcb->asoc.alternate->ref_count, 1); in sctp_t3rxt_timer()
1564 if (stcb->asoc.alternate) { in sctp_autoclose_timer()
1565 netp = stcb->asoc.alternate; in sctp_autoclose_timer()
HDsctp_indata.c2185 ((stcb->asoc.alternate) ? stcb->asoc.alternate : stcb->asoc.primary_destination)); in sctp_sack_check()
3822 if (stcb->asoc.alternate) { in sctp_express_handle_sack()
3827 sctp_free_remote_addr(stcb->asoc.alternate); in sctp_express_handle_sack()
3828 stcb->asoc.alternate = NULL; in sctp_express_handle_sack()
4008 if (asoc->alternate) { in sctp_express_handle_sack()
4009 netp = asoc->alternate; in sctp_express_handle_sack()
4030 if (asoc->alternate) { in sctp_express_handle_sack()
4031 netp = asoc->alternate; in sctp_express_handle_sack()
4620 if (stcb->asoc.alternate) { in sctp_handle_sack()
4625 sctp_free_remote_addr(stcb->asoc.alternate); in sctp_handle_sack()
[all …]
HDsctp_output.c3954 if (stcb->asoc.alternate) { in sctp_handle_no_route()
3955 sctp_free_remote_addr(stcb->asoc.alternate); in sctp_handle_no_route()
3957 stcb->asoc.alternate = alt; in sctp_handle_no_route()
3958 atomic_add_int(&stcb->asoc.alternate->ref_count, 1); in sctp_handle_no_route()
6571 if (stcb->asoc.alternate) { in sctp_sendall_iterator()
6572 net = stcb->asoc.alternate; in sctp_sendall_iterator()
7878 if ((net != stcb->asoc.alternate) && in sctp_med_chunk_output()
7937 if (asoc->alternate) { in sctp_med_chunk_output()
7938 chk->whoTo = asoc->alternate; in sctp_med_chunk_output()
8013 if (asoc->alternate == NULL) { in sctp_med_chunk_output()
[all …]
/NextBSD/contrib/groff/contrib/gdiffmk/
HDChangeLog36 * gdiffmk.sh: Make sed pattern work with alternate result of GNU
/NextBSD/bin/chio/
HDchio.c776 int alternate = 0; in do_voltag() local
792 alternate = 1; in do_voltag()
841 if (alternate) { in do_voltag()
/NextBSD/usr.sbin/bsdconfig/console/include/
HDmessages.subr53 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"
/NextBSD/contrib/binutils/gas/
HDmacro.c92 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()
/NextBSD/contrib/binutils/libiberty/
HDfnmatch.txh6 zero or more characters, or a set of alternate characters in square
/NextBSD/contrib/gcclibs/libiberty/
HDfnmatch.txh6 zero or more characters, or a set of alternate characters in square
/NextBSD/contrib/llvm/tools/clang/
HDLICENSE.TXT57 The following pieces of software have additional or alternate copyrights,
/NextBSD/contrib/sqlite3/
HDINSTALL172 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
/NextBSD/contrib/file/
HDINSTALL172 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
/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDusb.h288 uint8_t alternate);
/NextBSD/lib/libusb/
HDusb.h291 int usb_set_altinterface(usb_dev_handle * dev, int alternate);
/NextBSD/contrib/libreadline/examples/
HDInputrc38 # alternate arrow key prefix
/NextBSD/contrib/llvm/
HDLICENSE.TXT59 The following pieces of software have additional or alternate copyrights,
/NextBSD/contrib/gcc/config/rs6000/
HDsysv4.opt96 Use alternate register names
/NextBSD/etc/mail/
HDREADME23 in /etc/make.conf to an alternate .mc file) and using
/NextBSD/contrib/ntp/scripts/update-leap/
HDinvoke-update-leap.texi22 However, an alternate location can be specified on the command line.
102 $NTPCONF. However, an alternate location can be specified on the

12345678