Searched refs:info (Results 76 - 100 of 1698) sorted by last modified time

1234567891011>>

/freebsd-11-stable/sys/netinet/
H A Dsctputil.c4703 sctp_generate_cause(uint16_t code, char *info) argument
4710 if ((code == 0) || (info == NULL)) {
4713 info_len = strlen(info);
4724 memcpy(cause->info, info, info_len);
5643 /* First lets get off the sinfo and sockaddr info */
6355 /* copy back the address info */
/freebsd-11-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c190 #define OBJECT_IDX_LIST(o) o->info->table_idx->index_list
1245 if (object->info->table_idx == NULL)
1697 fprintf(stdout, "%s" , obj.info->string);
1699 fprintf(stdout, "%s" , obj.info->string);
1701 fprintf(stdout, "%s" , obj.info->string);
1972 if (o->info->table_idx == NULL) {
1973 fprintf(stdout,"%s.%d", o->info->string,
1978 fprintf(stdout,"%s[", o->info->string);
1982 asn_slice_oid(&oid, &(o->val.var), (o->info->table_idx->var.len + len),
1996 (o->info
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusb_transfer.c1013 struct usb_xfer_root *info; local
1061 info = NULL;
1083 info = USB_ADD_BYTES(buf, 0);
1085 info->memory_base = buf;
1086 info->memory_size = parm->size[0];
1089 info->dma_page_cache_start = USB_ADD_BYTES(buf, parm->size[4]);
1090 info->dma_page_cache_end = USB_ADD_BYTES(buf, parm->size[5]);
1092 info->xfer_page_cache_start = USB_ADD_BYTES(buf, parm->size[5]);
1093 info->xfer_page_cache_end = USB_ADD_BYTES(buf, parm->size[2]);
1095 cv_init(&info
1390 usbd_transfer_unsetup_sub(struct usb_xfer_root *info, uint8_t needs_delay) argument
1453 struct usb_xfer_root *info; local
1745 struct usb_xfer_root *info; local
2104 struct usb_xfer_root *info; local
2360 struct usb_xfer_root *info = pm->xroot; local
2388 struct usb_xfer_root *info = xfer->xroot; local
2425 struct usb_xfer_root *info = xfer->xroot; local
2624 struct usb_xfer_root *info = xfer->xroot; local
2799 struct usb_xfer_root *info; local
[all...]
/freebsd-11-stable/sys/dev/usb/storage/
H A Dustorage_fs.c403 &uaa->info.bIfaceIndex, sc->sc_xfer, ustorage_fs_bbb_config,
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile1712 InstrInfo/-gen-instr-info \
1716 RegisterInfo/-gen-register-info \
/freebsd-11-stable/lib/clang/libclang/
H A DMakefile760 ${CLANG_TBLGEN} -gen-clang-comment-command-info \
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp629 // Lie about there being no info contributions so the TU index only includes
637 // Unlie about the info contribution
677 return error(Twine("no register info for target ") + TripleName, Context);
683 return error("no asm info for target " + TripleName, Context);
692 return error("no subtarget info for target " + TripleName, Context);
701 return error("no instr info info for target " + TripleName, Context);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h985 getSingleConstraintMatchWeight(AsmOperandInfo &info,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h802 AsmOperandInfo &info, const char *constraint) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4452 AsmOperandInfo &info, int maIndex) const {
4454 if (maIndex >= (int)info.multipleAlternatives.size())
4455 rCodes = &info.Codes;
4457 rCodes = &info.multipleAlternatives[maIndex].Codes;
4463 getSingleConstraintMatchWeight(info, (*rCodes)[i].c_str());
4476 AsmOperandInfo &info, const char *constraint) const {
4478 Value *CallOperandVal = info.CallOperandVal;
4451 getMultipleConstraintMatchWeight( AsmOperandInfo &info, int maIndex) const argument
4475 getSingleConstraintMatchWeight( AsmOperandInfo &info, const char *constraint) const argument
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp62 shdr->sh_info = info;
255 // Compress section contents if this section contains debug info.
275 // -O2 is given, we use level 6 to compress debug info more by ~15%. We found
355 os->info = in.symTab->getSymbolIndex(symbols[section->info]);
389 info = s->getOutputSection()->sectionIndex;
H A DInputSection.cpp59 uint32_t link, uint32_t info,
62 : SectionBase(sectionKind, name, flags, entsize, alignment, type, info,
304 if (Optional<DILineInfo> info = getFile<ELFT>()->getDILineInfo(this, offset))
305 return info->FileName + ":" + std::to_string(info->Line) + ":(" +
326 // Returns an empty string if there's no way to get line info.
402 return sections[info];
57 InputSectionBase(InputFile *file, uint64_t flags, uint32_t type, uint64_t entsize, uint32_t link, uint32_t info, uint32_t alignment, ArrayRef<uint8_t> data, StringRef name, Kind sectionKind) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp672 I.info = classifyArgumentType(I.type);
746 Arg.info = classifyArgumentType(Arg.type);
883 I.info = classifyArgumentType(I.type);
1070 /// Rewrite the function info so that all memory arguments use
1664 Args[I].info = ABIArgInfo::getDirect();
1831 Args[I].info = classifyArgumentType(Args[I].type, State);
1832 UsedInAlloca |= (Args[I].info.getKind() == ABIArgInfo::InAlloca);
1905 isArgInAlloca(I->info)) {
1906 addFieldToArgStruct(FrameFields, StackOffset, I->info, I->type);
1924 if (isArgInAlloca(I->info))
2205 ABIArgInfo info = classifyArgumentType(type, 0, neededInt, neededSSE, local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp199 // arrays that lack size info.
7876 PointerExprEvaluator(EvalInfo &info, LValue &Result, bool InvalidBaseOK)
7877 : ExprEvaluatorBaseTy(info), Result(Result),
8899 RecordExprEvaluator(EvalInfo &info, const LValue &This, APValue &Result)
8900 : ExprEvaluatorBaseTy(info), This(This), Result(Result) {}
9369 VectorExprEvaluator(EvalInfo &info, APValue &Result)
9370 : ExprEvaluatorBaseTy(info), Result(Result) {}
9801 IntExprEvaluator(EvalInfo &info, APValue &result)
9802 : ExprEvaluatorBaseTy(info), Result(result) {}
9945 FixedPointExprEvaluator(EvalInfo &info, APValu
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dudb.c136 DBT info; local
145 memset(&info, '\0', sizeof(info));
226 i = (*up->udb_dbp->seq)(up->udb_dbp, &key, &info, R_CURSOR);
240 &info, DB_SET)) != 0)
243 if (i > 0 || info.size <= 0)
260 (int) info.size, (char *) info.data);
282 if (info.size >= userleft - 1)
287 if (info
605 DBT key, info; local
[all...]
H A Dsfsasl.c75 /* get info from underlying file */
89 ** info -- contains the sasl connection information pointer and
102 sasl_open(fp, info, flags, rpool)
104 const void *info;
109 struct sasl_info *si = (struct sasl_info *) info;
377 struct sasl_info info; local
388 info.fp = *fin;
389 info.conn = conn;
390 newin = sm_io_open(&sasl_vector, SM_TIME_DEFAULT, &info,
396 info
964 struct tls_info info; local
[all...]
H A Ddomain.c613 UIDNAInfo info = UIDNA_INFO_INITIALIZER; local
619 &info, &error);
H A Dconf.c88 ** Header info table
1798 struct processor_set_basic_info info; local
1811 &host, (processor_set_info_t)&info,
1821 (int) ((info.load_average + (LOAD_SCALE / 2)) /
1823 return (int) (info.load_average + (LOAD_SCALE / 2)) / LOAD_SCALE;
6283 /* more info in {addr_type}, requires m4 changes! */
6475 /* log some TLS/AUTH info in from= too */
6479 /* log some TLS info in to= too */
H A Dbf.c84 ** internal, file-type-specific info setup.
88 ** info -- information about file being opened
98 sm_bfopen(fp, info, flags, rpool)
100 const void *info;
112 filename = ((struct bf_info *) info)->bi_filename;
113 fmode = ((struct bf_info *) info)->bi_fmode;
114 bsize = ((struct bf_info *) info)->bi_bsize;
115 sflags = ((struct bf_info *) info)->bi_flags;
230 struct bf_info info; local
245 info
[all...]
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dsyslogio.c38 ** info -- priority level of the syslog messages
47 sm_syslogopen(fp, info, flags, rpool)
49 const void *info;
53 int *priority = (int *)info;
H A Dstrio.c207 ** info -- initial contents (NULL for none)
217 sm_stropen(fp, info, flags, rpool)
219 const void *info;
263 if (info != NULL)
265 s->strio_base = sm_strdup_x(info);
275 s->strio_size = strlen(info);
305 ** SM_STRSETMODE -- set mode info for the file
351 ** SM_STRGETMODE -- get mode info for the file
388 ** SM_STRSETINFO -- set info for the file
419 ** SM_STRGETINFO -- get info fo
[all...]
H A Dstdio.c48 ** info -- pathname of the file to be opened
60 sm_stdopen(fp, info, flags, rpool)
62 const void *info;
66 char *path = (char *) info;
293 ** fp -- file to set info for
294 ** what -- type of info to set
323 ** fp -- file to get info for
324 ** what -- type of info to get
325 ** valp -- location to place found info
328 ** Success: may or may not place info i
[all...]
H A Dfopen.c92 ** info -- info describing what is to be opened (type dependent)
107 sm_io_open(type, timeout, info, flags, rpool)
110 const void *info;
148 if ((*fp->f_open)(fp, info, flags, rpool) < 0)
208 ** info -- information about what is to be "re-opened" (type dep.)
221 sm_io_reopen(type, timeout, info, flags, rpool, fp)
224 const void *info;
288 ret = (*fp2->f_open)(fp2, info, flags, rpool);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_ucm.c102 void *info; member in struct:ib_ucm_event
258 void *info = NULL; local
295 info = evt->param.rej_rcvd.ari;
307 info = evt->param.apr_rcvd.apr_info;
321 info = evt->param.sidr_rep_rcvd.info;
337 uvt->info = kmemdup(info, uvt->info_len, GFP_KERNEL);
338 if (!uvt->info)
449 if (uevent->info) {
882 ib_ucm_send_info(struct ib_ucm_file *file, const char __user *inbuf, int in_len, int (*func)(struct ib_cm_id *cm_id, int status, const void *info, u8 info_len, const void *data, u8 data_len)) argument
894 const void *info = NULL; local
[all...]
H A Dib_cm.c1191 /* Work-around until there's a way to obtain remote LID info */
2963 void *info,
2973 if (info && info_length) {
2975 memcpy(apr_msg->info, info, info_length);
2984 void *info,
2995 (info && info_length > IB_CM_APR_INFO_LENGTH))
3012 info, info_length, private_data, private_data_len);
3039 work->cm_event.param.apr_rcvd.apr_info = &apr_msg->info;
3264 if (param->info
2960 cm_format_apr(struct cm_apr_msg *apr_msg, struct cm_id_private *cm_id_priv, enum ib_cm_apr_status status, void *info, u8 info_length, const void *private_data, u8 private_data_len) argument
2982 ib_send_cm_apr(struct ib_cm_id *cm_id, enum ib_cm_apr_status status, void *info, u8 info_length, const void *private_data, u8 private_data_len) argument
[all...]

Completed in 780 milliseconds

1234567891011>>