Home
last modified time | relevance | path

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

12

/freebsd-13.1/sys/netinet/libalias/
H A Dalias_sctp.c1284 int param_size; in GetAsconfVtags() local
1311 bytes_left -= param_size; in GetAsconfVtags()
1346 int param_size; in AddGlobalIPAddresses() local
1437 bytes_left -= param_size; in AddGlobalIPAddresses()
1509 int param_size; in RmGlobalIPAddresses() local
1565 bytes_left -= param_size; in RmGlobalIPAddresses()
1613 int param_size; in IsASCONFack() local
1619 if (param_size == 8) in IsASCONFack()
1630 bytes_left -= param_size; in IsASCONFack()
1667 int param_size; in IsADDorDEL() local
[all …]
/freebsd-13.1/sys/dev/twa/
H A Dtw_cl_io.c702 TW_INT32 param_id, TW_VOID *param_data, TW_INT32 param_size, in tw_cli_get_param() argument
730 tw_osl_memzero(param, sizeof(struct tw_cl_param_9k) - 1 + param_size); in tw_cli_get_param()
760 param->parameter_size_bytes = TW_CL_SWAP16(param_size); in tw_cli_get_param()
777 tw_osl_memcpy(param_data, param->data, param_size); in tw_cli_get_param()
817 TW_INT32 param_id, TW_INT32 param_size, TW_VOID *data, in tw_cli_set_param() argument
845 tw_osl_memzero(param, sizeof(struct tw_cl_param_9k) - 1 + param_size); in tw_cli_set_param()
875 param->parameter_size_bytes = TW_CL_SWAP16(param_size); in tw_cli_set_param()
876 tw_osl_memcpy(param->data, data, param_size); in tw_cli_set_param()
H A Dtw_cl_externs.h75 TW_INT32 table_id, TW_INT32 param_id, TW_INT32 param_size,
/freebsd-13.1/sys/sys/
H A Dthr.h76 int thr_new(struct thr_param *param, int param_size);
/freebsd-13.1/sys/dev/tws/
H A Dtws_cam.c84 u_int32_t param_size, void *data);
86 u_int32_t param_size, void *data);
775 u_int32_t param_size, void *data) in tws_set_param() argument
811 param->parameter_size_bytes = (u_int16_t)param_size; in tws_set_param()
812 memcpy(param->data, data, param_size); in tws_set_param()
822 u_int32_t param_size, void *data) in tws_get_param() argument
860 param->parameter_size_bytes = (u_int16_t)param_size; in tws_get_param()
868 memcpy(data, param->data, param_size); in tws_get_param()
H A Dtws_hdm.c56 u_int32_t param_id, u_int32_t param_size, void *data);
58 u_int32_t param_id, u_int32_t param_size, void *data);
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp318 if (D->param_size() < 2) in create_call_once()
479 if (D->param_size() != 2) in create_dispatch_once()
564 if (D->param_size() != 2) in create_dispatch_sync()
591 if (D->param_size() != 3) in create_OSAtomicCompareAndSwap()
850 if (D->param_size() != 0) in getBody()
H A DCalledOnceCheck.cpp659 for (unsigned Index : llvm::seq<unsigned>(0u, Function->param_size())) { in findParamsToTrack()
1103 return Method && ParamIndex < Method->param_size() && in shouldBeCalledOnce()
H A DRetainSummaryManager.cpp761 if (isOSObjectDynamicCast(FName) && FD->param_size() >= 1) { in canEval()
763 } else if (isOSObjectRequiredCast(FName) && FD->param_size() >= 1) { in canEval()
/freebsd-13.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-13.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,
767 twe_get_param(struct twe_softc *sc, int table_id, int param_id, size_t param_size, in twe_get_param() argument
802 param->parameter_size_bytes = param_size; in twe_get_param()
862 twe_set_param(struct twe_softc *sc, int table_id, int param_id, int param_size, void *data) in twe_set_param() argument
897 param->parameter_size_bytes = param_size; in twe_set_param()
898 bcopy(data, param->data, param_size); in twe_set_param()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp191 assert(Index < FD->param_size()); in getDecl()
194 assert(Index < BD->param_size()); in getDecl()
197 assert(Index < MD->param_size()); in getDecl()
200 assert(Index < CD->param_size()); in getDecl()
930 if (Index < FD->param_size() && FD->parameters()[Index] == PVD) in getVarRegion()
934 if (Index < BD->param_size() && BD->parameters()[Index] == PVD) in getVarRegion()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h161 size_t param_size() const { return parameters().size(); } in param_size() function
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp104 return getNonNullAttrsImpl(Call, Call.param_size()); in getNonNullAttrs()
H A DDynamicTypePropagation.cpp859 for (unsigned i = 0; i < Method->param_size(); i++) { in checkPreObjCMessage()
/freebsd-13.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-13.1/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp77 if (FD->isMain() && FD->hasPrototype() && FD->param_size() == 2) in getCallingConvMangling()
H A DODRHash.cpp565 ID.AddInteger(Function->param_size()); in AddFunctionDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp221 if (MD->param_size()) in getSymbolInfo()
H A DIndexDecl.cpp157 bool isGetter = !D->param_size(); in handleObjCMethod()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4857 return N < Decl->param_size() && Decl->getParamDecl(N) == &Node; in AST_MATCHER_P()
4859 return N < Decl->param_size() && Decl->getParamDecl(N) == &Node; in AST_MATCHER_P()
4861 return N < Decl->param_size() && Decl->getParamDecl(N) == &Node; in AST_MATCHER_P()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp659 Record.push_back(D->param_size()); in VisitFunctionDecl()
717 Record.push_back(D->param_size()); in VisitObjCMethodDecl()
1178 Record.push_back(D->param_size()); in VisitBlockDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3557 if (Method->param_size() == 1) in createCodeCompletionStringForDecl()
3616 if (Method->param_size() == 0) { in createCodeCompletionStringForDecl()
7284 if (CurMethod->param_size() != SuperMethod->param_size() || in AddSuperSendCompletion()
7466 if (NumSelIdents <= Method->param_size()) { in getPreferredArgumentTypeForMessageSend()
9021 if (Method->param_size() > 0) in CodeCompleteObjCMethodDecl()
9125 NumSelIdents <= MethList->getMethod()->param_size()) { in CodeCompleteObjCMethodDeclSelector()
/freebsd-13.1/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3064 if (uap->param_size < 0 || in freebsd32_thr_new()
3065 uap->param_size > sizeof(struct thr_param32)) in freebsd32_thr_new()
3069 error = copyin(uap->param, &param32, uap->param_size); in freebsd32_thr_new()

12