Searched refs:device_name (Results 1 - 25 of 61) sorted by relevance

123

/haiku-fatelf/src/tests/kits/storage/virtualdrive/
H A Dvirtualdrive.h23 // on control device: virtual_drive_info*, fills in device_name
36 char device_name[B_PATH_NAME_LENGTH]; member in struct:virtual_drive_info
H A Dvirtualdrive.cpp565 strcpy(driveInfo->device_name, "/dev/");
566 strcat(driveInfo->device_name, gDeviceInfos[i].device_path);
731 strcpy(driveInfo->device_name, "/dev/");
732 strcat(driveInfo->device_name, info.device_path);
H A Dmkvirtualdrive.cpp143 printf("File `%s' registered as device `%s'.\n", file, info.device_name);
197 printf("Device `%s' points to file `%s'.\n", info.device_name, info.file_name);
/haiku-fatelf/src/add-ons/kernel/drivers/network/dec21xxx/dev/dc/
H A Dglue.c72 uint16 name = *(uint16*)dev->device_name;
82 panic("Unsupported device: %#x (%s)!", name, dev->device_name);
90 uint16 name = *(uint16*)dev->device_name;
99 panic("Unsupported device: %#x (%s)!", name, dev->device_name);
/haiku-fatelf/headers/build/os/kernel/
H A Dfs_info.h34 char device_name[128]; /* device holding fs */ member in struct:fs_info
/haiku-fatelf/headers/os/kernel/
H A Dfs_info.h34 char device_name[128]; /* device holding fs */ member in struct:fs_info
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_fs_info.h35 char device_name[128]; /* device holding fs */ member in struct:fssh_fs_info
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dshared.h26 char device_name[128]; member in struct:device
H A Dif.c42 gDeviceNameList[i] = ifp->device_name;
56 if (ifp->device_name == gDeviceNameList[i]) {
261 snprintf(ifp->device_name, sizeof(ifp->device_name), "net/%s/%i",
264 driver_printf("%s: /dev/%s\n", gDriverName, ifp->device_name);
360 dprintf("[%s] %s", ifp->device_name, buf);
H A Dcompat.c143 driver_vprintf_etc(dev->device_name, format, vl);
235 return dev->device_name;
346 strlcpy(child->device_name, name, sizeof(child->device_name));
/haiku-fatelf/src/bin/coreutils/src/
H A Dstty.c434 static void display_all (struct termios *mode, char const *device_name);
439 const char *device_name);
441 static void display_window_size (bool fancy, char const *device_name);
448 static void set_window_size (int rows, int cols, char const *device_name);
750 const char *device_name; local
838 device_name = file_name;
839 if (fd_reopen (STDIN_FILENO, device_name, O_RDONLY | O_NONBLOCK, 0) < 0)
840 error (EXIT_FAILURE, errno, "%s", device_name);
844 device_name);
847 device_name
946 device_name); local
1323 set_window_size(int rows, int cols, char const *device_name) argument
1385 display_window_size(bool fancy, char const *device_name) argument
1461 display_settings(enum output_type output_type, struct termios *mode, char const *device_name) argument
1566 display_all(struct termios *mode, char const *device_name) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/cmedia/
H A Djoystick_driver.h46 char device_name[64]; member in struct:_joystick_module_info
/haiku-fatelf/src/add-ons/kernel/drivers/audio/emuxki/
H A Djoystick_driver.h46 char device_name[64]; member in struct:_joystick_module_info
/haiku-fatelf/src/add-ons/kernel/drivers/joystick/emuxkigameport/
H A Djoystick_driver.h53 char device_name[64]; member in struct:_joystick_module_info
/haiku-fatelf/headers/private/device/
H A Djoystick_driver.h116 char device_name[64]; member in struct:_joystick_module_info
/haiku-fatelf/src/add-ons/media/media-add-ons/legacy/
H A DLegacyAudioConsumer.h94 char device_name[32]; member in class:LegacyAudioConsumer
H A DLegacyAudioConsumer.cpp43 sprintf( device_name, "/dev/audio/old/%s", name );
46 fd = open( device_name, O_WRONLY );
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/FileSharing-Windows/
H A DbeCompat.h123 char device_name[128]; member in struct:fs_info
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/
H A DbeCompat.h131 char device_name[128]; member in struct:fs_info
/haiku-fatelf/src/bin/
H A Ddf.cpp116 printf(" Device: %s\n", info.device_name);
161 printf(" %s\n", info.device_name);
H A Deject.cpp145 device = info.device_name;
/haiku-fatelf/src/preferences/virtualmemory/
H A DSettings.cpp184 if (strcmp(device, volStat.device_name) == 0)
231 SwapSize(), info.volume_name, info.device_name, info.fsh_name,
/haiku-fatelf/src/kits/device/
H A DJoystickTweaker.cpp191 strlcpy(info->module_info.device_name, str.String(),
/haiku-fatelf/src/kits/tracker/
H A DMountMenu.cpp203 if (get_device_icon(info.device_name, icon->Bits(), B_MINI_ICON) != B_OK)
/haiku-fatelf/src/kits/storage/
H A DVolume.cpp370 return get_device_icon(info.device_name, icon, which);
387 return get_device_icon(info.device_name, _data, _size, _type);

Completed in 196 milliseconds

123