Searched refs:go (Results 1 - 25 of 181) sorted by relevance

12345678

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.ret2.c34 * The canonical name should be 'go' since we prefer symbol names with fewer
41 go(void) function
49 go();
H A Dtst.fork.c38 go(void) function
60 (void) go();
H A Dtst.ret1.c34 * The canonical name should be 'go' since we prefer symbol names with fewer
47 go(void) function
55 go();
H A Dtst.vfork.c38 go(void) function
60 int ret = go();
H A Dtst.weak1.c34 * The canonical name should be 'go' since we prefer symbol names with fewer
38 #pragma weak _go = go
41 go(int a) function
H A Dtst.weak2.c34 * The canonical name should be 'go' since we prefer symbol names with fewer
39 go(int a) function
44 #pragma weak _go = go
H A Dtst.args1.c34 go(long arg0, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6, function
43 go(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
H A Dtst.ret1.d56 pid$1:a.out:go:return
62 pid$1:a.out:go:return
H A Dtst.ret2.d56 pid$1:a.out:go:return
62 pid$1:a.out:go:return
H A Dtst.weak1.d56 pid$1:a.out:go:entry,
58 /probefunc == "go"/
63 pid$1:a.out:go:entry,
67 trace("resolved to '_go' rather than 'go'");
71 pid$1:a.out:go:entry,
H A Dtst.weak2.d56 pid$1:a.out:go:entry,
63 pid$1:a.out:go:entry,
65 /probefunc == "go"/
67 trace("resolved to '_go' rather than 'go'");
71 pid$1:a.out:go:entry,
H A Dtst.provregex1.ksh57 go(void)
64 go(); function
77 p*d$target::go:entry
H A Dtst.gcc.c36 go(void) function
62 go();
H A Dtst.args1.d56 pid$1:a.out:go:entry
63 pid$1:a.out:go:entry
H A Dtst.provregex2.ksh63 go(void)
74 go(void)
84 go(); function
92 if ((alt_go = dlsym(alt, "go")) == NULL) {
93 printf("failed to lookup 'go' in altlib.so\n");
110 p*d$target::go:entry
H A Dtst.vfork.d50 pid$1:a.out:go:
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_dev_disc.c18 struct p2p_device *go,
28 go->dialog_token++;
29 if (go->dialog_token == 0)
30 go->dialog_token = 1;
31 p2p_buf_add_public_action_hdr(buf, P2P_DEV_DISC_REQ, go->dialog_token);
35 p2p_buf_add_group_id(buf, go->info.p2p_device_addr, go->oper_ssid,
36 go->oper_ssid_len);
69 struct p2p_device *go; local
73 go
17 p2p_build_dev_disc_req(struct p2p_data *p2p, struct p2p_device *go, const u8 *dev_id) argument
218 struct p2p_device *go; local
[all...]
/freebsd-11-stable/tests/sys/kern/pipe/
H A Dpipe_fstat_bug_test.c51 char buffer[32768], buffer2[32768], go[] = "go", go2[] = "go2"; local
97 SYNC_R(0, go);
101 SYNC_R(0, go);
105 SYNC_R(0, go);
109 SYNC_R(0, go);
113 SYNC_R(0, go);
135 SYNC_W(1, go);
H A Dpipe_reverse_test.c48 char buffer[65535], buffer2[65535], go[] = "go", go2[] = "go2"; local
101 SYNC_R(0, go);
106 SYNC_R(0, go);
116 SYNC_W(1, go);
123 SYNC_W(1, go);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose2.ksh78 probe go();
86 go(void)
94 go(void)
109 void *go;
128 if ((go = dlsym(live, "go")) == NULL) {
129 printf("failed to lookup 'go' in livelib.so\n");
133 ((void (*)(void))go)();
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestClose.java45 consumer.go();
65 consumer.go();
H A DTestAbort.java50 consumer.go();
78 consumer.go();
106 consumer.go();
130 consumer.go();
H A DTestEnable.java58 consumer.go();
59 System.err.println("go() illegal, not all programs " +
93 consumer.go();
94 System.err.println("go() illegal, not all programs " +
133 consumer.go();
143 consumer.go();
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd_shared.inc51 // If it failed, go the slow path.
/freebsd-11-stable/sys/dev/sound/isa/
H A Dsndbuf_dma.c61 sndbuf_dma(struct snd_dbuf *b, int go) argument
66 switch (go) {
81 (go == PCMTRIG_START)? "started" : "stopped",

Completed in 128 milliseconds

12345678