Searched refs:type (Results 126 - 150 of 5685) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/sys/
H A Dbus_san.h38 #define KCSAN_BS_MULTI(rw, width, type) \
40 bus_space_handle_t, bus_size_t, type *, bus_size_t); \
42 bus_space_handle_t, bus_size_t, type *, bus_size_t); \
44 bus_space_handle_t, bus_size_t, type *, bus_size_t); \
46 bus_space_handle_t, bus_size_t, type *, bus_size_t)
48 #define KCSAN_BS_READ(width, type) \
49 type kcsan_bus_space_read_##width(bus_space_tag_t, \
51 type kcsan_bus_space_read_stream_##width(bus_space_tag_t, \
53 KCSAN_BS_MULTI(read, width, type)
55 #define KCSAN_BS_WRITE(width, type) \
[all...]
H A Darb.h47 #define ARB_HEAD(name, type, idxbits) \
55 struct type arb_nodes[]; \
57 #define ARB8_HEAD(name, type) ARB_HEAD(name, type, 8)
58 #define ARB16_HEAD(name, type) ARB_HEAD(name, type, 16)
59 #define ARB32_HEAD(name, type) ARB_HEAD(name, type, 32)
237 #define ARB_PROTOTYPE(name, type, field, cmp) \
238 ARB_PROTOTYPE_INTERNAL(name, type, fiel
[all...]
/freebsd-13-stable/contrib/tzcode/stdtime/
H A Dprivate.h162 Please use a compiler that supports a 64-bit integer type (or wider);
217 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
221 #define TYPE_SIGNED(type) (((type) -1) < 0)
230 #define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5)
239 #define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5)
245 ** Subtract one for the sign bit if the type i
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangTypeNodesEmitter.cpp1 //=== ClangTypeNodesEmitter.cpp - Generate type node tables -----*- C++ -*-===//
10 // type nodes.
12 // This file defines the AST type info database. Each type node is
15 // abstract syntax tree the type will show up, the enumeration uses
18 // TYPE(Class, Base) - A type that can show up anywhere in the AST,
23 // the type hierarchy but has no concrete instances.
25 // NON_CANONICAL_TYPE(Class, Base) - A type that can show up
27 // type. Clients that only need to deal with canonical types
28 // (ignoring, e.g., typedefs and other type aliase
176 emitLastNodeInvocation(TypeNode type) argument
[all...]
/freebsd-13-stable/usr.bin/netstat/
H A Dpfkey.c120 unsigned first, type; local
136 for (first = 1, type = 0;
137 type<sizeof(pfkeystat.out_msgtype)/sizeof(pfkeystat.out_msgtype[0]);
138 type++) {
139 if (pfkeystat.out_msgtype[type] <= 0)
143 xo_emit("\t{T:histogram by message type}:\n");
147 xo_emit("\t\t{k::type/%s}: {:count/%ju}\n",
148 pfkey_msgtype_names(type),
149 (uintmax_t)pfkeystat.out_msgtype[type]);
159 p(out_invmsgtype, "\t{:dropped-bad-type/
[all...]
/freebsd-13-stable/bin/date/
H A Dvary.c58 domktime(struct tm *t, char type) argument
64 adjhour(t, type == '-' ? type : '+', 1, 0);
128 adjyear(struct tm *t, char type, int val, int mk) argument
130 switch (type) {
145 return !mk || domktime(t, type) != -1;
149 adjmon(struct tm *t, char type, int val, int istext, int mk) argument
156 switch (type) {
205 return !mk || domktime(t, type) != -1;
209 adjday(struct tm *t, char type, in argument
253 adjwday(struct tm *t, char type, int val, int istext, int mk) argument
289 adjhour(struct tm *t, char type, int val, int mk) argument
334 adjmin(struct tm *t, char type, int val, int mk) argument
375 adjsec(struct tm *t, char type, int val, int mk) argument
418 char type; local
[all...]
/freebsd-13-stable/sbin/zfsbootcfg/
H A Dzfsbootcfg.c48 const char *type, const char *value)
61 if (strcmp(type, "DATA_TYPE_STRING") == 0) {
64 rv = lzbe_add_pair(nv, key, type, data, size);
65 } else if (strcmp(type, "DATA_TYPE_UINT64") == 0) {
72 rv = lzbe_add_pair(nv, key, type, &v, size);
73 } else if (strcmp(type, "DATA_TYPE_INT64") == 0) {
80 rv = lzbe_add_pair(nv, key, type, &v, size);
81 } else if (strcmp(type, "DATA_TYPE_UINT32") == 0) {
88 rv = lzbe_add_pair(nv, key, type, &v, size);
89 } else if (strcmp(type, "DATA_TYPE_INT3
47 add_pair(const char *name, const char *nvlist, const char *key, const char *type, const char *value) argument
192 const char *key, *value, *type, *nvlist; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h245 * that the result is correctly calculated based on the data type of (x),
247 * type of the alignment. For example, if (x) is of type uint64_t,
255 #define P2ALIGN_TYPED(x, align, type) \
256 ((type)(x) & -(type)(align))
257 #define P2PHASE_TYPED(x, align, type) \
258 ((type)(x) & ((type)(align) - 1))
259 #define P2NPHASE_TYPED(x, align, type) \
[all...]
/freebsd-13-stable/lib/libc/posix1e/
H A Dacl_set.c56 acl_set_file(const char *path_p, acl_type_t type, acl_t acl) argument
63 type = _acl_type_unold(type);
64 if (_acl_type_not_valid_for_acl(acl, type)) {
68 if (_posix1e_acl(acl, type))
73 return (__acl_set_file(path_p, type, &acl->ats_acl));
77 acl_set_link_np(const char *path_p, acl_type_t type, acl_t acl) argument
84 type = _acl_type_unold(type);
85 if (_acl_type_not_valid_for_acl(acl, type)) {
108 acl_set_fd_np(int fd, acl_t acl, acl_type_t type) argument
[all...]
/freebsd-13-stable/sys/amd64/vmm/
H A Dvmm_stat.h61 #define VMM_STAT_FDEFINE(type, nelems, desc, func, scope) \
62 struct vmm_stat_type type[1] = { \
65 SYSINIT(type##_stat, SI_SUB_KLD, SI_ORDER_ANY, vmm_stat_register, type)
67 #define VMM_STAT_DEFINE(type, nelems, desc, scope) \
68 VMM_STAT_FDEFINE(type, nelems, desc, NULL, scope)
70 #define VMM_STAT_DECLARE(type) \
71 extern struct vmm_stat_type type[1]
73 #define VMM_STAT(type, desc) \
74 VMM_STAT_DEFINE(type,
[all...]
/freebsd-13-stable/contrib/dialog/
H A Dprgbox.c36 dlg_popen(const char *command, const char *type) argument
43 if ((*type == 'r' || *type != 'w') && pipe(fd) == 0) {
50 if (*type == 'r') {
78 if (*type == 'r') {
79 result = fdopen(fd[0], type);
82 result = fdopen(fd[1], type);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/zpool.d/
H A Data_err7 smart: Show SMART temperature and error stats (specific to drive type)
8 smartx: Show SMART extended drive stats (specific to drive type).
28 test_type: Show SMART self-test type (short, long... ).
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
102 /SAS/{type="sas"}
119 /SATA/{type="sata"}
128 /NVMe/{type="nvme"}
154 if (type == "sas") {
187 END {print "type
[all...]
H A Dcmd_to7 smart: Show SMART temperature and error stats (specific to drive type)
8 smartx: Show SMART extended drive stats (specific to drive type).
28 test_type: Show SMART self-test type (short, long... ).
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
102 /SAS/{type="sas"}
119 /SATA/{type="sata"}
128 /NVMe/{type="nvme"}
154 if (type == "sas") {
187 END {print "type
[all...]
H A Ddefect7 smart: Show SMART temperature and error stats (specific to drive type)
8 smartx: Show SMART extended drive stats (specific to drive type).
28 test_type: Show SMART self-test type (short, long... ).
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
102 /SAS/{type="sas"}
119 /SATA/{type="sata"}
128 /NVMe/{type="nvme"}
154 if (type == "sas") {
187 END {print "type
[all...]
H A Dhealth7 smart: Show SMART temperature and error stats (specific to drive type)
8 smartx: Show SMART extended drive stats (specific to drive type).
28 test_type: Show SMART self-test type (short, long... ).
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
102 /SAS/{type="sas"}
119 /SATA/{type="sata"}
128 /NVMe/{type="nvme"}
154 if (type == "sas") {
187 END {print "type
[all...]
H A Dhours_on7 smart: Show SMART temperature and error stats (specific to drive type)
8 smartx: Show SMART extended drive stats (specific to drive type).
28 test_type: Show SMART self-test type (short, long... ).
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
102 /SAS/{type="sas"}
119 /SATA/{type="sata"}
128 /NVMe/{type="nvme"}
154 if (type == "sas") {
187 END {print "type
[all...]
H A Dnonmed7 smart: Show SMART temperature and error stats (specific to drive type)
8 smartx: Show SMART extended drive stats (specific to drive type).
28 test_type: Show SMART self-test type (short, long... ).
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
102 /SAS/{type="sas"}
119 /SATA/{type="sata"}
128 /NVMe/{type="nvme"}
154 if (type == "sas") {
187 END {print "type
[all...]
H A Dnvme_err7 smart: Show SMART temperature and error stats (specific to drive type)
8 smartx: Show SMART extended drive stats (specific to drive type).
28 test_type: Show SMART self-test type (short, long... ).
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
102 /SAS/{type="sas"}
119 /SATA/{type="sata"}
128 /NVMe/{type="nvme"}
154 if (type == "sas") {
187 END {print "type
[all...]
H A Doff_ucor7 smart: Show SMART temperature and error stats (specific to drive type)
8 smartx: Show SMART extended drive stats (specific to drive type).
28 test_type: Show SMART self-test type (short, long... ).
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
102 /SAS/{type="sas"}
119 /SATA/{type="sata"}
128 /NVMe/{type="nvme"}
154 if (type == "sas") {
187 END {print "type
[all...]
H A Dpend_sec7 smart: Show SMART temperature and error stats (specific to drive type)
8 smartx: Show SMART extended drive stats (specific to drive type).
28 test_type: Show SMART self-test type (short, long... ).
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
102 /SAS/{type="sas"}
119 /SATA/{type="sata"}
128 /NVMe/{type="nvme"}
154 if (type == "sas") {
187 END {print "type
[all...]
H A Dpwr_cyc7 smart: Show SMART temperature and error stats (specific to drive type)
8 smartx: Show SMART extended drive stats (specific to drive type).
28 test_type: Show SMART self-test type (short, long... ).
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
102 /SAS/{type="sas"}
119 /SATA/{type="sata"}
128 /NVMe/{type="nvme"}
154 if (type == "sas") {
187 END {print "type
[all...]
H A Dr_proc7 smart: Show SMART temperature and error stats (specific to drive type)
8 smartx: Show SMART extended drive stats (specific to drive type).
28 test_type: Show SMART self-test type (short, long... ).
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
102 /SAS/{type="sas"}
119 /SATA/{type="sata"}
128 /NVMe/{type="nvme"}
154 if (type == "sas") {
187 END {print "type
[all...]
H A Dr_ucor7 smart: Show SMART temperature and error stats (specific to drive type)
8 smartx: Show SMART extended drive stats (specific to drive type).
28 test_type: Show SMART self-test type (short, long... ).
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
102 /SAS/{type="sas"}
119 /SATA/{type="sata"}
128 /NVMe/{type="nvme"}
154 if (type == "sas") {
187 END {print "type
[all...]
H A Drealloc7 smart: Show SMART temperature and error stats (specific to drive type)
8 smartx: Show SMART extended drive stats (specific to drive type).
28 test_type: Show SMART self-test type (short, long... ).
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
102 /SAS/{type="sas"}
119 /SATA/{type="sata"}
128 /NVMe/{type="nvme"}
154 if (type == "sas") {
187 END {print "type
[all...]
H A Drep_ucor7 smart: Show SMART temperature and error stats (specific to drive type)
8 smartx: Show SMART extended drive stats (specific to drive type).
28 test_type: Show SMART self-test type (short, long... ).
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
102 /SAS/{type="sas"}
119 /SATA/{type="sata"}
128 /NVMe/{type="nvme"}
154 if (type == "sas") {
187 END {print "type
[all...]

Completed in 155 milliseconds

1234567891011>>