Searched refs:sysname (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/devname2devid/ |
| H A D | devname2devid.c | 120 char *device, *sysname; in main() local 139 sysname = strrchr(nodepath, '/') + 1; in main() 142 sysname)) == NULL) { in main() 143 perror(sysname); in main() 150 perror(sysname); in main()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/ |
| H A D | zutil_device_path_os.c | 475 char *sysname; in is_mpath_whole_disk() local 480 sysname = strrchr(nodepath, '/') + 1; in is_mpath_whole_disk() 481 if (strncmp(sysname, "dm-", 3) != 0) in is_mpath_whole_disk() 486 sysname)) == NULL) { in is_mpath_whole_disk()
|
| H A D | zutil_import_os.c | 613 char *sysname = NULL; in zpool_label_disk_wait() local 626 if (sysname == NULL) { in zpool_label_disk_wait() 628 sysname = strrchr(nodepath, '/') + 1; in zpool_label_disk_wait() 636 "block", sysname); in zpool_label_disk_wait() 715 char *sysname; in encode_device_strings() local 726 sysname = strrchr(nodepath, '/') + 1; in encode_device_strings() 734 sysname); in encode_device_strings()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_xxx.c | 334 len = sizeof (uap->name->sysname); in freebsd4_uname() 335 error = userland_sysctl(td, name, 2, uap->name->sysname, &len, in freebsd4_uname() 339 subyte( uap->name->sysname + sizeof(uap->name->sysname) - 1, 0); in freebsd4_uname()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | misc.h | 48 char *sysname; member
|
| /f-stack/freebsd/sys/ |
| H A D | utsname.h | 50 char sysname[SYS_NMLN]; /* Name of this OS. */ member
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_linux_init.c | 43 (void) ngx_cpystrn(ngx_linux_kern_ostype, (u_char *) u.sysname, in ngx_os_specific_init()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_misc.c | 60 hw_utsname.sysname = ostype; in opensolaris_utsname_init()
|
| /f-stack/freebsd/contrib/openzfs/cmd/arc_summary/ |
| H A D | arc_summary3 | 441 sys_msg = sys_version.sysname+' '+sys_version.release
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.c | 3189 name.sysname, name.release, name.machine, in genRedisInfoString()
|