Searched refs:resource (Results 1 - 25 of 214) sorted by relevance

123456789

/haiku/src/apps/haiku3d/
H A DHaiku3d.rdef9 resource app_signature "application/x-vnd.Haiku-Haiku3d";
11 resource app_name_catalog_entry "x-vnd.Haiku-Haiku3d:System name:Haiku3d";
13 resource app_version {
25 resource app_flags B_MULTIPLE_LAUNCH;
27 resource vector_icon {
49 resource(1, "texture") #'PNG ' import "./data/texture.png";
51 resource(2, "LetterH") import "./data/LetterH.hk3d.bin";
53 resource(3, "LetterA") import "./data/LetterA.hk3d.bin";
55 resource(4, "LetterI") import "./data/LetterI.hk3d.bin";
57 resource(
[all...]
/haiku/src/apps/bootmanager/
H A DBootManager.rdef10 resource(1, "BEOS:APP_FLAGS") (#'APPF') $"00000000";
12 resource(1, "BEOS:APP_VERSION") #'APPV' array {
37 resource vector_icon {
70 resource app_signature "application/x-vnd.Haiku-BootManager";
72 resource app_name_catalog_entry "x-vnd.Haiku-BootManager:System name:BootManager";
74 resource(1, "BEOS:FILE_TYPES") message { };
/haiku/src/apps/networkstatus/
H A DNetworkStatusIcons.rdef11 resource(kNetworkStatusNoDevice) #'VICN' array {
31 resource(kNetworkStatusNoConnection) #'VICN' array {
53 resource(kNetworkStatusNoSettings) #'VICN' array {
74 resource(kNetworkStatusConnecting) #'VICN' array {
96 resource(kNetworkStatusReady) #'VICN' array {
/haiku/src/servers/mail/
H A DDeskbarViewIcons.rdef11 resource(kIconNoMail) #'VICN' array {
46 resource(kIconNewMail) #'VICN' array {
/haiku/src/tests/apps/miniterminal/
H A DMiniTerminal.rdef6 resource app_signature "application/x-vnd.Haiku.MiniTerminal";
8 resource app_flags B_MULTIPLE_LAUNCH;
10 resource large_icon array {
45 resource mini_icon array {
/haiku/src/bin/mail_utils/
H A Dmbox2mail.rdef4 resource app_flags B_SINGLE_LAUNCH | B_ARGV_ONLY;
6 resource app_signature "application/x-vnd.Haiku-mbox2mail";
8 resource app_version {
19 resource large_icon {
54 resource mini_icon {
H A Dspamdbm.rdef5 resource app_flags B_SINGLE_LAUNCH;
7 resource app_signature "application/x-vnd.agmsmith.spamdbm";
9 resource app_version {
19 resource file_types message {
24 resource(1, "Busy Cursor") #'CURS' array {
30 resource(0, "BEOS:L:text/x-vnd.agmsmith.spam_probability_database") #'ICON' array {
65 resource large_icon array {
100 resource(0, "BEOS:M:text/x-vnd.agmsmith.spam_probability_database") #'MICN' array {
119 resource mini_icon array {
H A Dmail2mbox.rdef4 resource app_flags B_SINGLE_LAUNCH | B_ARGV_ONLY;
6 resource app_signature "application/x-vnd.Haiku-mail2mbox";
8 resource app_version {
18 resource large_icon array {
53 resource mini_icon array {
/haiku/src/servers/registrar/
H A Dregistrar.rdef5 resource app_signature "application/x-vnd.haiku-registrar";
7 resource app_flags B_EXCLUSIVE_LAUNCH | B_BACKGROUND_APP;
13 resource app_version {
27 resource vector_icon array {
42 resource large_icon array {
77 resource mini_icon array {
/haiku/src/add-ons/tracker/filetype/
H A DFileType.rdef6 //resource app_signature "application/x-vnd.Haiku-FileType";
7 //resource app_flags B_MULTIPLE_LAUNCH;
9 resource file_types message {
10 "types" = "application/x-be-resource",
14 resource app_version {
31 resource vector_icon {
57 resource large_icon array {
92 resource mini_icon array {
113 resource(100, "BEOS:default_shortcut") "F";
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A Dauthentication_server.rdef5 resource app_signature "application/x-vnd.haiku-authentication_server";
7 resource app_flags B_EXCLUSIVE_LAUNCH|B_BACKGROUND_APP;
9 resource app_version {
21 resource vector_icon array {
/haiku/src/servers/media/
H A Dmedia_server.rdef5 resource app_signature "application/x-vnd.Be.media-server";
7 resource app_flags B_EXCLUSIVE_LAUNCH|B_BACKGROUND_APP;
9 resource app_version {
21 resource vector_icon array {
/haiku/src/servers/media_addon/
H A Dmedia_addon_server.rdef5 resource app_signature "application/x-vnd.Be.addon-host";
7 resource app_flags B_EXCLUSIVE_LAUNCH | B_BACKGROUND_APP;
9 resource app_version {
21 resource vector_icon array {
/haiku/src/servers/mount/
H A Dmount_server.rdef5 resource app_signature "application/x-vnd.Haiku-mount_server";
7 resource app_flags B_EXCLUSIVE_LAUNCH | B_BACKGROUND_APP;
9 resource app_version {
21 resource vector_icon array {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A Dnetfs_server.rdef5 resource app_signature "application/x-vnd.haiku-netfs_server";
7 resource app_flags B_EXCLUSIVE_LAUNCH|B_BACKGROUND_APP;
9 resource app_version {
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Duserlandfs_server.rdef5 resource app_signature "application/x-vnd.haiku.userlandfs-server";
7 resource app_flags B_EXCLUSIVE_LAUNCH|B_BACKGROUND_APP;
9 resource app_version {
/haiku/src/bin/network/ppp_up/
H A Dppp_up.rdef5 resource app_signature "application/x-vnd.haiku.ppp_up";
22 resource app_flags 0x00000005;
24 resource app_version {
/haiku/src/system/libroot/posix/sys/
H A Drlimit.c7 #include <sys/resource.h>
16 getrlimit(int resource, struct rlimit *rlimit) argument
18 int status = _kern_getrlimit(resource, rlimit);
25 setrlimit(int resource, const struct rlimit *rlimit) argument
27 int status = _kern_setrlimit(resource, rlimit);
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Drman.h36 #include <machine/resource.h>
46 struct resource { struct
54 bus_space_handle_t rman_get_bushandle(struct resource *);
55 bus_space_tag_t rman_get_bustag(struct resource *);
56 int rman_get_rid(struct resource *);
57 void* rman_get_virtual(struct resource *);
58 bus_addr_t rman_get_start(struct resource *);
59 bus_size_t rman_get_size(struct resource *);
/haiku/src/system/kernel/device_manager/
H A Dio_resources.cpp55 io_resource_private::Acquire(const io_resource& resource) argument
57 if (!_IsValid(resource))
60 type = resource.type;
61 base = resource.base;
64 length = resource.length;
84 io_resource* resource = iterator.Next(); local
87 if (resource->base >= base
88 && resource->base + length - 1 <= base + length - 1) {
125 io_resource_private::_IsValid(const io_resource& resource) argument
127 switch (resource
[all...]
/haiku/src/add-ons/disk_systems/intel/
H A DIntelDiskAddOn.rdef5 resource app_signature "application/x-vnd.Haiku-IntelDiskAddOn";
7 resource app_version {
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb.rdef5 resource app_signature "application/x-vnd.haiku-usb";
7 resource app_version {
/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.rdef5 resource app_signature "application/x-vnd.haiku-ehci";
7 resource app_version {
H A Duhci.rdef5 resource app_signature "application/x-vnd.haiku-uhci";
7 resource app_version {
H A Dxhci.rdef5 resource app_signature "application/x-vnd.haiku-xhci";
7 resource app_version {

Completed in 207 milliseconds

123456789