HomeSort by: relevance | last modified time | path
    Searched defs:location (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_interface_internal.h 40 // This structure is used to describe the source location of a place where
57 __asan_global_source_location *location; // Source location of a global, member in struct:__asan_global
asan_interface_internal.h 40 // This structure is used to describe the source location of a place where
57 __asan_global_source_location *location; // Source location of a global, member in struct:__asan_global
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
conn.h 38 u8 location; member in struct:nvbios_connE
conn.h 38 u8 location; member in struct:nvbios_connE
dcb.h 28 uint8_t location; member in struct:dcb_output
dcb.h 28 uint8_t location; member in struct:dcb_output
  /src/games/battlestar/
globals.c 258 struct room *location; variable in typeref:struct:room *
globals.c 258 struct room *location; variable in typeref:struct:room *
  /src/sys/external/bsd/drm/dist/shared-core/
xgi_drm.h 68 unsigned int location; member in struct:xgi_mem_alloc
xgi_drm.h 68 unsigned int location; member in struct:xgi_mem_alloc
  /src/sys/ufs/ffs/
ffs_wapbl.c 517 * If the superblock doesn't already have a recorded journal location
547 int error, location; local in function:wapbl_log_position
595 location = UFS_WAPBL_JOURNALLOC_END_PARTITION;
614 location = UFS_WAPBL_JOURNALLOC_IN_FILESYSTEM;
632 /* update superblock with log location */
634 fs->fs_journal_location = location;
754 * Find a suitable location for the journal in the filesystem.
ffs_wapbl.c 517 * If the superblock doesn't already have a recorded journal location
547 int error, location; local in function:wapbl_log_position
595 location = UFS_WAPBL_JOURNALLOC_END_PARTITION;
614 location = UFS_WAPBL_JOURNALLOC_IN_FILESYSTEM;
632 /* update superblock with log location */
634 fs->fs_journal_location = location;
754 * Find a suitable location for the journal in the filesystem.
  /src/sys/arch/macppc/dev/
smusat.c 61 char location[32]; member in struct:smusat_sensor
155 memset(sensor->location, 0, sizeof(sensor->location));
156 OF_getprop(node, "location", sensor->location,
157 sizeof(sensor->location));
188 DPRINTF("sensor: location %s reg %x zone %d type %s\n",
189 sensor->location, sensor->reg, sensor->zone, type);
207 for (j = 0; j < strlen(sensor->location); j++) {
208 sysctl_sensor_name[j] = tolower(sensor->location[j])
    [all...]
smusat.c 61 char location[32]; member in struct:smusat_sensor
155 memset(sensor->location, 0, sizeof(sensor->location));
156 OF_getprop(node, "location", sensor->location,
157 sizeof(sensor->location));
188 DPRINTF("sensor: location %s reg %x zone %d type %s\n",
189 sensor->location, sensor->reg, sensor->zone, type);
207 for (j = 0; j < strlen(sensor->location); j++) {
208 sysctl_sensor_name[j] = tolower(sensor->location[j])
    [all...]
  /src/sys/fs/cd9660/
cd9660_rrip.h 138 char location [ISODCL ( 4, 11)]; member in struct:__anoneb0f309c0e08
cd9660_rrip.h 138 char location [ISODCL ( 4, 11)]; member in struct:__anoneb0f309c0e08
  /src/sys/lib/libunwind/
DwarfParser.hpp 73 RegisterSavedWhere location; member in struct:_Unwind::CFI_Parser::RegisterLocation
350 results->savedRegisters[reg].location = kRegisterInCFA;
363 results->savedRegisters[reg].location = kRegisterUnused;
372 results->savedRegisters[reg].location = kRegisterUnused;
381 results->savedRegisters[reg].location = kRegisterInRegister;
432 results->savedRegisters[reg].location = kRegisterAtExpression;
443 results->savedRegisters[reg].location = kRegisterInCFA;
466 results->savedRegisters[reg].location = kRegisterOffsetFromCFA;
475 results->savedRegisters[reg].location = kRegisterOffsetFromCFA;
482 results->savedRegisters[reg].location = kRegisterIsExpression
    [all...]
DwarfParser.hpp 73 RegisterSavedWhere location; member in struct:_Unwind::CFI_Parser::RegisterLocation
350 results->savedRegisters[reg].location = kRegisterInCFA;
363 results->savedRegisters[reg].location = kRegisterUnused;
372 results->savedRegisters[reg].location = kRegisterUnused;
381 results->savedRegisters[reg].location = kRegisterInRegister;
432 results->savedRegisters[reg].location = kRegisterAtExpression;
443 results->savedRegisters[reg].location = kRegisterInCFA;
466 results->savedRegisters[reg].location = kRegisterOffsetFromCFA;
475 results->savedRegisters[reg].location = kRegisterOffsetFromCFA;
482 results->savedRegisters[reg].location = kRegisterIsExpression
    [all...]
  /src/usr.sbin/autofs/
common.c 172 node_new(struct node *parent, char *key, char *options, char *location,
189 n->n_location = location;
442 log_warnx("failed to expand location for %s",
623 * "key location", map entries are shown in a single line;
722 * key [-options] [ [/mountpoint] [-options2] location ... ]
735 *options2 = NULL, *location = NULL; local in function:parse_map_yyin
821 if (options2 != NULL || location != NULL) {
834 if (location != NULL) {
842 if (location != NULL) {
848 * If location field starts with colon, e.g. ":/dev/cd0"
    [all...]
common.c 172 node_new(struct node *parent, char *key, char *options, char *location,
189 n->n_location = location;
442 log_warnx("failed to expand location for %s",
623 * "key location", map entries are shown in a single line;
722 * key [-options] [ [/mountpoint] [-options2] location ... ]
735 *options2 = NULL, *location = NULL; local in function:parse_map_yyin
821 if (options2 != NULL || location != NULL) {
834 if (location != NULL) {
842 if (location != NULL) {
848 * If location field starts with colon, e.g. ":/dev/cd0"
    [all...]
  /src/sbin/bioctl/
bioctl.c 202 str2locator(const char *string, struct locator *location)
216 location->lun = strtonum(lun, 0, 256, &errstr);
220 location->lun = 0;
222 location->target = strtonum(targ, 0, 256, &errstr);
225 location->channel = strtonum(parse, 0, 256, &errstr);
513 "Disk", "Model/Serial", "Status", "Size", "Location");
575 struct locator location; local in function:bio_setstate_hotspare
589 bio_setstate_common(fd, argv[1], &bs, &location);
599 struct locator location; local in function:bio_setstate_passthru
623 bio_setstate_common(fd, argv[1], &bs, &location);
694 struct locator location; local in function:bio_volops_create
900 struct locator location; local in function:bio_volops_remove
936 struct locator location; local in function:bio_setblink
    [all...]
bioctl.c 202 str2locator(const char *string, struct locator *location)
216 location->lun = strtonum(lun, 0, 256, &errstr);
220 location->lun = 0;
222 location->target = strtonum(targ, 0, 256, &errstr);
225 location->channel = strtonum(parse, 0, 256, &errstr);
513 "Disk", "Model/Serial", "Status", "Size", "Location");
575 struct locator location; local in function:bio_setstate_hotspare
589 bio_setstate_common(fd, argv[1], &bs, &location);
599 struct locator location; local in function:bio_setstate_passthru
623 bio_setstate_common(fd, argv[1], &bs, &location);
694 struct locator location; local in function:bio_volops_create
900 struct locator location; local in function:bio_volops_remove
936 struct locator location; local in function:bio_setblink
    [all...]
  /src/sys/dev/
smbiosvar.h 190 uint8_t location; /* location in chassis */ member in struct:smbios_board
  /src/sys/stand/efiboot/
smbios.h 185 uint8_t location; /* location in chassis */ member in struct:smbios_board
  /src/sys/kern/
subr_asan.c 90 struct __asan_global_source_location *location; member in struct:__asan_global

Completed in 61 milliseconds

1 2