Home
last modified time | relevance | path

Searched refs:param_size (Results 1 – 25 of 42) sorted by relevance

12

/freebsd-12.1/sys/netinet/libalias/
H A Dalias_sctp.c1257 int param_size; in GetAsconfVtags() local
1284 bytes_left -= param_size; in GetAsconfVtags()
1318 int param_size; in AddGlobalIPAddresses() local
1409 bytes_left -= param_size; in AddGlobalIPAddresses()
1480 int param_size; in RmGlobalIPAddresses() local
1536 bytes_left -= param_size; in RmGlobalIPAddresses()
1583 int param_size; in IsASCONFack() local
1589 if (param_size == 8) in IsASCONFack()
1600 bytes_left -= param_size; in IsASCONFack()
1636 int param_size; in IsADDorDEL() local
[all …]
/freebsd-12.1/sys/dev/twa/
H A Dtw_cl_io.c720 TW_INT32 param_id, TW_VOID *param_data, TW_INT32 param_size, in tw_cli_get_param() argument
748 tw_osl_memzero(param, sizeof(struct tw_cl_param_9k) - 1 + param_size); in tw_cli_get_param()
778 param->parameter_size_bytes = TW_CL_SWAP16(param_size); in tw_cli_get_param()
795 tw_osl_memcpy(param_data, param->data, param_size); in tw_cli_get_param()
837 TW_INT32 param_id, TW_INT32 param_size, TW_VOID *data, in tw_cli_set_param() argument
865 tw_osl_memzero(param, sizeof(struct tw_cl_param_9k) - 1 + param_size); in tw_cli_set_param()
895 param->parameter_size_bytes = TW_CL_SWAP16(param_size); in tw_cli_set_param()
896 tw_osl_memcpy(param->data, data, param_size); in tw_cli_set_param()
H A Dtw_cl_externs.h82 TW_INT32 table_id, TW_INT32 param_id, TW_INT32 param_size,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp322 if (D->param_size() < 2) in create_call_once()
480 if (D->param_size() != 2) in create_dispatch_once()
563 if (D->param_size() != 2) in create_dispatch_sync()
590 if (D->param_size() != 3) in create_OSAtomicCompareAndSwap()
828 if (D->param_size() != 0) in getBody()
/freebsd-12.1/sys/dev/tws/
H A Dtws_cam.c87 u_int32_t param_size, void *data);
89 u_int32_t param_size, void *data);
799 u_int32_t param_size, void *data) in tws_set_param() argument
835 param->parameter_size_bytes = (u_int16_t)param_size; in tws_set_param()
836 memcpy(param->data, data, param_size); in tws_set_param()
846 u_int32_t param_size, void *data) in tws_get_param() argument
885 param->parameter_size_bytes = (u_int16_t)param_size; in tws_get_param()
893 memcpy(data, param->data, param_size); in tws_get_param()
H A Dtws_hdm.c58 u_int32_t param_id, u_int32_t param_size, void *data);
60 u_int32_t param_id, u_int32_t param_size, void *data);
/freebsd-12.1/sys/sys/
H A Dthr.h76 int thr_new(struct thr_param *param, int param_size);
/freebsd-12.1/sys/kern/
H A Dkern_thr.c138 if (uap->param_size < 0 || uap->param_size > sizeof(param)) in sys_thr_new()
141 if ((error = copyin(uap->param, &param, uap->param_size))) in sys_thr_new()
/freebsd-12.1/sys/dev/twe/
H A Dtwe.c60 static int twe_set_param(struct twe_softc *sc, int table_id, int param_id, int param_size,
765 twe_get_param(struct twe_softc *sc, int table_id, int param_id, size_t param_size, in twe_get_param() argument
800 param->parameter_size_bytes = param_size; in twe_get_param()
860 twe_set_param(struct twe_softc *sc, int table_id, int param_id, int param_size, void *data) in twe_set_param() argument
895 param->parameter_size_bytes = param_size; in twe_set_param()
896 bcopy(data, param->data, param_size); in twe_set_param()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRetainSummaryManager.cpp1209 unsigned N = MD->param_size(); in getEffect()
1224 unsigned N = FD->param_size(); in getEffect()
/freebsd-12.1/sys/dev/iir/
H A Diir.h419 u_int16_t param_size; /* size of p_param buffer */ member
H A Diir.c959 cnt = ucmd->u.ioctl.param_size; in gdt_ioctl_cmd()
1012 ucmd->u.ioctl.param_size); in gdt_ioctl_cmd()
1545 cnt = ucmd->u.ioctl.param_size; in iir_intr_locked()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexSymbol.cpp216 if (MD->param_size()) in getSymbolInfo()
H A DIndexDecl.cpp150 bool isGetter = !D->param_size(); in handleObjCMethod()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp774 for (unsigned i = 0; i < Method->param_size(); i++) { in checkPreObjCMessage()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DODRHash.cpp555 ID.AddInteger(Function->param_size()); in AddFunctionDecl()
H A DDeclObjC.cpp1049 unsigned noParams = param_size(); in getMethodFamily()
H A DASTImporter.cpp3791 if (D->param_size() != FoundMethod->param_size()) { in VisitObjCMethodDecl()
3794 << D->param_size() << FoundMethod->param_size(); in VisitObjCMethodDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp624 Record.push_back(D->param_size()); in VisitFunctionDecl()
670 Record.push_back(D->param_size()); in VisitObjCMethodDecl()
1106 Record.push_back(D->param_size()); in VisitBlockDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp3091 if (Method->param_size() == 1) in createCodeCompletionStringForDecl()
3148 if (Method->param_size() == 0) { in createCodeCompletionStringForDecl()
6143 if (CurMethod->param_size() != SuperMethod->param_size() || in AddSuperSendCompletion()
6324 if (NumSelIdents <= Method->param_size()) { in getPreferredArgumentTypeForMessageSend()
7875 if (Method->param_size() > 0) in CodeCompleteObjCMethodDecl()
7979 NumSelIdents <= MethList->getMethod()->param_size()) { in CodeCompleteObjCMethodDeclSelector()
H A DSemaExprObjC.cpp1623 if (Method->param_size() > Sel.getNumArgs()) in CheckMessageArgumentTypes()
1624 NumNamedArgs = Method->param_size(); in CheckMessageArgumentTypes()
H A DSemaDeclObjC.cpp4464 unsigned numParams = method->param_size(); in mergeInterfaceMethodToImpl()
4465 unsigned numPrevParams = prevMethod->param_size(); in mergeInterfaceMethodToImpl()
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2830 if (uap->param_size < 0 || in freebsd32_thr_new()
2831 uap->param_size > sizeof(struct thr_param32)) in freebsd32_thr_new()
2835 error = copyin(uap->param, &param32, uap->param_size); in freebsd32_thr_new()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h2278 size_t param_size() const { return parameters().size(); } in param_size() function
3960 size_t param_size() const { return parameters().size(); } in param_size() function
H A DDeclObjC.h341 unsigned param_size() const { return NumParams; } in param_size() function

12