Searched refs:go (Results 26 - 50 of 154) sorted by relevance

1234567

/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.onlyenabled.ksh41 probe go();
H A Dtst.dlclose1.ksh83 probe go();
91 go(void)
99 go(void)
H A Dtst.dlclose3.ksh83 probe go();
91 go(void)
99 go(void)
H A Dtst.badguess.ksh41 probe go();
H A Dtst.eliminate.ksh46 probe go();
H A Dtst.enabled.ksh41 probe go();
H A Dtst.fork.ksh42 probe go();
H A Dtst.multiple.ksh42 probe go();
H A Dtst.nodtrace.ksh47 probe go();
H A Dtst.user.ksh42 probe go();
H A Dtst.enabled2.ksh47 probe go();
H A Dtst.guess32.ksh41 probe go();
H A Dtst.guess64.ksh41 probe go();
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestFunctionLookup.java53 consumer.go();
90 consumer.go();
H A DTestProbeData.java105 consumer.go();
H A DTestGetAggregate.java181 consumer.go();
215 consumer.go();
/freebsd-10.2-release/usr.bin/lorder/
H A Dlorder.sh63 ${NM} -go $* | sed "
/freebsd-10.2-release/sys/dev/sound/usb/
H A Duaudio_pcm.c82 ua_chan_trigger(kobj_t obj, void *data, int go) argument
84 if (PCMTRIG_COMMON(go)) {
85 if (go == PCMTRIG_START) {
/freebsd-10.2-release/sys/dev/sound/pci/
H A Dcs4281.c105 static u_int32_t adcdac_go(struct sc_chinfo *ch, u_int32_t go);
275 device_printf(sc->dev, "cs4281_rdcd: DCV did not go\n");
303 device_printf(sc->dev,"cs4281_wrcd: DCV did not go\n");
351 u_int32_t go; local
353 go = adcdac_go(ch, 0);
361 adcdac_go(ch, go);
373 u_int32_t go, v, r; local
375 go = adcdac_go(ch, 0); /* pause */
379 adcdac_go(ch, go); /* unpause */
390 u_int32_t v, go; local
428 cs4281chan_trigger(kobj_t obj, void *data, int go) argument
474 adcdac_go(struct sc_chinfo *ch, u_int32_t go) argument
495 u_int32_t go; local
[all...]
H A Dmaestro3.c602 m3_pchan_trigger(kobj_t kobj, void *chdata, int go) argument
608 if (!PCMTRIG_COMMON(go))
612 ret = m3_pchan_trigger_locked(kobj, chdata, go);
635 m3_pchan_trigger_locked(kobj_t kobj, void *chdata, int go) argument
642 M3_DEBUG(go == PCMTRIG_START ? CHANGE :
643 go == PCMTRIG_STOP ? CHANGE :
644 go == PCMTRIG_ABORT ? CHANGE :
646 ("m3_pchan_trigger(dac=%d, go=0x%x{%s})\n", ch->dac_idx, go,
647 go
975 m3_rchan_trigger(kobj_t kobj, void *chdata, int go) argument
992 m3_rchan_trigger_locked(kobj_t kobj, void *chdata, int go) argument
[all...]
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);
/freebsd-10.2-release/contrib/gcc/config/mips/
H A Dirix-crti.asm8 finalization code can go directly in .init, with the prologue and
20 to go in .init, just like it can with the GNU linker. However, doing this
/freebsd-10.2-release/crypto/openssl/crypto/
H A Dmem.c203 long (*go) (void))
212 get_debug_options_func = go;
266 void (**so) (long), long (**go) (void))
276 if (go != NULL)
277 *go = get_debug_options_func;
/freebsd-10.2-release/contrib/wpa/src/p2p/
H A Dp2p_go_neg.c608 int go; local
651 go = p2p_go_det(p2p->go_intent, *msg.go_intent);
652 if (go < 0) {
712 if (go && p2p_go_select_channel(p2p, dev, &status) < 0)
715 dev->go_state = go ? LOCAL_GO : REMOTE_GO;
793 const u8 *resp_chan, int go)
833 if (go || resp_chan == NULL)
842 if (go) {
862 int go = -1; local
970 go
790 p2p_build_go_neg_conf(struct p2p_data *p2p, struct p2p_device *peer, u8 dialog_token, u8 status, const u8 *resp_chan, int go) argument
[all...]
/freebsd-10.2-release/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);

Completed in 170 milliseconds

1234567