HomeSort by: relevance | last modified time | path
    Searched defs:alt (Results 1 - 22 of 22) sorted by relevancy

  /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/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...]
tty.c 903 el_action_t *map, *alt; local in function:tty_bind_char
908 alt = el->el_map.alt;
929 keymacro_clear(el, alt, old);
930 alt[(unsigned char)old[0]] =
932 keymacro_clear(el, alt, new);
933 alt[(unsigned char)new[0]] =
  /src/sys/dev/i2c/
gttwsi_core.c 227 uint32_t data, expect, alt; local in function:gttwsi_initiate_xfer
237 alt = STAT_ARBT_ANR;
240 alt = STAT_AWBT_ANR;
254 error = gttwsi_wait(sc, 0, expect, alt, flags, "send-addr-10");
263 alt = STAT_SARBT_ANR;
266 alt = STAT_SAWBT_ANR;
273 return gttwsi_wait(sc, 0, expect, alt, flags, "send-addr");
311 uint32_t alt, int flags, const char *what)
371 if (alt != 0 && status != alt)
    [all...]
  /src/games/rogue/
move.c 554 static boolean alt; local in function:heal
605 if ((alt = !alt) != 0) {
  /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/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/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_indata.c 3097 struct sctp_nets *alt; local in function:sctp_strike_gap_ack_chunks
3110 alt = sctp_find_alternate_net(stcb, tp1->whoTo);
3117 alt = tp1->whoTo;
3165 if (alt != tp1->whoTo) {
3168 tp1->whoTo = alt;
3169 alt->ref_count++;
sctp_output.c 2218 struct sctp_nets *alt; local in function:sctp_lowlevel_chunk_output
2219 alt = sctp_find_alternate_net(stcb, net);
2220 if (alt != net) {
2223 alt) == 0) {
2397 struct sctp_nets *alt; local in function:sctp_lowlevel_chunk_output
2398 alt = sctp_find_alternate_net(stcb, net);
2399 if (alt != net) {
2402 alt) == 0) {
7719 /* We used an alt last time, don't this time */
  /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/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)) {
  /src/sys/arch/sandpoint/stand/altboot/
globals.h 230 uint32_t cmd, ctl, alt, dma; member in struct:dvata_chan
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_panel.c 1598 bool alt, cpu_mode; local in function:lpt_setup_backlight
1601 alt = I915_READ(SOUTH_CHICKEN2) & LPT_PWM_GRANULARITY;
1603 alt = I915_READ(SOUTH_CHICKEN1) & SPT_PWM_GRANULARITY;
1604 panel->backlight.alternate_pwm_increment = alt;
  /src/lib/libc/resolv/
res_debug.c 931 u_int32_t latit = 0, longit = 0, alt = 0; local in function:loc_aton
984 alt = (10000000 + (altsign * (altmeters * 100 + altfrac)));
1028 PUTLONG(alt,bcp);
  /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...]
ugen.c 1685 uint8_t conf, alt; local in function:ugen_do_ioctl
1951 alt = ugen_get_alt_index(sc, id->uid_interface_index);
1953 alt = id->uid_alt_index;
1954 idesc = usbd_find_idesc(cdesc, id->uid_interface_index, alt);
1969 alt = ugen_get_alt_index(sc, ed->ued_interface_index);
1971 alt = ed->ued_alt_index;
1973 alt, ed->ued_endpoint_index);
uaudio.c 148 uint8_t alt; member in struct:as_info
513 "alt %d missing AS interface(s)\n", j);
2075 DPRINTFN(2,"adding alt=%d, enc=%d\n",
2076 ai->alt, ai->encoding);
2393 ai.alt = id->bAlternateSetting;
2440 DPRINTFN(2, "AS null alt=%d\n",
2617 DPRINTF("alt[%d] = %d/%d %dch %u[%u,%u,...] alt %u\n", i,
3697 DPRINTF("endpt=0x%02x, clkid=%d, speed=%d, alt=%d\n",
3698 endpt, clkid, ch->sample_rate, as->alt);
    [all...]
  /src/sys/kern/
tty.c 786 int alt = ISSET(lflag, ALTWERASE); local in function:ttyinput_wlock
819 (alt == 0 || ISALPHA(c) == ctype));
  /src/sbin/disklabel/
main.c 858 daddr_t alt; local in function:write_label
867 alt = lab.d_ncylinders * lab.d_secpercyl - lab.d_nsectors;
869 if (pwrite(f, sec0, 512, (off_t)(alt + i) * 512) < 512)
  /src/sys/dev/pci/
if_iwnreg.h 1479 uint16_t alt; member in struct:iwn_fw_tlv

Completed in 43 milliseconds