| /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;
|
| 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...] |
| 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...] |
| 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 */
|
| wm8750-apc8750.dts | 22 wm,function = <2>; /* alt */
|
| aspeed-bmc-opp-vesnin.dts | 92 label = "alt"; 234 aspeed,alt-boot;
|
| aspeed-bmc-opp-vesnin.dts | 92 label = "alt"; 234 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...] |
| 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.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...] |
| 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;
|
| 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;
|
| 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);
|
| 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);
|
| /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...] |
| 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)
|