Searched refs:type (Results 426 - 450 of 2123) sorted by relevance

<<11121314151617181920>>

/haiku/src/system/libroot/os/
H A Dfs_index.c21 fs_create_index(dev_t device, const char *name, uint32 type, uint32 flags) argument
23 status_t status = _kern_create_index(device, name, type, flags);
45 indexInfo->type = stat.st_type;
/haiku/src/kits/debugger/demangler/
H A DDemangler.cpp39 int32 type; local
43 sizeof(buffer), &type, &length) == B_OK) {
52 // unnamed argument: fallback to known type
53 switch (type) {
93 // TODO: use length as hint on pointer type
98 // TODO: use length as hint on reference type
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DCodecTable.cpp45 // Determine media type
46 switch (codec->type) {
48 format.type = B_MEDIA_ENCODED_VIDEO;
51 format.type = B_MEDIA_ENCODED_AUDIO;
/haiku/src/apps/icon-o-matic/gui/
H A DStyleView.h63 void _MarkType(BMenu* menu, int32 type) const;
64 void _SetStyleType(int32 type);
65 void _SetGradientType(int32 type);
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp78 const uint32 kMsgTypeEntered = 'type';
88 "attr:type",
116 list_view_type type = B_SINGLE_SELECTION_LIST,
125 void SetType(BMimeType* type);
167 text = B_TRANSLATE("(from super type)");
201 float b = StringWidth(B_TRANSLATE("(from super type)"));
247 list_view_type type, uint32 flags)
249 DropTargetListView(name, type, flags)
322 ExtensionListView::SetType(BMimeType* type) argument
324 if (type !
246 ExtensionListView(const char* name, list_view_type type, uint32 flags) argument
606 type_code type; local
712 const char* type; local
933 const char* type; local
966 SelectType(const char* type) argument
1023 _UpdateExtensions(BMimeType* type) argument
1072 _UpdatePreferredApps(BMimeType* type) argument
1080 _UpdateIcon(BMimeType* type) argument
1090 _SetType(BMimeType* type, int32 forceUpdate) argument
1195 type_code type; local
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dqueue.h90 #define LIST_HEAD(name, type) \
92 struct type *lh_first; /* first element */ \
98 #define LIST_ENTRY(type) \
100 struct type *le_next; /* next element */ \
101 struct type **le_prev; /* address of previous next element */ \
181 #define SLIST_HEAD(name, type) \
183 struct type *slh_first; /* first element */ \
189 #define SLIST_ENTRY(type) \
191 struct type *sle_next; /* next element */ \
224 #define SLIST_REMOVE(head, elm, type, fiel
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dqueue.h90 #define LIST_HEAD(name, type) \
92 struct type *lh_first; /* first element */ \
98 #define LIST_ENTRY(type) \
100 struct type *le_next; /* next element */ \
101 struct type **le_prev; /* address of previous next element */ \
181 #define SLIST_HEAD(name, type) \
183 struct type *slh_first; /* first element */ \
189 #define SLIST_ENTRY(type) \
191 struct type *sle_next; /* next element */ \
224 #define SLIST_REMOVE(head, elm, type, fiel
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dqueue.h90 #define LIST_HEAD(name, type) \
92 struct type *lh_first; /* first element */ \
98 #define LIST_ENTRY(type) \
100 struct type *le_next; /* next element */ \
101 struct type **le_prev; /* address of previous next element */ \
181 #define SLIST_HEAD(name, type) \
183 struct type *slh_first; /* first element */ \
189 #define SLIST_ENTRY(type) \
191 struct type *sle_next; /* next element */ \
224 #define SLIST_REMOVE(head, elm, type, fiel
[all...]
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Dqueue.h90 #define LIST_HEAD(name, type) \
92 struct type *lh_first; /* first element */ \
98 #define LIST_ENTRY(type) \
100 struct type *le_next; /* next element */ \
101 struct type **le_prev; /* address of previous next element */ \
181 #define SLIST_HEAD(name, type) \
183 struct type *slh_first; /* first element */ \
189 #define SLIST_ENTRY(type) \
191 struct type *sle_next; /* next element */ \
224 #define SLIST_REMOVE(head, elm, type, fiel
[all...]
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dqueue.h90 #define LIST_HEAD(name, type) \
92 struct type *lh_first; /* first element */ \
98 #define LIST_ENTRY(type) \
100 struct type *le_next; /* next element */ \
101 struct type **le_prev; /* address of previous next element */ \
181 #define SLIST_HEAD(name, type) \
183 struct type *slh_first; /* first element */ \
189 #define SLIST_ENTRY(type) \
191 struct type *sle_next; /* next element */ \
224 #define SLIST_REMOVE(head, elm, type, fiel
[all...]
/haiku/headers/private/kernel/arch/m68k/
H A Darch_cpu.h35 * but they also depend on the cpu type.
103 uint16 type:4; member in struct:mc680x0_type_0_frame
110 uint16 type:4; member in struct:mc680x0_type_1_frame
117 uint16 type:4; member in struct:mc680x0_type_2_frame
125 uint16 type:4; member in struct:mc680x0_type_3_frame
133 uint16 type:4; member in struct:mc68040_type_7_frame
156 uint16 type:4; member in struct:mc680x0_type_9_frame
165 uint16 type:4; member in struct:mc68030_type_a_frame
180 uint16 type:4; member in struct:mc68030_type_b_frame
205 uint16 type member in struct:mc680x0_frame::__anon3::__anon4
222 uint8 type; // undefined member in struct:mc680x0_null_fpu_state
228 uint8 type; // 0 member in struct:mc680x0_type_00_fpu_state
234 uint8 type; // 0x28 member in struct:mc680x0_type_28_fpu_state
242 uint8 type; // 0x60 member in struct:mc680x0_type_60_fpu_state
252 uint8 type; // 0xd4 member in struct:mc68882_type_d4_fpu_state
262 uint8 type; // 0x60 member in struct:mc680x0_fpu_state::__anon5::__anon6
[all...]
/haiku/headers/private/kernel/
H A Dacpi.h78 uint8 type; member in struct:acpi_apic
83 uint8 type; /* 0 = processor local APIC */ member in struct:acpi_local_apic
91 uint8 type; /* 1 = I/O APIC */ member in struct:acpi_io_apic
100 uint8 type; /* 2 = Interrupt source override */ member in struct:acpi_int_source_override
111 uint8 type; /* 3 = NMI */ member in struct:acpi_nmi_source
120 uint8 type; /* 4 = local APIC NMI */ member in struct:acpi_local_apic_nmi
132 uint8 type; /* 5 = local APIC address override */ member in struct:acpi_local_apic_address_override
140 uint8 type; /* 6 = I/0 SAPIC (should be used if it member in struct:acpi_io_sapic
153 uint8 type; /* 7 = processor local SAPIC */ member in struct:acpi_local_sapic
170 uint8 type; /* member in struct:acpi_platform_interrupt_source
188 uint8 type; /* 9 = processor local x2APIC */ member in struct:acpi_local_x2_apic
198 uint8 type; /* 0xA = local x2APIC NMI */ member in struct:acpi_local_x2_apic_nmi
213 uint8 type; member in struct:acpi_gic_interface
234 uint8 type; member in struct:acpi_gic_distributor
420 uint32 type; member in struct:acpi_resource
[all...]
/haiku/src/bin/rc/
H A Ddecompile.cpp51 static void write_generic_data(const char *name, type_code type,
126 // field's type code (which goes to the left of the field name) and
188 write_rsrc(type_code type, int32 id, const char *name) argument
197 } else if (make_code(type, code)) {
203 (uint32)type, name);
205 PREFIX, (uint32)type, name, id);
235 write_raw(const char *name, type_code type, const void *data, argument
242 if (type != B_RAW_TYPE) {
244 write_code(type);
264 if (type !
535 write_string(const char *name, type_code type, const void *data, size_t length) argument
595 type_code type; local
621 write_message(const char *name, BMessage &msg, type_code type) argument
667 write_other(const char *name, type_code type, const void *data, size_t length) argument
720 const char* type = ""; local
801 write_generic_data(const char *name, type_code type, const void *data, size_t length) argument
847 write_data(int32 id, const char *name, type_code type, const void *data, size_t length) argument
935 type_code type; local
[all...]
/haiku/src/kits/debugger/model/
H A DType.cpp45 Type* type = GetType(); local
47 if (type->Kind() == TYPE_ENUMERATION)
48 return dynamic_cast<EnumerationType*>(type)->CountValues();
50 if (type->Kind() == TYPE_SUBRANGE) {
51 SubrangeType* subrangeType = dynamic_cast<SubrangeType*>(type);
/haiku/headers/private/debugger/value/value_nodes/
H A DArrayValueNode.h22 ValueNodeChild* nodeChild, ArrayType* type,
69 ArrayType* type);
78 ArrayType* type, int32 dimension);
108 Type* type);
126 ArrayType* type);
/haiku/src/system/runtime_loader/arch/x86_64/
H A Darch_relocate.cpp21 int type = ELF64_R_TYPE(rel[i].r_info); local
46 switch (type) {
69 TRACE(("unhandled relocation type %d\n", type));
73 if (type == R_X86_64_PC32 || type == R_X86_64_DTPOFF32)
/haiku/src/system/runtime_loader/
H A Delf_symbol_lookup.cpp68 int32* type)
74 symbol, type);
82 image_t** foundInImage, void** symbol, int32* type)
85 patch_defined_symbol(*foundInImage, name, symbol, type);
90 symbol, type);
126 // check if the type matches
127 uint32 type = symbol->Type(); local
128 if ((lookupInfo.type == B_SYMBOL_TYPE_TEXT && type != STT_FUNC)
129 || (lookupInfo.type
67 patch_defined_symbol(image_t* image, const char* name, void** symbol, int32* type) argument
81 patch_undefined_symbol(image_t* rootImage, image_t* image, const char* name, image_t** foundInImage, void** symbol, int32* type) argument
495 int32 type = B_SYMBOL_TYPE_ANY; local
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttribute.cpp15 uint32 type)
19 fType(type),
40 Attribute::SetType(uint32 type) argument
42 if (type != fType) {
45 fType = type;
14 Attribute(Volume *volume, Node *node, const char *name, uint32 type) argument
/haiku/src/tests/kits/opengl/glsl/
H A Dshaderutil.c193 switch (uniforms[i].type) {
222 "Unexpected uniform data type in SetUniformValues\n");
241 GLenum type; local
244 glGetActiveUniform(program, i, 100, &len, &size, &type, name);
248 uniforms[i].type = type;
266 printf(" %d: %s size=%d type=0x%x loc=%d value=%g, %g, %g, %g\n",
270 uniforms[i].type,
291 GLenum type; local
294 glGetActiveAttrib(program, i, 100, &len, &size, &type, nam
[all...]
/haiku/src/add-ons/kernel/network/datalink_protocols/ethernet_frame/
H A Dethernet_frame.cpp46 uint16 type = B_BENDIAN_TO_HOST_INT16(header.type); local
55 source.sdl_e_type = header.type;
64 destination.sdl_e_type = header.type;
75 // Translate the ethernet specific type to a generic one if possible
76 switch (type) {
78 buffer->type = B_NET_FRAME_TYPE_IPV4;
81 buffer->type = B_NET_FRAME_TYPE_IPV6;
84 buffer->type = B_NET_FRAME_TYPE_IPX;
88 buffer->type
[all...]
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_explode.c263 __fpu_explode(fe, fp, type, reg)
266 int type, reg;
271 if (type == FTYPE_LNG || type == FTYPE_DBL || type == FTYPE_EXT) {
279 switch (type) {
323 DPRINTF(FPE_REG, ("fpu_explode: %%%c%d => ", (type == FTYPE_LNG) ? 'x' :
324 ((type == FTYPE_INT) ? 'i' :
325 ((type == FTYPE_SNG) ? 's' :
326 ((type
[all...]
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmbuf-fbsd.h56 * This required callers to themselves test the storage type and call the
159 int type = 0; local
163 type = EXT_CLUSTER;
167 type = EXT_JUMBOP;
171 type = EXT_JUMBO9;
177 return (type);
186 m_cljset(struct mbuf *m, void *cl, int type) argument
190 switch (type) {
203 panic("%s: unknown cluster type %d", __func__, type);
219 m_tag_find(struct mbuf *m, uint16_t type, struct m_tag *start) argument
[all...]
/haiku/src/system/libroot/posix/
H A Dsemaphore.cpp76 sem->type = SEM_TYPE_NAMED;
118 semaphore->type = shared ? SEM_TYPE_UNNAMED_SHARED : SEM_TYPE_UNNAMED;
127 if (semaphore->type != SEM_TYPE_UNNAMED && semaphore->type != SEM_TYPE_UNNAMED_SHARED)
143 if (semaphore->type == SEM_TYPE_UNNAMED_SHARED)
170 if (semaphore->type == SEM_TYPE_UNNAMED_SHARED)
199 if (semaphore->type == SEM_TYPE_NAMED)
251 if (semaphore->type == SEM_TYPE_NAMED) {
265 if (semaphore->type == SEM_TYPE_NAMED)
278 if (semaphore->type
[all...]
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_query.c111 int class, int type, /*%< class and type of query */
127 printf(";; res_query(%s, %d, %d)\n", name, class, type);
130 n = res_nmkquery(statp, QUERY, name, class, type, NULL, 0, NULL,
212 int class, int type, /*%< class and type of query */
236 return (res_nquery(statp, cp, class, type, answer, anslen));
245 ret = res_nquerydomain(statp, name, NULL, class, type,
273 class, type,
284 * a wildcard entry of another type coul
109 res_nquery(res_state statp, const char *name, int class, int type, u_char *answer, int anslen) argument
210 res_nsearch(res_state statp, const char *name, int class, int type, u_char *answer, int anslen) argument
356 res_nquerydomain(res_state statp, const char *name, const char *domain, int class, int type, u_char *answer, int anslen) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DModule.cpp80 uint32 type = get_object_type(result); local
83 switch (type) {
96 { ACPI_DEVICE_TYPE_ITEM, B_UINT32_TYPE, { .ui32 = type }},
107 if (type == ACPI_TYPE_DEVICE) {
112 attrs[attrCount].type = B_STRING_TYPE;
118 attrs[attrCount].type = B_STRING_TYPE;
124 attrs[attrCount].type = B_STRING_TYPE;
131 attrs[attrCount].type = B_UINT16_TYPE;
135 attrs[attrCount].type = B_UINT16_TYPE;
139 attrs[attrCount].type
[all...]

Completed in 232 milliseconds

<<11121314151617181920>>