Searched refs:sys_ptr (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | modsysfile.c | 553 sysp->sys_ptr = vmem_alloc(mod_sysfile_arena, strlen(tok1) + 1, in do_sysfile_cmd() 555 (void) strcpy(sysp->sys_ptr, tok1); in do_sysfile_cmd() 596 sysp->sys_ptr = vmem_alloc(mod_sysfile_arena, strlen(var) + 1, in do_sysfile_cmd() 598 (void) strcpy(sysp->sys_ptr, var); in do_sysfile_cmd() 708 sysp->sys_ptr = vmem_alloc(mod_sysfile_arena, strlen(tok1) + 1, in do_sysfile_cmd() 710 (void) strcpy(sysp->sys_ptr, tok1); in do_sysfile_cmd() 735 sysp->sys_ptr = vmem_alloc(mod_sysfile_arena, strlen(tok1) + 1, in do_sysfile_cmd() 737 (void) strcpy(sysp->sys_ptr, tok1); in do_sysfile_cmd() 852 ASSERT(sysp->sys_ptr != NULL); in mod_sysvar() 854 if (strcmp(name, sysp->sys_ptr) == 0) { in mod_sysvar() [all …]
|
H A D | swapgeneric.c | 320 name = sysp->sys_ptr; in preload_module()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | sysconf.h | 47 char *sys_ptr; /* string pointer to device, etc. */ member
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | genunix.c | 3436 if (sys.sys_ptr != NULL && in sysfile() 3437 mdb_readstr(var, 256, (uintptr_t)sys.sys_ptr) == -1) { in sysfile()
|