Searched refs:type (Results 101 - 125 of 2123) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dmulti.h36 void (*get) (void *card, const void *cookie, int32 type, float *values);
37 void (*set) (void *card, const void *cookie, int32 type, float *values);
39 int32 type; member in struct:_multi_mixer_control
/haiku/src/apps/cortex/support/
H A DSimpleLockable.h59 lock_t type=WRITE,
66 lock_t type=WRITE) {
72 lock_t type=WRITE) const {
58 lock( lock_t type=WRITE, bigtime_t timeout=B_INFINITE_TIMEOUT) argument
65 unlock( lock_t type=WRITE) argument
/haiku/src/kits/app/
H A DTokenSpace.cpp37 BTokenSpace::NewToken(int16 type, void* object) argument
41 token_info tokenInfo = { type, object, NULL };
63 BTokenSpace::SetToken(int32 token, int16 type, void* object) argument
67 token_info tokenInfo = { type, object, NULL };
98 \a type in the token space or not.
101 BTokenSpace::CheckToken(int32 token, int16 type) const
106 if (iterator != fTokenMap.end() && iterator->second.type == type)
114 BTokenSpace::GetToken(int32 token, int16 type, void** _object) const argument
122 if (iterator == fTokenMap.end() || iterator->second.type !
[all...]
/haiku/src/tests/kits/storage/testapps/
H A Ddump_mime_types.cpp29 const char *type; local
30 for (int i = 0; installedTypes.FindString("types", i, &type) == B_OK; i++) {
31 printf("%s:\n", type);
33 // get mime type
35 error = mimeType.SetTo(type);
37 printf(" failed to init type: %s\n", strerror(error));
92 type_code type; local
100 && (attrInfo.FindInt32("attr:type", k, (int32*)&type) == B_OK
101 || (type
[all...]
/haiku/headers/private/debugger/value/value_formatters/
H A DFloatValueFormatter.h30 type_code type) const;
33 const BString& input, type_code type,
38 type_code type,
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dfloorl.s2 .type floorl,@function
16 .type ceill,@function
23 .type truncl,@function
/haiku/src/kits/package/
H A DFetchUtils.h25 static status_t SetFileType(BNode& node, const char* type);
30 type_code type, const void* data,
34 type_code type, void* data,
/haiku/src/tests/system/kernel/
H A Dadvisory_locking_test.cpp21 type_name(int type) argument
23 return type == F_RDLCK ? "shared" : type == F_WRLCK
29 do_lock(int fd, int type, off_t start, off_t length) argument
31 printf("%s lock %lld:%lld\n", type_name(type), start, length);
34 flock.l_type = type;
39 fprintf(stderr, "ERROR: %s lock %lld:%lld failed: %s\n", type_name(type),
121 int type = 0; local
123 type = F_RDLCK;
125 type
[all...]
/haiku/src/preferences/filetypes/
H A DMimeTypeListView.cpp17 // TODO: lazy type collecting (super types only at startup)
24 mimetype_is_application_signature(BMimeType& type) argument
31 return type.GetPreferredApp(preferredApp) == B_OK
32 && !strcasecmp(type.Type(), preferredApp);
39 MimeTypeItem::MimeTypeItem(BMimeType& type, bool showIcon, bool flat) argument
40 : BStringItem(type.Type(), !flat && !type.IsSupertypeOnly() ? 1 : 0, false),
41 fType(type.Type()),
45 _SetTo(type);
49 MimeTypeItem::MimeTypeItem(const char* type, boo argument
149 _SetTo(BMimeType& type) argument
291 const char* type; local
393 _AddNewType(const char* type) argument
470 const char* type; local
536 const char* type; local
555 SelectNewType(const char* type) argument
565 SelectType(const char* type) argument
600 FindItem(const char* type) argument
[all...]
/haiku/src/libs/libtelnet/
H A Dauth.c106 int auth_onoff(char *type, int on);
187 findauthenticator(int type, int way) argument
191 while (ap->type && (ap->type != type || ap->way != way))
193 return(ap->type ? ap : 0);
207 while (ap->type) {
209 i_support |= typemask(ap->type);
211 printf(">>>%s: I support auth type %d %d\r\n",
213 ap->type, a
235 getauthmask(char *type, int *maskp) argument
254 auth_enable(char *type) argument
260 auth_disable(char *type) argument
266 auth_onoff(char *type, int on) argument
[all...]
/haiku/headers/posix/
H A Dstdio_ext.h30 extern int __fsetlocking(FILE* stream, int type);
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dio.c44 ASSERT(((config->type & TYPE_ICH4) != 0 && regno <= 255) || regno <= 63);
45 if (config->type & TYPE_ICH4)
55 ASSERT(((config->type & TYPE_ICH4) != 0 && regno <= 255) || regno <= 63);
56 if (config->type & TYPE_ICH4)
66 ASSERT(((config->type & TYPE_ICH4) != 0 && regno <= 255) || regno <= 63);
67 if (config->type & TYPE_ICH4)
77 ASSERT(((config->type & TYPE_ICH4) != 0 && regno <= 255) || regno <= 63);
78 if (config->type & TYPE_ICH4)
88 ASSERT(((config->type & TYPE_ICH4) != 0 && regno <= 255) || regno <= 63);
89 if (config->type
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DConnectionFactory.h16 status_t CreateConnection(const char* type,
H A DRequestFactory.h15 static status_t CreateRequest(uint32 type, Request** request);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DConnectionListenerFactory.h16 status_t CreateConnectionListener(const char* type,
/haiku/src/bin/pcmcia-cs/
H A Dpack_cis.h30 u_char type; member in struct:tuple_info_t
/haiku/src/bin/network/ifconfig/
H A DMediaTypes.h19 bool media_parse_subtype(const char* string, int media, int* type);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPReportManager.h28 void EnableReports(ppp_report_type type, thread_id thread,
30 void DisableReports(ppp_report_type type, thread_id thread);
31 bool DoesReport(ppp_report_type type, thread_id thread);
32 bool Report(ppp_report_type type, int32 code, void *data, int32 length);
/haiku/src/kits/debugger/arch/
H A DInstructionInfo.cpp23 instruction_type type, bool breakpointAllowed,
29 fType(type),
38 target_size_t size, instruction_type type, bool breakpointAllowed,
44 fType = type;
21 InstructionInfo(target_addr_t address, target_addr_t targetAddress, target_size_t size, instruction_type type, bool breakpointAllowed, const BString& disassembledLine) argument
37 SetTo(target_addr_t address, target_addr_t targetAddress, target_size_t size, instruction_type type, bool breakpointAllowed, const BString& disassembledLine) argument
/haiku/headers/private/fs_shell/
H A Dfssh_fs_attr.h14 uint32_t type; member in struct:fssh_attr_info
24 uint32_t type, fssh_off_t pos, void *buffer,
27 uint32_t type, fssh_off_t pos, const void *buffer,
35 //extern int fssh_fs_open_attr(const char *path, const char *attribute, uint32_t type, int openMode);
37 uint32_t type, int openMode);
/haiku/headers/private/debugger/value/
H A DTypeHandlerRoster.h35 int32 CountTypeHandlers(Type* type);
37 Type* type, TypeHandler*& _handler);
40 Type* type, TypeHandlerList*& _handlers);
43 Type* type, TypeHandler* handler,
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_subr_bufring.c41 buf_ring_alloc(int count, struct malloc_type *type, int flags, struct mtx *lock) argument
48 type, flags|M_ZERO);
63 buf_ring_free(struct buf_ring *br, struct malloc_type *type) argument
65 free(br, type);
/haiku/src/system/glue/arch/m68k/
H A Dcrti.S20 #define FUNCTION(x) .global x; .type x,@function; x
/haiku/src/system/glue/arch/ppc/
H A Dcrti.S20 #define FUNCTION(x) .global x; .type x,@function; x
/haiku/headers/private/kernel/platform/openfirmware/
H A Ddevices.h15 status_t of_get_next_device(intptr_t *_cookie, intptr_t root, const char *type,

Completed in 192 milliseconds

1234567891011>>