Home
last modified time | relevance | path

Searched refs:location (Results 1 – 25 of 226) sorted by path

12345678910

/illumos-gate/usr/src/boot/
H A DREADME.loader199 o /kernel.config -- old location of kernel configuration
202 o /boot/kernel.conf -- new location for kernel
/illumos-gate/usr/src/boot/i386/isoboot/
H A Dcd9660read.c90 isonum_733(shc->location)); in susp_lookup_record()
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s94 # Load stage2 and start it. location and size is written by installboot
/illumos-gate/usr/src/boot/libsa/
H A Dcd9660.c144 cdb2devb(isonum_733(shc->location)), in susp_lookup_record()
/illumos-gate/usr/src/boot/sys/fs/cd9660/
H A Dcd9660_rrip.h138 uchar_t location [ISODCL(4, 11)]; member
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Derrlog.c38 static struct location { struct
/illumos-gate/usr/src/cmd/bhyve/
H A Dsmbiostbl.c184 uint8_t location; /* location in chassis */ member
271 uint8_t location; /* physical device location */ member
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME244 An object (link/interface NCU, ENM or location) should only move online
343 address, if the location specifies nameserver etc, it
346 in, we need to reassess location activation conditions and
347 possibly change or reapply the current location. The problem
349 the IP interface's notion of "up" to trigger location activation,
350 we will likely first apply the location when the static address
356 location activation. This will lead to a reapplication of
357 the current location or possibly a location switch.
429 Automatic. nwamd will apply the NoNet location until such a time
431 to the Automatic location. If a user-supplied location is supplied,
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v6718 dhcpagent to write to an alternate location. The initial install
/illumos-gate/usr/src/cmd/fm/dicts/
H A DSMF.po537 …vc-string>' to determine the generic reason why the service failed, the location of any logfiles, …
H A DSTORAGE.po83 msgstr "Controller card '%<fault-list[0].location>' is not functioning correctly."
99 msgstr "An out-of-band management interface failure has occurred on '%<fault-list[0].location>'."
115 msgstr "A fan on '%<fault-list[0].location>' is not functioning correctly."
131 msgstr "Power supply '%<fault-list[0].location>' is not functioning correctly."
147 msgstr "A SAS expander on '%<fault-list[0].location>' is not functioning correctly."
179 msgstr "An I2C bus on '%<fault-list[0].location>' is not functioning correctly."
195 msgstr "A fatal error has been detected by a SAS expander on '%<fault-list[0].location>' requiring …
211 msgstr "A non-fatal error has been detected by a SAS expander on '%<fault-list[0].location>'."
243 msgstr "A power failure has occurred on '%<fault-list[0].location>'."
259 msgstr "An attempt to read a sensor on '%<fault-list[0].location>' failed."
[all …]
H A DSUNOS.po233 msgstr "Run 'svcs -x' to determine why the service failed and the location of logfiles, if any."
H A DZFS.po74 … to the\nsystem. If the device has been made available in an alternate location, use the\n'-d' op…
154 …hen the file cannot\nbe removed, though it can be moved to an alternate location. In either case,…
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_protocol.c115 nvlist_t *asru, nvlist_t *fru, nvlist_t *resource, const char *location) in fmd_protocol_fault() argument
133 if (location != NULL) in fmd_protocol_fault()
134 err |= nvlist_add_string(nvl, FM_FAULT_LOCATION, location); in fmd_protocol_fault()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddisk_monitor.c208 diskp->location); in diskmon_agent_repair()
H A Ddiskmon_conf.c377 if (dmp->location) in diskmon_free()
378 dstrfree(dmp->location); in diskmon_free()
749 (void) fprintf(fp, "%sdisk \"%s\" {\n", prefix, dmp->location); in print_disks()
H A Ddiskmon_conf.h131 char *location; /* descriptive location */ member
H A Dschg_mgr.c132 diskp->location, in dm_fault_indicator_set()
155 diskp->location, in schg_execute_state_change_action()
193 diskp->location, in schg_execute_state_change_action()
216 "in %s\n", diskp->location); in schg_send_fru_update()
222 diskp->location); in schg_send_fru_update()
237 "FRU information for disk %s!\n", diskp->location); in schg_update_fru_info()
241 "for disk in %s", diskp->location); in schg_update_fru_info()
390 "for disk %s\n", diskp->location); in disk_state_change_thread()
430 diskp->location, pth == NULL ? "Unknown" : pth); in disk_state_change_thread()
434 diskp->state_change_count, diskp->location, in disk_state_change_thread()
H A Dtopo_gather.c268 if (diskp->location) in topo_add_disk()
269 dstrfree(diskp->location); in topo_add_disk()
271 diskp->location = dstrdup(label); in topo_add_disk()
274 diskp->location = dstrdup("unknown location"); in topo_add_disk()
693 diskp->location = dstrdup(label); in topo_add_bay()
696 diskp->location = dstrdup("unknown location"); in topo_add_bay()
/illumos-gate/usr/src/cmd/fm/scripts/
H A Dfmsim.ksh177 echo "\t-d set the simulation root directory to the given location"
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsref/
H A Dnfsref.c98 char *text, *location; in addref() local
134 location = NULL; in addref()
138 location = realloc(location, len); in addref()
139 location[oldlen] = '\0'; in addref()
141 strlcat(location, buf, len); in addref()
142 strlcat(location, " ", len); in addref()
144 location[len - 2] = '\0'; in addref()
147 err = reparse_add(nvl, svc_type, location); in addref()
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c839 const char *location; in validate_unix() local
868 if (get_zfs_bootfs_arg(arg, &location, is_zfs, bootfs_arg) != 0) in validate_unix()
871 *mplen = location - arg; in validate_unix()
873 if (strstr(location, "/boot/platform") == location) { in validate_unix()
880 } else if (strstr(location, "/platform") != location) { in validate_unix()
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh4344 …RACT MAY ( printer-name $ printer-natural-language-configured $ printer-location $ printer-info $ …
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c1793 findsym_output(uintptr_t *symlist, uintptr_t value, uintptr_t location) in findsym_output() argument
1799 mdb_printf("found %a at %a\n", value, location); in findsym_output()
/illumos-gate/usr/src/cmd/mdb/demo/
H A DREADME43 a copy of this directory to your home directory or other location before you

12345678910