Home
last modified time | relevance | path

Searched refs:api (Results 1 – 25 of 116) sorted by relevance

12345

/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
HDsig_print.c148 const struct uniapi_error *api = msg; in uni_print_api() local
151 uni_print_entry(cx, "reason", "%s", uni_strerr(api->reason)); in uni_print_api()
152 uni_print_entry(cx, "state", "U%u", api->state); in uni_print_api()
158 const struct uniapi_call_created *api = msg; in uni_print_api() local
160 uni_print_cref(NULL, 0, &api->cref, cx); in uni_print_api()
166 const struct uniapi_call_destroyed *api = msg; in uni_print_api() local
168 uni_print_cref(NULL, 0, &api->cref, cx); in uni_print_api()
174 const struct uniapi_party_created *api = msg; in uni_print_api() local
176 uni_print_cref(NULL, 0, &api->cref, cx); in uni_print_api()
179 (const union uni_ieall *)&api->epref, cx); in uni_print_api()
[all …]
HDsig_party.c77 struct uni_msg *api; in uni_create_partyx() local
85 if ((ind = ALLOC_API(struct uniapi_party_created, api)) == NULL) { in uni_create_partyx()
107 UNIAPI_PARTY_CREATED, cookie, api); in uni_create_partyx()
153 struct uni_msg *api; in uni_destroy_party() local
165 ind = ALLOC_API(struct uniapi_party_destroyed, api); in uni_destroy_party()
174 uni_enq_call(p->call, SIGC_PARTY_DESTROYED, 0, api, NULL); in uni_destroy_party()
235 pun0_add_party_request(struct party *p, struct uni_msg *api, uint32_t cookie) in pun0_add_party_request() argument
239 uni_msg_rptr(api, struct uniapi_add_party_request *); in pun0_add_party_request()
242 uni_msg_destroy(api); in pun0_add_party_request()
256 uni_msg_destroy(api); in pun0_add_party_request()
[all …]
HDsig_call.c151 struct uni_msg *api; in uni_create_call() local
156 if ((ind = ALLOC_API(struct uniapi_call_created, api)) == NULL) { in uni_create_call()
179 uni->funcs->uni_output(uni, uni->arg, UNIAPI_CALL_CREATED, cookie, api); in uni_create_call()
216 struct uni_msg *api; in uni_destroy_call() local
238 ind = ALLOC_API(struct uniapi_call_destroyed, api); in uni_destroy_call()
243 uni_enq_coord(c->uni, SIGO_CALL_DESTROYED, 0, api); in uni_destroy_call()
306 struct uni_msg *api; in clear_callD() local
314 if ((ind = ALLOC_API(struct uniapi_release_indication, api)) != NULL) { in clear_callD()
321 UNIAPI_RELEASE_indication, 0, api); in clear_callD()
366 struct uni_msg *api; in un0_setup() local
[all …]
/freebsd-11-stable/release/scripts/
HDatlas-upload.sh87 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/boxes -X POST -d "box[name]=${BOX}" -d "access_t…
88 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX} -X PUT -d "box[is_private…
89 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX} -X PUT -d "box[descriptio…
103 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/versions -X POST -d "vers…
104 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION} -X PUT…
124 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION}/provid…
155 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION}/releas…
/freebsd-11-stable/contrib/ofed/libibverbs/
HDibverbs.h45 #define symver(name, api, ver) asm(".symver " #name "," #api "@" #ver) argument
46 #define default_symver(name, api) \ argument
47 asm(".symver " #name "," #api "@@" DEFAULT_ABI)
48 #define private_symver(name, api) \ argument
49 asm(".symver " #name "," #api "@@IBVERBS_PRIVATE_14")
/freebsd-11-stable/contrib/libxo/xohtml/external/
HDjquery.qtip.js234 QTIP.api[this.id] = this;
284 delete QTIP.api[this.id];
334 content.text = function(event, api) { argument
335 var loading = text || $(this).attr(api.options.content.attr) || 'Loading...',
338 $.extend({}, ajax, { context: api })
342 if(content && once) { api.set('content.text', content); }
346 if(api.destroyed || xhr.status === 0) { return; }
347 api.set('content.text', status + ': ' + error);
350 return !once ? (api.set('content.text', loading), deferred) : loading;
1331 var api = QTIP.api[ $.attr(this, ATTR_ID) ];
[all …]
/freebsd-11-stable/lib/libngatm/
HDMakefile19 ${LIBBASE}/netnatm/msg ${LIBBASE}/netnatm/sig ${LIBBASE}/netnatm/api
51 INCSAPIDIR= $(INCLUDEDIR)/netnatm/api
52 INCSAPI= api/atmapi.h api/ccatm.h api/unisap.h
/freebsd-11-stable/contrib/libucl/doc/
HDMakefile.am1 EXTRA_DIST = api.md
6 tail -n +$$(grep -n '# Synopsis' api.md | cut -d':' -f1) api.md | \
/freebsd-11-stable/lib/liblzma/
HDMakefile10 .PATH: ${LZMADIR}/api/lzma
128 ${LZMADIR}/api/lzma/version.h
130 ${LZMADIR}/api/lzma/version.h
132 ${LZMADIR}/api/lzma/version.h
139 -I${LZMADIR}/api \
/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
HDReadme.freebsd.txt15 Tisa/sallsdk/api
19 Tisa/discovery/api
21 Tisa/sat/api
24 Tisa/tisa/api
/freebsd-11-stable/sys/modules/pms/
HDMakefile6 ${SRCTOP}/sys/dev/pms/RefTisa/sallsdk/api \
9 ${SRCTOP}/sys/dev/pms/RefTisa/discovery/api \
11 ${SRCTOP}/sys/dev/pms/RefTisa/sat/api \
13 ${SRCTOP}/sys/dev/pms/RefTisa/tisa/api \
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
HDittnotify_static.cpp139 #define ITT_STUB(api,type,name,args,params,ptr,group,format) \ argument
140 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)) args;\
141 typedef type api ITT_JOIN(_N_(name),_t) args; \
143 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)) args \
152 #define ITT_STUBV(api,type,name,args,params,ptr,group,format) \ argument
153 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)) args;\
154 typedef type api ITT_JOIN(_N_(name),_t) args; \
156 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)) args \
170 #define ITT_STUB(api,type,name,args,params,ptr,group,format) \ argument
171 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)) args;\
[all …]
/freebsd-11-stable/sys/modules/crypto/
HDMakefile16 SRCS += cast.c cryptodeflate.c rmd160.c rijndael-alg-fst.c rijndael-api.c rijndael-api-fst.c
18 SRCS += camellia.c camellia-api.c
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDAPFloat.cpp2267 APInt api = Val; in convertFromAPInt() local
2270 if (isSigned && api.isNegative()) { in convertFromAPInt()
2272 api = -api; in convertFromAPInt()
2275 return convertFromUnsignedParts(api.getRawData(), partCount, rounding_mode); in convertFromAPInt()
2312 APInt api = APInt(width, makeArrayRef(parts, partCount)); in convertFromZeroExtendedInteger() local
2317 api = -api; in convertFromZeroExtendedInteger()
2320 return convertFromUnsignedParts(api.getRawData(), partCount, rounding_mode); in convertFromZeroExtendedInteger()
3097 APInt api = bitcastToAPInt(); in convertToFloat() local
3098 return api.bitsToFloat(); in convertToFloat()
3104 APInt api = bitcastToAPInt(); in convertToDouble() local
[all …]
/freebsd-11-stable/sys/dev/random/
HDbuild.sh43 ../../crypto/rijndael/rijndael-api-fst.c \
53 ../../crypto/rijndael/rijndael-api-fst.c \
/freebsd-11-stable/stand/libsa/geli/
HDMakefile.inc22 .for i in rijndael-alg-fst.c rijndael-api-fst.c rijndael-api.c
/freebsd-11-stable/contrib/openbsm/libbsm/
HDbsm_wrappers.c738 audit_set_pmask(auditpinfo_t *api, size_t sz) in audit_set_pmask() argument
741 if (sizeof(*api) != sz) { in audit_set_pmask()
746 return (auditon(A_SETPMASK, api, sz)); in audit_set_pmask()
750 audit_get_pinfo(auditpinfo_t *api, size_t sz) in audit_get_pinfo() argument
753 if (sizeof(*api) != sz) { in audit_get_pinfo()
758 return (auditon(A_GETPINFO, api, sz)); in audit_get_pinfo()
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
HDcc_user.c1464 struct atm_call_release *api = uni_msg_rptr(msg, in cc_user_sig_handle() local
1473 conn->cause[0] = api->cause[0]; in cc_user_sig_handle()
1474 conn->cause[1] = api->cause[1]; in cc_user_sig_handle()
1480 conn->cause[0] = api->cause[0]; in cc_user_sig_handle()
1481 conn->cause[1] = api->cause[1]; in cc_user_sig_handle()
1486 conn->cause[0] = api->cause[0]; in cc_user_sig_handle()
1487 conn->cause[1] = api->cause[1]; in cc_user_sig_handle()
1493 conn->cause[0] = api->cause[0]; in cc_user_sig_handle()
1494 conn->cause[1] = api->cause[1]; in cc_user_sig_handle()
/freebsd-11-stable/tests/sys/netmap/
HDMakefile9 PLAIN_TESTS_C+= ctrl-api-test
/freebsd-11-stable/sys/crypto/rijndael/
HDMakefile5 SRCS= ${PROG}.c rijndael-alg-fst.c rijndael-api-fst.c
/freebsd-11-stable/sys/modules/wlan_ccmp/
HDMakefile8 SRCS+= rijndael-alg-fst.c rijndael-api.c
/freebsd-11-stable/sys/modules/netgraph/atm/ccatm/
HDMakefile9 .PATH: ${LIBBASE}/netnatm/api
/freebsd-11-stable/sys/modules/geom/geom_bde/
HDMakefile9 SRCS+= rijndael-alg-fst.c rijndael-api-fst.c sha256c.c sha512c.c
/freebsd-11-stable/contrib/gdb/gdb/config/sparc/
HDsol2.mh5 procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o \
/freebsd-11-stable/contrib/gdb/gdb/config/i386/
HDi386sol2.mh7 procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o gcore.o \

12345