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

/freebsd-11-stable/lib/libc/i386/string/
H A Dswab.S58 jz L2 # while swaping alternate bytes.
68 jz L4 # while swapping alternate bytes.
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_leapsec.h146 /* Get the current or alternate table pointer. Getting the alternate
150 extern leap_table_t *leapsec_get_table(int alternate);
H A Dntp_leapsec.c107 int alternate)
123 if (alternate) {
106 leapsec_get_table( int alternate) argument
H A Drefclock_oncore.c1715 alternate code for previous 4 lines is
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_bios.c329 bool alternate)
333 return alternate ? 66 : 48;
336 return alternate ? 100 : 96;
338 return alternate ? 100 : 120;
328 intel_bios_ssc_frequency(struct drm_device *dev, bool alternate) argument
/freebsd-11-stable/sys/netinet/
H A Dsctp_timer.c174 /* Find and return an alternate network if possible */
187 * JRS 5/14/07 - If mode is set to 2, use the CMT PF find alternate
290 * CMT policy for choosing an alternate net. */
389 /* Found an alternate address */
825 /* Find an alternate and mark those for retransmission */
946 * Yes, note it as such and find an alternate note:
952 if (stcb->asoc.alternate) {
953 sctp_free_remote_addr(stcb->asoc.alternate);
955 stcb->asoc.alternate = alt;
956 atomic_add_int(&stcb->asoc.alternate
[all...]
H A Dsctp_output.c3953 if (stcb->asoc.alternate) {
3954 sctp_free_remote_addr(stcb->asoc.alternate);
3956 stcb->asoc.alternate = alt;
3957 atomic_add_int(&stcb->asoc.alternate->ref_count, 1);
6656 if (stcb->asoc.alternate) {
6657 net = stcb->asoc.alternate;
7980 if ((net != stcb->asoc.alternate) &&
8040 if (asoc->alternate) {
8041 chk->whoTo = asoc->alternate;
8118 if (asoc->alternate
[all...]
H A Dsctp_indata.c2621 ((stcb->asoc.alternate) ? stcb->asoc.alternate : stcb->asoc.primary_destination));
3725 /* Can we find an alternate? */
3730 * FR's to an alternate. Armando Caro's
3780 /* yes, there is an alternate. */
4230 if (stcb->asoc.alternate) {
4232 * release the alternate,
4235 sctp_free_remote_addr(stcb->asoc.alternate);
4236 stcb->asoc.alternate = NULL;
4389 if (asoc->alternate) {
[all...]
H A Dsctp_pcb.c3439 if (asoc->asoc.alternate) {
3440 netp = asoc->asoc.alternate;
4478 if (net == stcb->asoc.alternate) {
4479 sctp_free_remote_addr(stcb->asoc.alternate);
4480 stcb->asoc.alternate = NULL;
4729 if (stcb->asoc.alternate) {
4730 sctp_free_remote_addr(stcb->asoc.alternate);
4731 stcb->asoc.alternate = NULL;
6728 if (!(net->dest_state & SCTP_ADDR_PF) && (stcb->asoc.alternate)) {
6729 sctp_free_remote_addr(stcb->asoc.alternate);
[all...]
H A Dsctp_usrreq.c744 if (stcb->asoc.alternate) {
745 netp = stcb->asoc.alternate;
769 if (stcb->asoc.alternate) {
770 netp = stcb->asoc.alternate;
934 if (stcb->asoc.alternate) {
935 netp = stcb->asoc.alternate;
5846 if ((stcb->asoc.alternate) &&
5849 sctp_free_remote_addr(stcb->asoc.alternate);
5850 stcb->asoc.alternate = NULL;
H A Dsctp_asconf.c544 (stcb->asoc.alternate)) {
545 sctp_free_remote_addr(stcb->asoc.alternate);
546 stcb->asoc.alternate = NULL;
H A Dsctp_structs.h865 struct sctp_nets *alternate; /* If primary is down or PF */ member in struct:sctp_association
1201 /* flags to handle send alternate net tracking */
H A Dsctp_input.c677 if (stcb->asoc.alternate) {
678 /* release the alternate, primary is good */
679 sctp_free_remote_addr(stcb->asoc.alternate);
680 stcb->asoc.alternate = NULL;
/freebsd-11-stable/contrib/binutils/gas/
H A Dmacro.c69 /* Whether we are in alternate syntax mode. */
92 macro_init (int alternate, int mri, int strip_at, argument
97 macro_alternate = alternate;
103 /* Switch in and out of alternate mode on the fly. */
106 macro_set_alternate (int alternate) argument
108 macro_alternate = alternate;
151 to the dot. With the alternate, labels have to start in
781 /* At least in alternate mode this seems correct; without this
/freebsd-11-stable/lib/libusb/
H A Dusb.h291 int usb_set_altinterface(usb_dev_handle * dev, int alternate);
H A Dlibusb01.c780 usb_set_altinterface(usb_dev_handle * dev, int alternate) argument
788 err = libusb20_dev_set_alt_index((void *)dev, iface, alternate);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h287 uint8_t alternate);
/freebsd-11-stable/bin/chio/
H A Dchio.c776 int alternate = 0; local
792 alternate = 1;
841 if (alternate) {
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in437 $NTPCONF. However, an alternate location can be specified on the
/freebsd-11-stable/contrib/gdb/include/
H A Dhp-symtab.h1243 vtpointer alias ; /* alternate name, if any */
1292 vtpointer alias; /* alternate name, if any */
1853 unsigned int alternate : 1; /* alternate unnamed aliases? */ member in struct:quick_alias
/freebsd-11-stable/stand/lua/
H A Dmenu.lua220 -- We'll cache the alternate entries for performance.
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dlib1funcs.asm36 // __divtf3 is an alternate symbol name for backward compatibility.
/freebsd-11-stable/contrib/gdb/
H A Dltconfig331 --add-tag=TAG append an alternate configuration
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3613 InstructionShuffler(bool alternate, bool topdown) argument
3614 : IsAlternating(alternate), IsTopDown(topdown) {}
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure771 --with-caps=alt compile with alternate Caps file
1015 # Let the site file select an alternate cache file if it wants to.
10287 echo "$as_me:10287: checking for alternate terminal capabilities file" >&5
10288 echo $ECHO_N "checking for alternate terminal capabilities file... $ECHO_C" >&6

Completed in 355 milliseconds