HomeSort by: relevance | last modified time | path
    Searched refs:alt (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /src/sys/arch/hpc/stand/hpcboot/
framebuffer.cpp 47 framebuffer_info *alt = 0; local in function:FrameBufferInfo::FrameBufferInfo
65 alt = tab;
71 if (alt) {
72 _fb = alt;
  /src/sys/netinet/
sctp_timer.c 216 struct sctp_nets *alt, *mnet; local in function:sctp_find_alternate_net
231 alt = TAILQ_NEXT(mnet, sctp_next);
232 if (alt == NULL) {
237 alt = TAILQ_FIRST(&stcb->asoc.nets);
239 rt = rtcache_validate(&alt->ro);
241 alt->src_addr_selected = 0;
244 ((alt->dest_state & SCTP_ADDR_REACHABLE) == SCTP_ADDR_REACHABLE) &&
246 (!(alt->dest_state & SCTP_ADDR_UNCONFIRMED))
249 rtcache_unref(rt, &alt->ro);
252 rtcache_unref(rt, &alt->ro)
734 struct sctp_nets *alt; local in function:sctp_t3rxt_timer
882 struct sctp_nets *alt; local in function:sctp_t1init_timer
903 struct sctp_nets *alt; local in function:sctp_cookie_timer
967 struct sctp_nets *alt; local in function:sctp_strreset_timer
1039 struct sctp_nets *alt; local in function:sctp_asconf_timer
1139 struct sctp_nets *alt; local in function:sctp_shutdown_timer
1173 struct sctp_nets *alt; local in function:sctp_shutdownack_timer
    [all...]
  /src/sys/arch/hpc/hpc/platid_gen/
platid_gen.c 63 const char *alt; member in struct:genctx_t
181 genctx[MODE_CPU][nest].alt = NULL;
182 genctx[MODE_MACHINE][nest].alt = NULL;
235 genctx[mode][nest].alt = NULL;
239 genctx[mode][nest].alt = genctx[mode][nest - 1].alt;
305 genctx[mode][nest].alt = np->ptr2;
446 if (genctx[mode][nest].alt == NULL)
450 genctx[mode][nest].alt);
453 if (genctx[mode][nest].alt == NULL
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
wm8750-apc8750.dts 22 wm,function = <2>; /* alt */
aspeed-bmc-opp-vesnin.dts 92 label = "alt";
234 aspeed,alt-boot;
aspeed-bmc-opp-mowgli.dts 316 label = "alt-bmc";
325 label = "alt-u-boot";
329 label = "alt-u-boot-env";
333 label = "alt-obmc-ubi";
651 aspeed,alt-boot;
aspeed-bmc-opp-witherspoon.dts 264 label = "alt-bmc";
274 label = "alt-u-boot";
278 label = "alt-u-boot-env";
282 label = "alt-obmc-ubi";
679 aspeed,alt-boot;
aspeed-bmc-opp-swift.dts 251 label = "alt-bmc";
260 label = "alt-u-boot";
264 label = "alt-u-boot-env";
268 label = "alt-obmc-ubi";
956 aspeed,alt-boot;
  /src/sys/dev/i2c/
gttwsi_core.c 224 uint32_t data, expect, alt; local in function:gttwsi_initiate_xfer
234 alt = STAT_ARBT_ANR;
237 alt = STAT_AWBT_ANR;
251 error = gttwsi_wait(sc, 0, expect, alt, flags, "send-addr-10");
260 alt = STAT_SARBT_ANR;
263 alt = STAT_SAWBT_ANR;
270 return gttwsi_wait(sc, 0, expect, alt, flags, "send-addr");
308 uint32_t alt, int flags, const char *what)
368 if (alt != 0 && status != alt)
    [all...]
  /src/lib/libedit/
map.h 52 el_action_t *alt; /* The current alternate key map */ member in struct:el_map_t
map.c 916 el->el_map.alt = el_calloc(N_KEYS, sizeof(*el->el_map.alt));
917 if (el->el_map.alt == NULL)
956 el_free(el->el_map.alt);
957 el->el_map.alt = NULL;
995 el_action_t *alt = el->el_map.alt; local in function:map_init_meta
1001 for (i = 0; i <= 0377 && alt[i] != EM_META_NEXT; i++)
1006 map = alt;
1008 map = alt;
1035 el_action_t *alt = el->el_map.alt; local in function:map_init_vi
1066 el_action_t *alt = el->el_map.alt; local in function:map_init_emacs
    [all...]
  /src/sys/arch/sandpoint/stand/altboot/
siisata.c 88 l->chan[0].ctl = l->chan[0].alt = l->bar[1] | 02;
91 l->chan[1].ctl = l->chan[1].alt = l->bar[3] | 02;
98 l->chan[0].ctl = l->chan[0].alt = (l->bar[5] + 0x088) | 02;
100 l->chan[1].ctl = l->chan[1].alt = (l->bar[5] + 0x0c8) | 02;
102 l->chan[2].ctl = l->chan[2].alt = (l->bar[5] + 0x288) | 02;
104 l->chan[3].ctl = l->chan[3].alt = (l->bar[5] + 0x2c8) | 02;
pciide.c 111 l->chan[0].ctl = l->chan[0].alt = l->bar[1] | 02;
114 l->chan[1].ctl = l->chan[1].alt = l->bar[3] | 02;
124 l->chan[0].ctl = l->chan[0].alt = l->bar[1] | 02;
127 l->chan[1].ctl = l->chan[1].alt = l->bar[3] | 02;
dsk.c 151 (void)CSR_READ_1(chan->alt);
152 (void)CSR_READ_1(chan->alt);
153 (void)CSR_READ_1(chan->alt);
154 (void)CSR_READ_1(chan->alt);
201 (void)CSR_READ_1(chan->alt);
205 (void)CSR_READ_1(chan->alt);
215 (void)CSR_READ_1(chan->alt);
228 (void)CSR_READ_1(chan->alt);
globals.h 230 uint32_t cmd, ctl, alt, dma; member in struct:dvata_chan
  /src/usr.bin/rpcgen/
rpc_cout.c 230 const char *alt = NULL; local in function:print_ifstat
241 alt = "string";
244 alt = "opaque";
246 if (alt) {
247 print_ifopen(indent, alt);
255 if (!alt) {
261 alt = "string";
264 alt = "bytes";
267 print_ifopen(indent, alt);
270 if (alt) {
    [all...]
  /src/sys/arch/mac68k/mac68k/
disksubr.c 180 int type, int alt, int *maxslot)
192 if (alt >= 0 && alt != bzb->bzbCluster)
198 if (alt >= 0 && alt != bzb->bzbCluster)
  /src/usr.bin/xlint/lint2/
chk.c 605 bool fwidth, prec, left, sign, space, alt, zero; local in function:printflike
623 fwidth = prec = left = sign = space = alt = zero = false;
641 if (alt)
643 alt = true;
707 alt || zero || prec || fwidth) {
728 if (alt || sz == LDOUBLE) {
748 if ((alt && fc == 'u') || sz == LDOUBLE)
766 if ((alt && fc != 'O') || sz != NO_TSPEC || !tflag)
783 if (sz != NO_TSPEC || alt || zero)
788 if (sz != NO_TSPEC || alt || zero
    [all...]
  /src/sys/dev/usb/
uvideo.c 1098 DPRINTF(("uvideo_stream_init: error setting alt interface: "
1144 struct uvideo_alternate *alt; local in function:uvideo_stream_init_desc
1201 alt = kmem_alloc(sizeof(*alt), KM_SLEEP);
1202 alt->altno = ifdesc->bAlternateSetting;
1203 alt->interval =
1207 alt->max_packet_size =
1210 alt->max_packet_size *=
1216 alt, entries);
1284 struct uvideo_alternate *alt; local in function:uvideo_stream_free
1595 struct uvideo_alternate *alt, *alt_maybe; local in function:uvideo_stream_start_xfer
    [all...]
  /src/lib/libbluetooth/
sdp_get.c 341 sdp_get_alt(sdp_data_t *data, sdp_data_t *alt)
344 return _sdp_get_ext(SDP_DATA_ALT, data, alt);
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/cavium-octeon/
octeon_3xxx.dts 182 cavium,alt-phy-handle = <&phy100>;
192 cavium,alt-phy-handle = <&phy101>;
202 cavium,alt-phy-handle = <&phy102>;
211 cavium,alt-phy-handle = <&phy103>;
  /src/sys/arch/macppc/macppc/
disksubr.c 263 getNamedType(struct part_map_entry *part, int num_parts, struct disklabel *lp, int type, int alt, int *maxslot)
273 if (alt >= 0 && alt != clust)
277 if (alt >= 0 && alt != clust)
  /src/games/rogue/
move.c 554 static boolean alt; local in function:heal
605 if ((alt = !alt) != 0) {
  /src/sys/external/gpl2/dts/dist/include/dt-bindings/usb/
pd.h 210 #define VDO_UFP(ver, cap, conn, vcpwr, vcr, vbr, alt, spd) \
212 | ((vcpwr) & 0x7) << 8 | (vcr) << 7 | (vbr) << 6 | ((alt) & 0x7) << 3 \
  /src/usr.sbin/dumpfs/
dumpfs.c 542 union fsun alt; local in function:print_alt_super
551 if (pread(fd, &alt, sizeof alt, loc) != sizeof alt) {
552 warnx("%s: error reading alt %d", name, i);
556 fix_superblock(&alt.fs, alt_opostblsave);
557 if (print_superblock(&alt.fs, alt_opostblsave, name, fd, loc)) {

Completed in 23 milliseconds

1 2 3