Home
last modified time | relevance | path

Searched full:go (Results 1 – 25 of 2824) sorted by relevance

12345678910>>...113

/freebsd/contrib/wpa/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()
58 p2p_dbg(p2p, "GO acknowledged Device Discoverability Request - wait for response"); in p2p_dev_disc_req_cb()
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()
[all …]
H A Dp2p_go_neg.c26 return -1; /* both devices want to become GO */ in p2p_go_det()
28 /* Use tie breaker bit to determine GO */ in p2p_go_det()
187 bool go = p2p->go_intent == 15; in p2p_build_go_neg_req() local
191 p2p->num_pref_freq, &pref_chanlist, go); in p2p_build_go_neg_req()
213 p2p_dbg(p2p, "Failed to build WPS IE for GO Negotiation Request"); in p2p_build_go_neg_req()
237 p2p_dbg(p2p, "Use PD-before-GO-Neg workaround for " MACSTR, in p2p_connect_send()
258 MACSTR " to send GO Negotiation Request", in p2p_connect_send()
266 p2p_dbg(p2p, "Sending GO Negotiation Request"); in p2p_connect_send()
301 p2p_dbg(p2p, "Building GO Negotiation Response"); in p2p_build_go_neg_resp()
351 bool go = (peer && peer->go_state == LOCAL_GO) || in p2p_build_go_neg_resp() local
[all …]
H A Dp2p_i.h20 * Device over the P2P Client Info received from a GO.
53 * If the peer was discovered based on an interface address (e.g., GO
58 * This field is also used during P2PS PD to store the intended GO
64 * P2P Device Address of the GO in whose group this P2P Device is a
70 * P2P Interface Address of the GO in whose group this P2P Device is a
137 * go_neg_conf_sent - Number of GO Negotiation Confirmation retries
142 * freq - Frquency on which the GO Negotiation Confirmation is sent
147 * go_neg_conf - GO Negotiation Confirmation frame
190 * P2P_CONNECT - Trying to start GO Negotiation
195 * P2P_CONNECT_LISTEN - Listen during GO Negotiation start
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp85 // ".sdata.*", ".sbss", and ".sbss.*" will go into small data.
127 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
128 TRACE("[SelectSectionForGlobal] GO(" << GO->getName() << ") "); in SelectSectionForGlobal()
129 TRACE("input section(" << GO->getSection() << ") "); in SelectSectionForGlobal()
131 TRACE((GO->hasPrivateLinkage() ? "private_linkage " : "") in SelectSectionForGlobal()
132 << (GO->hasLocalLinkage() ? "local_linkage " : "") in SelectSectionForGlobal()
133 << (GO->hasInternalLinkage() ? "internal " : "") in SelectSectionForGlobal()
134 << (GO->hasExternalLinkage() ? "external " : "") in SelectSectionForGlobal()
135 << (GO->hasCommonLinkage() ? "common_linkage " : "") in SelectSectionForGlobal()
136 << (GO->hasCommonLinkage() ? "common " : "" ) in SelectSectionForGlobal()
[all …]
H A DHexagonTargetObjectFile.h22 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
25 MCSection *getExplicitSectionGlobal(const GlobalObject *GO,
29 bool isGlobalInSmallSection(const GlobalObject *GO,
39 const Function *getLutUsedFunction(const GlobalObject *GO) const;
48 MCSection *selectSmallSectionForGlobal(const GlobalObject *GO,
52 MCSection *selectSectionForLookupTable(const GlobalObject *GO,
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestStateMachine.java33 * methods before and after open(), compile(), enable(), go(), stop(),
208 // go in beforeEnable()
210 consumer.go(); in beforeEnable()
211 exit(1, "go before enable"); in beforeEnable()
216 exit(1, "go before enable"); in beforeEnable()
223 System.out.println("before go"); in beforeGo()
229 exit(1, "getAggregate before go"); in beforeGo()
234 exit(1, "getAggregate before go"); in beforeGo()
240 exit(1, "lookupKernelFunction before go"); in beforeGo()
245 exit(1, "lookupKernelFunction before go"); in beforeGo()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.StateMachine.ksh.out25 before go
29 java.lang.IllegalStateException: go() not called
30 java.lang.IllegalStateException: go() not called
31 java.lang.IllegalStateException: go() not called
32 java.lang.IllegalStateException: go() not called
33 before go, running: false
35 after go
39 java.lang.IllegalStateException: go() already called
40 java.lang.IllegalStateException: go() already called
41 java.lang.IllegalStateException: go() already called
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp50 const GlobalObject *GO, const TargetMachine &TM) const { in isGlobalInSmallSection() argument
51 if (GO == nullptr) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSection()
56 if (GO->isDeclaration() || GO->hasAvailableExternallyLinkage()) in isGlobalInSmallSection()
57 return isGlobalInSmallSectionImpl(GO, TM); in isGlobalInSmallSection()
59 return isGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM)); in isGlobalInSmallSection()
64 bool LanaiTargetObjectFile::isGlobalInSmallSection(const GlobalObject *GO, in isGlobalInSmallSection() argument
67 return isGlobalInSmallSectionImpl(GO, TM); in isGlobalInSmallSection()
74 const GlobalObject *GO, const TargetMachine &TM) const { in isGlobalInSmallSectionImpl() argument
75 const auto *GVA = dyn_cast<GlobalVariable>(GO); in isGlobalInSmallSectionImpl()
102 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp301 if (auto *GO = dyn_cast<GlobalObject>(GV)) in getModuleMetadata() local
302 Used.insert(GO); in getModuleMetadata()
580 static const MCSymbolELF *getLinkedToSymbol(const GlobalObject *GO, in getLinkedToSymbol() argument
582 MDNode *MD = GO->getMetadata(LLVMContext::MD_associated); in getLinkedToSymbol()
636 getELFSectionNameForGlobal(const GlobalObject *GO, SectionKind Kind, in getELFSectionNameForGlobal() argument
640 getSectionPrefixForGlobal(Kind, TM.isLargeGlobalValue(GO)); in getELFSectionNameForGlobal()
645 Align Alignment = GO->getDataLayout().getPreferredAlign( in getELFSectionNameForGlobal()
646 cast<GlobalVariable>(GO)); in getELFSectionNameForGlobal()
658 if (const auto *F = dyn_cast<Function>(GO)) { in getELFSectionNameForGlobal()
667 TM.getNameWithPrefix(Name, GO, Mang, /*MayAlwaysUsePrivate*/true); in getELFSectionNameForGlobal()
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-P2P68 to be used for some operations (mainly WPS activation in GO). This may
145 is requesting an already running GO to prepare for a new client. This is
148 out whether the peer device is operating as a GO and if so, use
149 join-a-group style PD instead of GO Negotiation style PD.
170 group where this device was the GO. The previously used parameters will
171 then be used if the local end becomes the GO in GO Negotiation (which
175 client. It skips the GO Negotiation part. This will send a Provision
176 Discovery Request message to the target GO before associating for WPS
180 device without actually starting GO Negotiation (i.e., the peer is
181 expected to initiate GO Negotiation). This is mainly for testing
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp70 const GlobalObject *GO, const TargetMachine &TM) const { in IsGlobalInSmallSection() argument
74 if (GO->isDeclaration() || GO->hasAvailableExternallyLinkage()) in IsGlobalInSmallSection()
75 return IsGlobalInSmallSectionImpl(GO, TM); in IsGlobalInSmallSection()
77 return IsGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM)); in IsGlobalInSmallSection()
83 IsGlobalInSmallSection(const GlobalObject *GO, const TargetMachine &TM, in IsGlobalInSmallSection() argument
85 return IsGlobalInSmallSectionImpl(GO, TM) && in IsGlobalInSmallSection()
94 IsGlobalInSmallSectionImpl(const GlobalObject *GO, in IsGlobalInSmallSectionImpl() argument
104 const GlobalVariable *GVA = dyn_cast<GlobalVariable>(GO); in IsGlobalInSmallSectionImpl()
150 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
155 if (Kind.isBSS() && IsGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
[all …]
/freebsd/contrib/cortex-strings/src/arm/
H A Dmemcpy.S166 vld1.8 {d0}, [src]! /* 14 words to go. */
168 vld1.8 {d0}, [src]! /* 12 words to go. */
170 vld1.8 {d0}, [src]! /* 10 words to go. */
172 vld1.8 {d0}, [src]! /* 8 words to go. */
174 vld1.8 {d0}, [src]! /* 6 words to go. */
176 vld1.8 {d0}, [src]! /* 4 words to go. */
178 vld1.8 {d0}, [src]! /* 2 words to go. */
194 ldr tmp1, [src, #-60] /* 15 words to go. */
197 ldr tmp1, [src, #-56] /* 14 words to go. */
202 ldr tmp1, [src, #-48] /* 12 words to go. */
[all …]
/freebsd/contrib/arm-optimized-routines/string/arm/
H A Dmemcpy.S136 vld1.8 {d0}, [src]! /* 14 words to go. */
138 vld1.8 {d0}, [src]! /* 12 words to go. */
140 vld1.8 {d0}, [src]! /* 10 words to go. */
142 vld1.8 {d0}, [src]! /* 8 words to go. */
144 vld1.8 {d0}, [src]! /* 6 words to go. */
146 vld1.8 {d0}, [src]! /* 4 words to go. */
148 vld1.8 {d0}, [src]! /* 2 words to go. */
164 ldr tmp1, [src, #-60] /* 15 words to go. */
167 ldr tmp1, [src, #-56] /* 14 words to go. */
172 ldr tmp1, [src, #-48] /* 12 words to go. */
[all …]
/freebsd/tools/test/stress2/misc/
H A Dmmap48.sh50 static int fd, go;
64 while (go == -1)
66 while (go == 1) {
84 while (go == -1)
86 while (go == 1) {
108 while (go == -1)
110 while (go == 1) {
139 while (go == -1)
141 while (go == 1) {
156 while (go == -1)
[all …]
H A Dmmap47.sh55 static int fd, go;
64 while (go == -1)
66 while (go == 1) {
81 while (go == -1)
83 while (go == 1) {
102 while (go == -1)
104 while (go == 1) {
129 while (go == -1)
131 while (go == 1) {
164 go = -1;
[all …]
H A Dmmap46.sh47 static int fd, go;
56 while (go == -1)
58 while (go == 1) {
73 while (go == -1)
75 while (go == 1) {
94 while (go == -1)
96 while (go == 1) {
119 while (go == -1)
121 while (go == 1) {
149 go = -1;
[all …]
H A Dpthread9.sh87 volatile u_int go;
99 while (go == 0)
102 atomic_add_int(&go, 1);
118 while (go == 0)
121 atomic_add_int(&go, 1);
136 while (go != 3)
149 go = 0;
157 atomic_add_int(&go, 1);
/freebsd/tests/sys/cddl/zfs/tests/threadsappend/
H A Dthreadsappend.c39 * The size of the output file, "go.out", should be 80*8192*2 = 1310720
41 * $ cd /tmp; go; ls -l go.out
43 * -rwxr-xr-x 1 jdm staff 1310720 Apr 13 19:45 go.out
44 * $ cd /zfs; go; ls -l go.out
46 * -rwxr-xr-x 1 jdm staff 663552 Apr 13 19:45 go.out
61 go(void *data) in go() function
118 ret = pthread_create(&threads[i], NULL, go, (void *)&i); in main()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dthreadsappend.c42 * The size of the output file, "go.out", should be 80*8192*2 = 1310720
44 * $ cd /tmp; go; ls -l go.out
46 * -rwxr-xr-x 1 jdm staff 1310720 Apr 13 19:45 go.out
47 * $ cd /zfs; go; ls -l go.out
49 * -rwxr-xr-x 1 jdm staff 663552 Apr 13 19:45 go.out
64 go(void *data) in go() function
122 ret = pthread_create(&tid, NULL, go, (void *)&i); in main()
/freebsd/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)
/freebsd/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/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h63 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind,
66 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
128 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
131 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind,
171 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind,
174 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
218 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind,
221 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
253 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind,
265 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp30 // Go up the tree until we can go left. in getLeftSibling()
35 // We can't go left. in getLeftSibling()
51 // Go up the tree until we can go left. in moveLeft()
80 // Go up the tree until we can go right. in getRightSibling()
85 // We can't go right. in getRightSibling()
101 // Go up the tree until we can go right. in moveRight()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.cpp21 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
22 if (Kind.isReadOnly() && AMDGPU::isReadOnlySegment(GO) && in SelectSectionForGlobal()
26 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
30 const GlobalObject *GO, SectionKind SK, const TargetMachine &TM) const { in getExplicitSectionGlobal() argument
32 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal()
36 return TargetLoweringObjectFileELF::getExplicitSectionGlobal(GO, SK, TM); in getExplicitSectionGlobal()
/freebsd/tests/sys/kern/pipe/
H A Dpipe_fstat_bug_test.c50 char buffer[32768], buffer2[32768], go[] = "go", go2[] = "go2"; in main() local
96 SYNC_R(0, go); in main()
100 SYNC_R(0, go); in main()
104 SYNC_R(0, go); in main()
108 SYNC_R(0, go); in main()
112 SYNC_R(0, go); in main()
134 SYNC_W(1, go); in main()

12345678910>>...113