Home
last modified time | relevance | path

Searched refs:argtype (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/sys/cddl/dev/sdt/
H A Dsdt.c245 struct sdt_argtype *argtype; in sdt_getargdesc() local
254 if (desc->dtargd_ndx == argtype->ndx) { in sdt_getargdesc()
256 if (argtype->type == NULL) { in sdt_getargdesc()
261 strlcpy(desc->dtargd_native, argtype->type, in sdt_getargdesc()
263 if (argtype->xtype != NULL) in sdt_getargdesc()
264 strlcpy(desc->dtargd_xlate, argtype->xtype, in sdt_getargdesc()
291 struct sdt_argtype **argtype, **a_begin, **a_end; in sdt_kld_load_probes() local
304 for (argtype = a_begin; argtype < a_end; argtype++) { in sdt_kld_load_probes()
305 (*argtype)->probe->n_args++; in sdt_kld_load_probes()
306 TAILQ_INSERT_TAIL(&(*argtype)->probe->argtype_list, in sdt_kld_load_probes()
[all …]
/freebsd-13.1/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh294 argtype = ""
304 argtype = "char";
306 argtype = "int";
308 argtype = "short";
310 argtype = "chtype";
312 argtype = "attr";
322 if ( argtype == "char" ) {
335 if ( argtype == "int" || argtype == "short" ) {
337 argtype = ""
341 if (argtype == "attr") {
[all …]
/freebsd-13.1/sys/tools/
H A Dmakesyscalls.lua612 argtype = argtype:gsub("_native ", "")
613 argtype = argtype:gsub("(struct [^ ]*)", "%1" ..
615 argtype = argtype:gsub("(union [^ ]*)", "%1" ..
620 type = argtype,
657 local argtype, argname
659 argtype = arg["type"]
662 argtype = trim(argtype:gsub("__restrict$", ""), nil)
683 elseif argtype:sub(1,1) == "u" or argtype == "size_t" then
716 argname, argtype,
838 argname, argtype,
[all …]
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/
H A Ddebugfs.c12 #define FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ argument
14 argtype *arg; \
62 #define _FWRT_DEBUGFS_READ_FILE_OPS(name, buflen, argtype) \ argument
63 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \
72 #define FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument
77 argtype *arg = \
89 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \
90 FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \
100 #define _FWRT_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument
101 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \
[all …]
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dlhash.h180 #define IMPLEMENT_LHASH_DOALL_ARG_CONST(type, argtype) \ argument
181 int_implement_lhash_doall(type, argtype, const type)
183 #define IMPLEMENT_LHASH_DOALL_ARG(type, argtype) \ argument
184 int_implement_lhash_doall(type, argtype, type)
186 #define int_implement_lhash_doall(type, argtype, cbargtype) \ argument
188 lh_##type##_doall_##argtype(LHASH_OF(type) *lh, \
189 void (*fn)(cbargtype *, argtype *), \
190 argtype *arg) \
/freebsd-13.1/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c459 zfs_type_t argtype; in zfs_for_each() local
466 argtype = types; in zfs_for_each()
468 argtype |= ZFS_TYPE_FILESYSTEM; in zfs_for_each()
470 argtype |= ZFS_TYPE_VOLUME; in zfs_for_each()
476 argtype); in zfs_for_each()
478 zhp = zfs_open(g_zfs, argv[i], argtype); in zfs_for_each()
/freebsd-13.1/sbin/fdisk/
H A Dfdisk.c112 char argtype; member
987 command->args[command->n_args].argtype = *cp++; in parse_config_line()
1032 switch (command->args[i].argtype) { in process_geometry()
1045 current_line_number, command->args[i].argtype, in process_geometry()
1046 command->args[i].argtype); in process_geometry()
/freebsd-13.1/lib/libdevstat/
H A Ddevstat.c97 devstat_arg_type argtype; member
1308 switch (devstat_arg_list[metric].argtype) { in devstat_compute_statistics()
1324 if (devstat_arg_list[metric].argtype == DEVSTAT_ARG_SKIP) in devstat_compute_statistics()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_mve.td1223 class ScalarShift<Type argtype, dag shiftCountArg, dag shiftCodeGen>:
1224 Intrinsic<argtype, !con((args argtype:$value), shiftCountArg), shiftCodeGen> {
1232 class LongScalarShift<Type argtype, dag shiftCountArg, dag shiftCodeGen>:
1233 ScalarShift<argtype, shiftCountArg,
1234 (seq (u32 (lshr $value, (argtype 32))):$hi,
/freebsd-13.1/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1140 zfs_path_to_zhandle(libzfs_handle_t *hdl, const char *path, zfs_type_t argtype) argument
1149 return (zfs_open(hdl, path, argtype));
H A Dlibzfs.abi7206 <parameter type-id='2e45de5d' name='argtype'/>