Searched refs:TYPE_NONE (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/pjdfstest/ |
H A D | pjdfstest.c | 156 #define TYPE_NONE 0x0000 macro 173 { "open", ACTION_OPEN, { TYPE_STRING, TYPE_STRING, TYPE_NUMBER | TYPE_OPTIONAL, TYPE_NONE } }, 175 …ON_OPENAT, { TYPE_DESCRIPTOR, TYPE_STRING, TYPE_STRING, TYPE_NUMBER | TYPE_OPTIONAL, TYPE_NONE } }, 177 { "create", ACTION_CREATE, { TYPE_STRING, TYPE_NUMBER, TYPE_NONE } }, 178 { "unlink", ACTION_UNLINK, { TYPE_STRING, TYPE_NONE } }, 180 { "unlinkat", ACTION_UNLINKAT, { TYPE_DESCRIPTOR, TYPE_STRING, TYPE_STRING, TYPE_NONE } }, 182 { "mkdir", ACTION_MKDIR, { TYPE_STRING, TYPE_NUMBER, TYPE_NONE } }, 184 { "mkdirat", ACTION_MKDIRAT, { TYPE_DESCRIPTOR, TYPE_STRING, TYPE_NUMBER, TYPE_NONE } }, 186 { "rmdir", ACTION_RMDIR, { TYPE_STRING, TYPE_NONE } }, 187 { "link", ACTION_LINK, { TYPE_STRING, TYPE_STRING, TYPE_NONE } }, [all …]
|
/freebsd/sys/dev/iicbus/rtc/ |
H A D | ds13rtc.c | 119 TYPE_NONE, enumerator 200 {NULL, TYPE_NONE}, 488 return (TYPE_NONE); in ds13rtc_get_chiptype() 516 if (chiptype == TYPE_NONE) in ds13rtc_probe() 535 if ((sc->chiptype = ds13rtc_get_chiptype(dev)) == TYPE_NONE) { in ds13rtc_attach()
|
H A D | nxprtc.c | 173 TYPE_NONE, enumerator 254 {NULL, TYPE_NONE}, 911 chiptype = TYPE_NONE; in nxprtc_get_chiptype() 917 if (chiptype == TYPE_NONE) in nxprtc_get_chiptype() 936 if ((chiptype = nxprtc_get_chiptype(dev)) == TYPE_NONE) in nxprtc_probe()
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/thermal/ |
H A D | thermal_exynos.h | 16 #define TYPE_NONE 4 macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | X86DisassemblerDecoderCommon.h | 449 ENUM_ENTRY(TYPE_NONE, "") \
|