Searched refs:info (Results 126 - 150 of 1721) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y317 if (cur_symbol->info.rinfo->valid_bitmask == 0)
318 cur_symbol->info.rinfo->valid_bitmask = 0xFF;
320 if (cur_symbol->info.rinfo->size == 0)
321 cur_symbol->info.rinfo->size = 1;
327 if (cur_symbol->info.rinfo->address == 0)
328 cur_symbol->info.rinfo->address =
331 cur_symbol->info.rinfo->size;
362 cur_symbol->info.rinfo->address = $2;
369 cur_symbol->info.rinfo->size = $2;
374 max_addr = scb_or_sram_symbol->info
[all...]
/freebsd-current/contrib/netbsd-tests/kernel/
H A Dmsg.h67 msg_write_child(const char *info, struct msg_fds *fds, void *msg, size_t len) argument
73 printf("Send %s\n", info);
77 // printf("Wait %s\n", info);
85 msg_write_parent(const char *info, struct msg_fds *fds, void *msg, size_t len) argument
91 printf("Send %s\n", info);
95 // printf("Wait %s\n", info);
103 msg_read_parent(const char *info, struct msg_fds *fds, void *msg, size_t len) argument
109 printf("Wait %s\n", info);
113 // printf("Send %s\n", info);
121 msg_read_child(const char *info, struc argument
[all...]
/freebsd-current/sys/cddl/compat/opensolaris/rpc/
H A Dxdr.h46 xdrmem_control(XDR *xdrs, int request, void *info) argument
52 xptr = (xdr_bytesrec *)info;
/freebsd-current/sys/contrib/device-tree/scripts/
H A Dindex-filter.sh6 ${SCRIPTS}/rewrite-index.pl | GIT_INDEX_FILE=$GIT_INDEX_FILE.new git update-index --index-info
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.h27 bool SymbolizeData(uptr addr, DataInfo *info) override;
37 bool SymbolizeData(uptr addr, DataInfo *info) override;
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-unexport.mk19 .info ${:!env|sort|grep '^UT_'!}
21 .info ${.MAKE.EXPORTED}
30 .info ${:!env|sort|grep '^UT_'!}
31 .info ${.MAKE.EXPORTED}
/freebsd-current/crypto/openssl/include/openssl/
H A Dstore.h165 int OSSL_STORE_INFO_set0_NAME_description(OSSL_STORE_INFO *info, char *desc);
175 int OSSL_STORE_INFO_get_type(const OSSL_STORE_INFO *info);
176 void *OSSL_STORE_INFO_get0_data(int type, const OSSL_STORE_INFO *info);
177 const char *OSSL_STORE_INFO_get0_NAME(const OSSL_STORE_INFO *info);
178 char *OSSL_STORE_INFO_get1_NAME(const OSSL_STORE_INFO *info);
179 const char *OSSL_STORE_INFO_get0_NAME_description(const OSSL_STORE_INFO *info);
180 char *OSSL_STORE_INFO_get1_NAME_description(const OSSL_STORE_INFO *info);
181 EVP_PKEY *OSSL_STORE_INFO_get0_PARAMS(const OSSL_STORE_INFO *info);
182 EVP_PKEY *OSSL_STORE_INFO_get1_PARAMS(const OSSL_STORE_INFO *info);
183 EVP_PKEY *OSSL_STORE_INFO_get0_PUBKEY(const OSSL_STORE_INFO *info);
[all...]
/freebsd-current/contrib/libdiff/include/
H A Ddiff_output.h55 const struct diff_input_info *info,
59 FILE *dest, const struct diff_input_info *info,
63 FILE *dest, const struct diff_input_info *info,
97 const struct diff_input_info *info,
102 const struct diff_input_info *info,
107 const struct diff_input_info *info,
111 const char *diff_output_get_label_left(const struct diff_input_info *info);
112 const char *diff_output_get_label_right(const struct diff_input_info *info);
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp155 const WinEH::FrameInfo *info) {
159 EmitSymbolRefWithOfs(streamer, info->Begin, info->Begin);
160 EmitSymbolRefWithOfs(streamer, info->Begin, info->End);
161 streamer.emitValue(MCSymbolRefExpr::create(info->Symbol,
166 static void EmitUnwindInfo(MCStreamer &streamer, WinEH::FrameInfo *info) { argument
168 if (info->Symbol)
176 info->Symbol = Label;
180 if (info
154 EmitRuntimeFunction(MCStreamer &streamer, const WinEH::FrameInfo *info) argument
253 EmitUnwindInfo(MCStreamer &Streamer, WinEH::FrameInfo *info, bool HandlerData) const argument
651 FindMatchingEpilog(const std::vector<WinEH::Instruction>& EpilogInstrs, const std::vector<MCSymbol *>& Epilogs, const WinEH::FrameInfo *info) argument
761 checkARM64PackedEpilog(MCStreamer &streamer, WinEH::FrameInfo *info, WinEH::FrameInfo::Segment *Seg, int PrologCodeBytes) argument
804 tryARM64PackedUnwind(WinEH::FrameInfo *info, uint32_t FuncLength, int PackedEpilogOffset) argument
1081 ARM64ProcessEpilogs(WinEH::FrameInfo *info, WinEH::FrameInfo::Segment *Seg, uint32_t &TotalCodeBytes, MapVector<MCSymbol *, uint32_t> &EpilogInfo) argument
1125 ARM64FindSegmentsInFunction(MCStreamer &streamer, WinEH::FrameInfo *info, int64_t RawFuncLength) argument
1206 ARM64EmitUnwindInfoForSegment(MCStreamer &streamer, WinEH::FrameInfo *info, WinEH::FrameInfo::Segment &Seg, bool TryPacked = true) argument
1353 ARM64EmitUnwindInfo(MCStreamer &streamer, WinEH::FrameInfo *info, bool TryPacked = true) argument
1771 checkARMPackedEpilog(MCStreamer &streamer, WinEH::FrameInfo *info, int PrologCodeBytes) argument
1868 tryARMPackedUnwind(MCStreamer &streamer, WinEH::FrameInfo *info, uint32_t FuncLength) argument
2508 ARM64EmitRuntimeFunction(MCStreamer &streamer, const WinEH::FrameInfo *info) argument
2526 ARMEmitRuntimeFunction(MCStreamer &streamer, const WinEH::FrameInfo *info) argument
2566 EmitUnwindInfo(MCStreamer &Streamer, WinEH::FrameInfo *info, bool HandlerData) const argument
2611 EmitUnwindInfo(MCStreamer &Streamer, WinEH::FrameInfo *info, bool HandlerData) const argument
[all...]
/freebsd-current/sys/tests/
H A Dktest.c55 struct ktest_module_info *info; member in struct:ktest_module
104 nlattr_add_string(nw, KTEST_ATTR_MOD_NAME, mod->info->name);
119 for (int i = 0; i < mod->info->num_tests; i++) {
120 const struct ktest_test_info *test_info = &mod->info->tests[i];
146 if (attrs.mod_name && strcmp(attrs.mod_name, mod->info->name))
187 if (strcmp(attrs.mod_name, mod->info->name))
190 const struct ktest_module_info *info = mod->info; local
192 for (int i = 0; i < info->num_tests; i++) {
193 const struct ktest_test_info *test_info = &info
247 register_test_module(struct ktest_module_info *info) argument
259 unregister_test_module(struct ktest_module_info *info) argument
273 can_unregister(struct ktest_module_info *info) argument
283 struct ktest_module_info *info = (struct ktest_module_info *)arg; local
[all...]
/freebsd-current/sbin/dhclient/
H A Dbpf.c69 if_register_bpf(struct interface_info *info, int flags) argument
88 if (ioctl(sock, BIOCSETIF, info->ifp) < 0)
90 info->name, filename);
93 if (info->client->config->vlan_pcp != 0) {
95 &info->client->config->vlan_pcp) < 0)
97 info->name);
142 if_register_send(struct interface_info *info) argument
150 info->wfdesc = if_register_bpf(info, O_WRONLY);
153 if (ioctl(info
254 if_register_receive(struct interface_info *info) argument
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libc/net/
H A Dh_hostent.c84 getby(int (*f)(void *, void *, va_list), struct getnamaddr *info, ...) argument
89 va_start(ap, info);
90 e = (*f)(info, NULL, ap);
94 phostent(info->hp);
117 struct getnamaddr info; local
123 info.hp = &hent;
124 info.buf = buf;
125 info.buflen = sizeof(buf);
126 info.he = &e;
186 getby(f, &info,
[all...]
/freebsd-current/sys/dev/isci/
H A Disci_interrupt.c93 struct ISCI_INTERRUPT_INFO *info = local
96 info->handlers = &isci->handlers[msix_index];
97 info->interrupt_target_handle =
100 info->rid = base_index+msix_index+1;
102 info->res = bus_alloc_resource_any(isci->device,
103 SYS_RES_IRQ, &info->rid, RF_ACTIVE);
104 if (info->res == NULL) {
110 info->tag = NULL;
111 if (bus_setup_intr(isci->device, info->res,
113 isci_interrupt_msix_handler, info,
[all...]
/freebsd-current/sys/net/route/
H A Droute_ifaddrs.c66 * Executes routing tables change specified by @cmd and @info for the fib
73 rib_handle_ifaddr_one(uint32_t fibnum, int cmd, struct rt_addrinfo *info) argument
79 error = rib_action(fibnum, cmd, info, &rc);
92 * Adds/deletes interface prefix specified by @info to the routing table.
99 rib_handle_ifaddr_info(uint32_t fibnum, int cmd, struct rt_addrinfo *info) argument
105 error = rib_handle_ifaddr_one(fibnum, cmd, info);
109 error = rib_handle_ifaddr_one(fibnum, cmd, info);
122 error = ((info->rti_flags & RTF_HOST) ?
141 struct rt_addrinfo info; local
148 bzero(&info, sizeo
[all...]
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DMapFile.cpp65 MapInfo info; local
70 uint32_t fileIndex = info.files.size() + 1;
84 info.deadSymbols.push_back(d);
94 auto &liveCStrings = info.liveCStringsForSection[isec->parent];
100 info.deadCStrings.push_back({fileIndex, isec->getStringRef(i)});
113 info.files.push_back(file);
118 for (auto &liveCStrings : info.liveCStringsForSection)
122 return info;
176 MapInfo info = gatherMapInfo(); local
182 for (InputFile *file : info
[all...]
/freebsd-current/usr.sbin/mfiutil/
H A Dmfi_cmd.c168 mfi_query_disk(int fd, uint8_t target_id, struct mfi_query_disk *info) argument
171 bzero(info, sizeof(*info));
172 info->array_id = target_id;
173 if (ioctl(fd, MFIIO_QUERY_DISK, info) < 0)
175 if (!info->present) {
185 static struct mfi_query_disk info; local
188 if (mfi_query_disk(fd, target_id, &info) < 0) {
192 return (info.devname);
198 struct mfi_query_disk info; local
234 struct mfi_query_disk info; local
306 mfi_ctrl_get_info(int fd, struct mfi_ctrl_info *info, uint8_t *statusp) argument
[all...]
/freebsd-current/contrib/mandoc/
H A Dcompat_ohash.c66 (h->info.free)(h->t, h->info.data);
96 n = (h->info.calloc)(ns, sizeof(struct _ohash_record), h->info.data);
113 (h->info.free)(h->t, h->info.data);
188 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) argument
197 /* Copy info so that caller may free it. */
198 h->info.key_offset = info
[all...]
/freebsd-current/lib/libopenbsd/
H A Dohash.c64 (h->info.free)(h->t, h->info.data);
94 n = (h->info.calloc)(ns, sizeof(struct _ohash_record), h->info.data);
111 (h->info.free)(h->t, h->info.data);
186 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) argument
195 /* Copy info so that caller may free it. */
196 h->info.key_offset = info
[all...]
/freebsd-current/sys/amd64/linux32/
H A Dlinux.h335 #define LINUX_LDT_entry_a(info) \
336 ((((info)->base_addr & LINUX_LOWERWORD) << 16) | \
337 ((info)->limit & LINUX_LOWERWORD))
347 #define LINUX_LDT_entry_b(info) \
348 (((info)->base_addr & 0xff000000) | \
349 ((info)->limit & 0xf0000) | \
350 ((info)->contents << LINUX_ENTRY_B_CONTENTS) | \
351 (((info)->seg_not_present == 0) << LINUX_ENTRY_B_SEG_NOT_PRESENT) | \
352 (((info)->base_addr & 0x00ff0000) >> LINUX_ENTRY_B_BASE_ADDR) | \
353 (((info)
[all...]
/freebsd-current/contrib/libxo/tests/core/
H A Dtest_03.c18 xo_info_t info[] = { variable
24 int info_count = (sizeof(info) / sizeof(info[0]));
57 xo_set_info(NULL, info, info_count);
H A Dtest_07.c17 xo_info_t info[] = { variable
24 int info_count = (sizeof(info) / sizeof(info[0]));
50 xo_set_info(NULL, info, info_count);
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp151 CaseInfo &info = Cases[i]; local
152 if (isInRange(Diag.getLocation(), info.Range)) {
154 if (info.State == CaseInfo::St_Unchecked)
155 tryFixing(info);
156 assert(info.State != CaseInfo::St_Unchecked);
158 if (info.State == CaseInfo::St_Fixed) {
169 void tryFixing(CaseInfo &info) { argument
170 assert(info.State == CaseInfo::St_Unchecked);
171 if (hasVarReferencedOutside(info)) {
172 info
181 hasVarReferencedOutside(CaseInfo &info) argument
[all...]
/freebsd-current/crypto/heimdal/lib/hdb/
H A Dtest_dbinfo.c50 struct hdb_dbinfo *info, *d; local
71 ret = hdb_get_dbinfo(context, &info);
76 while ((d = hdb_dbinfo_get_next(info, d)) != NULL) {
90 hdb_free_dbinfo(context, &info);
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dtest_nist_pkcs12.in50 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
53 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
H A Dtest_nist_cert.in49 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
52 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then

Completed in 280 milliseconds

1234567891011>>