Home
last modified time | relevance | path

Searched refs:go (Results 1 – 25 of 203) sorted by relevance

123456789

/dflybsd-src/sbin/cryptdisks/
H A Dcryptdisks.c188 parse_crypt_options(struct generic_opts *go, char *option) in parse_crypt_options() argument
216 go->ntries = (int)lval; in parse_crypt_options()
228 go->timeout = ullval; in parse_crypt_options()
256 go->passphrase = buf; in parse_crypt_options()
268 generic_opts_to_luks(struct crypt_options *co, struct generic_opts *go) in generic_opts_to_luks() argument
270 if (go->nkeyfiles > 1) in generic_opts_to_luks()
275 co->tries = go->ntries; in generic_opts_to_luks()
276 co->name = go->map_name; in generic_opts_to_luks()
277 co->device = go->device; in generic_opts_to_luks()
278 co->key_file = (go->nkeyfiles == 1) ? go->keyfiles[0] : NULL; in generic_opts_to_luks()
[all …]
/dflybsd-src/contrib/wpa_supplicant/src/p2p/
H A Dp2p_dev_disc.c18 struct p2p_device *go, in p2p_build_dev_disc_req() argument
28 go->dialog_token++; in p2p_build_dev_disc_req()
29 if (go->dialog_token == 0) in p2p_build_dev_disc_req()
30 go->dialog_token = 1; in p2p_build_dev_disc_req()
31 p2p_buf_add_public_action_hdr(buf, P2P_DEV_DISC_REQ, go->dialog_token); in p2p_build_dev_disc_req()
35 p2p_buf_add_group_id(buf, go->info.p2p_device_addr, go->oper_ssid, in p2p_build_dev_disc_req()
36 go->oper_ssid_len); in p2p_build_dev_disc_req()
69 struct p2p_device *go; in p2p_send_dev_disc_req() local
73 go = p2p_get_device(p2p, dev->member_in_go_dev); in p2p_send_dev_disc_req()
74 if (go == NULL || dev->oper_freq <= 0) { in p2p_send_dev_disc_req()
[all …]
H A Dp2p_go_neg.c553 static void p2p_check_pref_chan_no_recv(struct p2p_data *p2p, int go, in p2p_check_pref_chan_no_recv() argument
600 static void p2p_check_pref_chan_recv(struct p2p_data *p2p, int go, in p2p_check_pref_chan_recv() argument
643 void p2p_check_pref_chan(struct p2p_data *p2p, int go, in p2p_check_pref_chan() argument
663 if (p2p->cfg->get_pref_freq_list(p2p->cfg->cb_ctx, go, &size, in p2p_check_pref_chan()
673 (go || !p2p_channels_includes(&p2p->cfg->cli_channels, in p2p_check_pref_chan()
677 freq_list[i], go); in p2p_check_pref_chan()
729 p2p_check_pref_chan_no_recv(p2p, go, dev, msg, freq_list, size); in p2p_check_pref_chan()
731 p2p_check_pref_chan_recv(p2p, go, dev, msg, freq_list, size); in p2p_check_pref_chan()
868 int go; in p2p_process_go_neg_req() local
910 go = p2p_go_det(p2p->go_intent, *msg.go_intent); in p2p_process_go_neg_req()
[all …]
H A Dp2p_invitation.c182 int go = 0; in p2p_process_invitation_req() local
260 &go, group_bssid, &op_freq, persistent, &intersection, in p2p_process_invitation_req()
264 if (go) { in p2p_process_invitation_req()
326 if (go && in p2p_process_invitation_req()
342 } else if (go && !(dev->flags & P2P_DEV_FORCE_FREQ) && in p2p_process_invitation_req()
353 p2p_check_pref_chan(p2p, go, dev, &msg); in p2p_process_invitation_req()
374 if (go && status == P2P_SC_SUCCESS && !is_zero_ether_addr(group_bssid)) in p2p_process_invitation_req()
/dflybsd-src/sys/dev/sound/pci/
H A Dcs4281.c105 static u_int32_t adcdac_go(struct sc_chinfo *ch, u_int32_t go);
351 u_int32_t go; in cs4281chan_setblocksize() local
353 go = adcdac_go(ch, 0); in cs4281chan_setblocksize()
361 adcdac_go(ch, go); in cs4281chan_setblocksize()
373 u_int32_t go, v, r; in cs4281chan_setspeed() local
375 go = adcdac_go(ch, 0); /* pause */ in cs4281chan_setspeed()
379 adcdac_go(ch, go); /* unpause */ in cs4281chan_setspeed()
390 u_int32_t v, go; in cs4281chan_setformat() local
392 go = adcdac_go(ch, 0); /* pause */ in cs4281chan_setformat()
402 adcdac_go(ch, go); /* unpause */ in cs4281chan_setformat()
[all …]
H A Dsolo.c139 static int ess_dmatrigger(struct ess_info *sc, int ch, int go);
587 esschan_trigger(kobj_t obj, void *data, int go) in esschan_trigger() argument
592 if (!PCMTRIG_COMMON(go)) in esschan_trigger()
595 DEB(kprintf("esschan_trigger: %d\n",go)); in esschan_trigger()
598 switch (go) { in esschan_trigger()
822 ess_dmatrigger(struct ess_info *sc, int ch, int go) in ess_dmatrigger() argument
826 port_wr(sc->vc, 0xf, go? 0x00 : 0x01, 1); /* mask */ in ess_dmatrigger()
828 port_wr(sc->io, 0x6, 0x08 | (go? 0x02 : 0x00), 1); /* autoinit */ in ess_dmatrigger()
H A Demu10kx.h162 int emu_timer_enable(struct emu_sc_info *sc, int timer, int go);
181 void emu_vtrigger(struct emu_sc_info *sc, struct emu_voice *v, int go);
H A Dfm801.c442 fm801ch_trigger(kobj_t obj, void *data, int go) in fm801ch_trigger() argument
449 DPRINT("fm801ch_trigger go %d , ", go); in fm801ch_trigger()
451 if (!PCMTRIG_COMMON(go)) in fm801ch_trigger()
455 if (go == PCMTRIG_START) { in fm801ch_trigger()
474 if (go == PCMTRIG_START) { in fm801ch_trigger()
H A Demu10kx-pcm.c783 emupchan_trigger(kobj_t obj __unused, void *c_devinfo, int go) in emupchan_trigger() argument
788 if (!PCMTRIG_COMMON(go)) in emupchan_trigger()
792 if (go == PCMTRIG_START) { in emupchan_trigger()
803 ch->run = (go == PCMTRIG_START) ? 1 : 0; in emupchan_trigger()
943 emurchan_trigger(kobj_t obj __unused, void *c_devinfo, int go) in emurchan_trigger() argument
949 if (!PCMTRIG_COMMON(go)) in emurchan_trigger()
973 switch (go) { in emurchan_trigger()
1103 emufxrchan_trigger(kobj_t obj __unused, void *c_devinfo, int go) in emufxrchan_trigger() argument
1109 if (!PCMTRIG_COMMON(go)) in emufxrchan_trigger()
1133 switch (go) { in emufxrchan_trigger()
H A Dt4dwave.c552 trpchan_trigger(kobj_t obj, void *data, int go) in trpchan_trigger() argument
556 if (!PCMTRIG_COMMON(go)) in trpchan_trigger()
559 if (go == PCMTRIG_START) { in trpchan_trigger()
674 trrchan_trigger(kobj_t obj, void *data, int go) in trrchan_trigger() argument
680 if (!PCMTRIG_COMMON(go)) in trrchan_trigger()
683 if (go == PCMTRIG_START) { in trrchan_trigger()
/dflybsd-src/sbin/init/
H A DNOTES101 1: single user shell (with password checking?); on exit, go to 2
102 2: rc script: on exit 0, go to 3; on exit N (error), go to 1
103 3: read ttys file: on completion, go to 4
104 4: multi-user operation: on SIGTERM, go to 7; on SIGHUP, go to 5;
105 on SIGTSTP, go to 6
108 on completion, go to 4
111 then go to 1 (warn if not all processes died, i.e. wait blocks)
/dflybsd-src/crypto/libressl/crypto/
H A Dmalloc-wrapper.c51 void (*f)(void *, int), void (*so)(long), long (*go)(void)) in CRYPTO_set_mem_debug_functions()
103 void (**f)(void *, int), void (**so)(long), long (**go)(void)) in CRYPTO_get_mem_debug_functions()
113 if (go != NULL) in CRYPTO_get_mem_debug_functions()
114 *go = NULL; in CRYPTO_get_mem_debug_functions()
/dflybsd-src/sys/bus/u4b/audio/
H A Duaudio_pcm.c80 ua_chan_trigger(kobj_t obj, void *data, int go) in ua_chan_trigger() argument
82 if (PCMTRIG_COMMON(go)) { in ua_chan_trigger()
83 if (go == PCMTRIG_START) { in ua_chan_trigger()
/dflybsd-src/gnu/usr.bin/rcs/rcs/
H A Drcs.c1618 #define go(p,e) {int p P((int,char**)); void e P((void)); if(*argv)return p(argc,argv);if(*argv[1])… macro
1625 go(ciId, ciExit);
1626 go(coId, coExit);
1627 go(identId, identExit);
1628 go(mergeId, mergeExit);
1629 go(rcsId, exiterr);
1630 go(rcscleanId, rcscleanExit);
1631 go(rcsdiffId, rdiffExit);
1632 go(rcsmergeId, rmergeExit);
1633 go(rlogId, rlogExit);
/dflybsd-src/games/quiz/datfiles/
H A Dposneg11 stop|come:go
26 fall down|go to bed:[get|stand|rise] up
H A Ded28 go to line after third "PP" ahead:\
70 go back 10 lines:{.}-10{p}|----------
72 go to next line that contains a double capital letter:\
H A Dpoetry45 Come and trip it as you go,:\
165 I will arise and go now, and go to Innisfree,:\
169 I must go down to the seas again, to the lonely sea and the sky,:\
/dflybsd-src/contrib/gcc-8.0/
H A DREADME.DELETED1080 gcc/go/ChangeLog
1081 gcc/go/Make-lang.in
1082 gcc/go/README.gcc
1083 gcc/go/config-lang.in
1084 gcc/go/gccgo.texi
1085 gcc/go/go-backend.c
1086 gcc/go/go-c.h
1087 gcc/go/go-gcc-diagnostics.cc
1088 gcc/go/go-gcc.cc
1089 gcc/go/go-gcc.h
[all …]
/dflybsd-src/contrib/ee/
H A Dee.msg62 52 "line : display line # 0-9 : go to line \"#\" "
66 56 "+# :go to line # -i :no info window -e : don't expand tabs -h :no highlight"
73 63 "read : read a file |char : ascii code of char |0-9 : go to line \"#\""
162 152 "^g go back 1 page ^o ascii char insert ^y search prompt "
/dflybsd-src/games/hack/
H A Dhelp44 < up: go up the staircase (if you are standing on it).
45 > down: go down (just like up).
46 kjhlyubn - go one step in the direction indicated.
123 (It is expected that this information will go away in future versions.)
H A Dhh48 < up go up the stairs
49 > down go down the stairs
/dflybsd-src/gnu/usr.bin/gdb/libgdb/
H A DMakefile72 go-lang.c go-valprint.c go-typeprint.c \
158 go-exp.y \
/dflybsd-src/sys/dev/sound/pcm/
H A Dbuffer.h100 void sndbuf_setrun(struct snd_dbuf *b, int go);
128 void sndbuf_dma(struct snd_dbuf *b, int go);
H A Dvchan.c136 vchan_trigger(kobj_t obj, void *data, int go) in vchan_trigger() argument
144 if (!PCMTRIG_COMMON(go) || go == info->trigger) in vchan_trigger()
150 info->trigger = go; in vchan_trigger()
157 switch (go) { in vchan_trigger()
175 if (ret == 0 && go == PCMTRIG_START && VCHAN_SYNC_REQUIRED(c)) in vchan_trigger()
/dflybsd-src/games/cribbage/
H A Dcribbage.n84 Whenever a go occurs, the opponent of the player who played the
86 card of all counts as a go. (Since nondealer makes the opening lead,
89 Besides pegging for 31 and go, the player may also peg for certain
116 in succession in consequence of a go. But a combination
117 does not score if it is interrupted by a go.
220 treasured for go and 31. The most dangerous leads are 7 and 8, but may

123456789