Searched refs:rootPath (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/system/boot/platform/pxe_ia32/
H A Ddevices.cpp52 const char* rootPath = sTFTP.RootPath(); local
53 if (rootPath) {
54 if (char* fileNameEnd = strchr(rootPath, ';')) {
55 size_t len = min_c(fileNameEnd - rootPath,
57 memcpy(stackFileName, rootPath, len);
149 const char* rootPath = sTFTP.RootPath(); local
150 if (rootPath) {
151 if (char* fileNameEnd = strchr(rootPath, ';'))
152 rootPath = fileNameEnd + 1;
162 && gBootVolume.AddString("net root path", rootPath)
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-1.2.6/
H A Drpc_workers.h21 int btGetFSInfo(char *rootPath, fs_info *fsInfo);
41 int btReadIndexDir(char *rootPath, DIR **dir, char *indexName);
42 int btCreateIndex(char *rootPath, char *name, int type, int flags);
43 int btRemoveIndex(char *rootPath, char *name);
44 int btStatIndex(char *rootPath, char *name, struct index_info *info);
45 int btReadQuery(char *rootPath, DIR **dir, char *query, char *fileName, vnode_id *vnid, vnode_id *parent);
H A Drpc_workers.c394 int btGetFSInfo(char *rootPath, fs_info *fsInfo) argument
396 dev_t device = dev_for_path(rootPath);
1033 int btReadIndexDir(char *rootPath, DIR **dir, char *indexName) argument
1039 dev_t device = dev_for_path(rootPath);
1062 int btCreateIndex(char *rootPath, char *name, int type, int flags) argument
1064 dev_t device = dev_for_path(rootPath);
1074 int btRemoveIndex(char *rootPath, char *name) argument
1076 dev_t device = dev_for_path(rootPath);
1086 int btStatIndex(char *rootPath, char *name, struct index_info *info) argument
1088 dev_t device = dev_for_path(rootPath);
1098 btReadQuery(char *rootPath, DIR **dir, char *query, char *fileName, vnode_id *vnid, vnode_id *parent) argument
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioAddOn.cpp177 MultiAudioAddOn::_RecursiveScan(const char* rootPath, BEntry* rootEntry, uint32 depth) argument
186 else if (rootPath != NULL)
187 root.SetTo(rootPath);
196 _RecursiveScan(rootPath, &entry, depth + 1);
202 + strlen(rootPath), path.Path());
/haiku-fatelf/src/kits/device/
H A DJoystickTweaker.cpp83 _BJoystickTweaker::_ScanIncludingDisabled(const char *rootPath, BList *list, argument
90 else if (rootPath != NULL)
91 root.SetTo(rootPath);
100 status_t result = _ScanIncludingDisabled(rootPath, list, &entry);
116 deviceName->RemoveFirst(rootPath);
/haiku-fatelf/headers/private/device/
H A DJoystickTweaker.h52 status_t _ScanIncludingDisabled(const char *rootPath,
/haiku-fatelf/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkAddOn.cpp233 else if(rootPath!=NULL) {
234 root.SetTo(rootPath);
245 RecursiveScan(rootPath, &entry);
249 ESDEndpoint *device = new ESDEndpoint(path.Path() + strlen(rootPath), path.Path());
/haiku-fatelf/src/preferences/joysticks/
H A DJoyWin.h34 const char* rootPath, BEntry *rootEntry = NULL);
H A DJoyWin.cpp279 JoyWin::_AddToList(BListView *list, uint32 command, const char* rootPath, argument
286 else if ( rootPath != NULL )
287 root.SetTo( rootPath );
294 _AddToList(list, command, rootPath, &entry);
299 str.RemoveFirst(rootPath);
/haiku-fatelf/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundAddOn.cpp196 OpenSoundAddOn::RecursiveScan(const char* rootPath, BEntry *rootEntry) argument
350 else if (rootPath != NULL) {
351 root.SetTo(rootPath);
364 OpenSoundDevice *device = new OpenSoundDevice(path.Path() + strlen(rootPath), path.Path());
/haiku-fatelf/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp381 CRadeonAddOn::RecursiveScan(const char* rootPath, BEntry *rootEntry = NULL) argument
387 else if( rootPath != NULL ) {
388 root.SetTo( rootPath );
399 RecursiveScan( rootPath, &entry );
H A DRadeonAddOn.h93 status_t RecursiveScan( const char* rootPath, BEntry *rootEntry = NULL );
/haiku-fatelf/src/system/kernel/fs/
H A Dvfs_net_boot.cpp353 const char* rootPath = fBootVolume.GetString("net root path", NULL); local
355 rootPath);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server/
H A Dbeserved_server.c195 int btGetFSInfo(char *rootPath, fs_info *fsInfo);
215 int btReadIndexDir(char *rootPath, DIR **dir, char *indexName);
216 int btCreateIndex(char *rootPath, char *name, int type, int flags);
217 int btRemoveIndex(char *rootPath, char *name);
218 int btStatIndex(char *rootPath, char *name, struct index_info *info);
219 int btReadQuery(char *rootPath, DIR **dir, char *query, char *fileName, vnode_id *vnid, vnode_id *parent);
1969 int btGetFSInfo(char *rootPath, fs_info *fsInfo) argument
1971 dev_t device = dev_for_path(rootPath);
2608 int btReadIndexDir(char *rootPath, DIR **dir, char *indexName) argument
2614 dev_t device = dev_for_path(rootPath);
2637 btCreateIndex(char *rootPath, char *name, int type, int flags) argument
2649 btRemoveIndex(char *rootPath, char *name) argument
2661 btStatIndex(char *rootPath, char *name, struct index_info *info) argument
2673 btReadQuery(char *rootPath, DIR **dir, char *query, char *fileName, vnode_id *vnid, vnode_id *parent) argument
[all...]

Completed in 313 milliseconds