| /freebsd-12.1/sys/netinet/libalias/ |
| H A D | alias_sctp.c | 1257 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 D | tw_cl_io.c | 720 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 D | tw_cl_externs.h | 82 TW_INT32 table_id, TW_INT32 param_id, TW_INT32 param_size,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 322 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 D | tws_cam.c | 87 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 D | tws_hdm.c | 58 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 D | thr.h | 76 int thr_new(struct thr_param *param, int param_size);
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_thr.c | 138 if (uap->param_size < 0 || uap->param_size > sizeof(param)) in sys_thr_new() 141 if ((error = copyin(uap->param, ¶m, uap->param_size))) in sys_thr_new()
|
| /freebsd-12.1/sys/dev/twe/ |
| H A D | twe.c | 60 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 D | RetainSummaryManager.cpp | 1209 unsigned N = MD->param_size(); in getEffect() 1224 unsigned N = FD->param_size(); in getEffect()
|
| /freebsd-12.1/sys/dev/iir/ |
| H A D | iir.h | 419 u_int16_t param_size; /* size of p_param buffer */ member
|
| H A D | iir.c | 959 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 D | IndexSymbol.cpp | 216 if (MD->param_size()) in getSymbolInfo()
|
| H A D | IndexDecl.cpp | 150 bool isGetter = !D->param_size(); in handleObjCMethod()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 774 for (unsigned i = 0; i < Method->param_size(); i++) { in checkPreObjCMessage()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ODRHash.cpp | 555 ID.AddInteger(Function->param_size()); in AddFunctionDecl()
|
| H A D | DeclObjC.cpp | 1049 unsigned noParams = param_size(); in getMethodFamily()
|
| H A D | ASTImporter.cpp | 3791 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 D | ASTWriterDecl.cpp | 624 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 D | SemaCodeComplete.cpp | 3091 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 D | SemaExprObjC.cpp | 1623 if (Method->param_size() > Sel.getNumArgs()) in CheckMessageArgumentTypes() 1624 NumNamedArgs = Method->param_size(); in CheckMessageArgumentTypes()
|
| H A D | SemaDeclObjC.cpp | 4464 unsigned numParams = method->param_size(); in mergeInterfaceMethodToImpl() 4465 unsigned numPrevParams = prevMethod->param_size(); in mergeInterfaceMethodToImpl()
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 2830 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, ¶m32, uap->param_size); in freebsd32_thr_new()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Decl.h | 2278 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 D | DeclObjC.h | 341 unsigned param_size() const { return NumParams; } in param_size() function
|