Searched refs:sysfile (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/sysdef/ |
H A D | sysdef.c | 91 (incore ? memfile : sysfile)) 114 FILE *sysfile, *memfile; variable 257 if (((sysfile = fopen(os, "r")) == NULL) && nflag) { 262 if (sysfile) { 287 if ((elfd = elf_begin(fileno(sysfile), ELF_C_READ, 336 if (sysfile) { 364 if (sysfile) { 423 if (sysfile && SYM_VALUE(utsnm)) { 432 if (sysfile) { 470 if (sysfile) { [all...] |
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | genunix.c | 3485 sysfile(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function 3965 { "system", NULL, "print contents of /etc/system file", sysfile },
|
Completed in 52 milliseconds