Home
last modified time | relevance | path

Searched refs:pvalue (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/sendmail/libsm/
H A Dmemstat.c70 sm_memstat_get(resource, pvalue) in sm_memstat_get() argument
72 long *pvalue;
82 *pvalue = r;
155 sm_memstat_get(resource, pvalue)
157 long *pvalue;
170 *pvalue = kn->value.ul;
253 sm_memstat_get(resource, pvalue)
255 long *pvalue;
263 if (pvalue == NULL)
275 r = sscanf(buf + l + 1, "%ld", pvalue);
[all …]
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Drpc.h112 #define EVTAG_GET(msg, member, pvalue) \ argument
113 (*(msg)->base->member##_get)((msg), (pvalue))
123 #define EVTAG_GET_WITH_LEN(msg, member, pvalue, plen) \ argument
124 (*(msg)->base->member##_get)((msg), (pvalue), (plen))
141 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \ argument
142 (*(msg)->base->member##_get)((msg), (offset), (pvalue))
/freebsd/contrib/libevent/include/event2/
H A Drpc.h112 #define EVTAG_GET(msg, member, pvalue) \ argument
113 (*(msg)->base->member##_get)((msg), (pvalue))
123 #define EVTAG_GET_WITH_LEN(msg, member, pvalue, plen) \ argument
124 (*(msg)->base->member##_get)((msg), (pvalue), (plen))
141 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \ argument
142 (*(msg)->base->member##_get)((msg), (offset), (pvalue))
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_genn.c232 ASN1_OBJECT **poid, ASN1_TYPE **pvalue) in GENERAL_NAME_get0_otherName() argument
238 if (pvalue) in GENERAL_NAME_get0_otherName()
239 *pvalue = gen->d.otherName->value; in GENERAL_NAME_get0_otherName()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_crypt.c582 int *pvalue = kp->arg; in param_set_qat_encrypt() local
590 if (*pvalue == 0 && !qat_cy_init_done) { in param_set_qat_encrypt()
604 int *pvalue = kp->arg; in param_set_qat_checksum() local
612 if (*pvalue == 0 && !qat_cy_init_done) { in param_set_qat_checksum()
H A Dqat_compress.c530 int *pvalue = kp->arg; in param_set_qat_compress() local
538 if (*pvalue == 0 && !qat_dc_init_done) { in param_set_qat_compress()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c939 static int read_var(struct archive_read* a, uint64_t* pvalue, in read_var() argument
965 if(pvalue) { in read_var()
966 *pvalue = result; in read_var()
995 if(pvalue) { in read_var()
996 *pvalue = result; in read_var()
1010 static int read_var_sized(struct archive_read* a, size_t* pvalue, in read_var_sized() argument
1019 if(ret == 1 && pvalue) { in read_var_sized()
1020 *pvalue = (size_t) v; in read_var_sized()
1103 static int read_u32(struct archive_read* a, uint32_t* pvalue) { in read_u32() argument
1108 *pvalue = archive_le32dec(p); in read_u32()
[all …]
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_value.c501 mask_table_value(ptei->pvalue, &tval, ts->vmask); in ipfw_link_table_values()
566 mask_table_value(ptei->pvalue, &tval, ts->vmask); in ipfw_link_table_values()
H A Dip_fw_table.h57 struct table_value *pvalue; member
H A Dip_fw_table.c984 ptei->pvalue = (struct table_value *)&ptent->v.value; in manage_table_ent_v1()
1009 ipfw_export_table_value_v1(ptei->pvalue, &ptent->v.value); in manage_table_ent_v1()
/freebsd/contrib/lua/src/
H A Dltable.c174 void *p = pvalue(key); in mainpositionTV()
228 return pvalue(k1) == pvalueraw(keyval(n2)); in equalkey()
H A Dlobject.h436 #define pvalue(o) check_exp(ttislightuserdata(o), val_(o).p) macro
H A Dlvm.c589 case LUA_VLIGHTUSERDATA: return pvalue(t1) == pvalue(t2); in luaV_equalobj()
H A Dlapi.c450 case LUA_TLIGHTUSERDATA: return pvalue(o); in touserdata()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.h152 #define pvalue(o) check_exp(ttislightuserdata(o), val_(o).p) macro
H A Dlvm.c267 case LUA_TLIGHTUSERDATA: return pvalue(t1) == pvalue(t2); in luaV_equalobj_()
H A Dltable.c113 return hashpointer(t, pvalue(key)); in mainposition()
H A Dlapi.c429 case LUA_TLIGHTUSERDATA: return pvalue(o); in lua_touserdata()
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in564 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
H A Dx509v3.h828 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp818 void *pvalue; member
1018 void *pvalue; member
1237 SWIG_NewMemberObj(L,entry->value.value.userdata.pvalue, in SWIG_Lua_elua_emulate_register()
1241 SWIG_NewPointerObj(L,entry->value.value.userdata.pvalue, in SWIG_Lua_elua_emulate_register()
2679 lua_pushstring(L,(char *) constants[i].pvalue); in SWIG_Lua_InstallConstants()
2684 SWIG_NewPointerObj(L,constants[i].pvalue, *(constants[i]).ptype,0); in SWIG_Lua_InstallConstants()
2689 SWIG_NewMemberObj(L,constants[i].pvalue,constants[i].lvalue,*(constants[i]).ptype); in SWIG_Lua_InstallConstants()