Searched refs:h_version (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | hook.h | 80 int h_version; member
|
/illumos-gate/usr/src/head/ |
H A D | archives.h | 245 char h_version[7]; member
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | message.c | 242 ext_hdr.h_version = htonl(version); in rdsv3_message_add_version_extension() 262 *version = ntohl(ext_hdr.h_version); in rdsv3_message_get_version_extension()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | hook.c | 2373 hi->hi_kstats.hook_version.value.i32 = hi->hi_hook.h_version; in hook_init_kstats() 2460 hook_alloc(const int h_version) in hook_alloc() argument 2465 h->h_version = h_version; in hook_alloc()
|
/illumos-gate/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_backup_reader.c | 315 (void) snprintf(xhdr->h_version, sizeof (xhdr->h_version), "%s", in output_xattr_header()
|
H A D | tlm_restore_writer.c | 1421 if (strcmp(xhdr->h_version, XATTR_ARCH_VERS) != 0) { in restore_xattr_hdr() 1423 "Unrecognized header format [%s]", xhdr->h_version); in restore_xattr_hdr()
|
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/ |
H A D | rdsv3.h | 204 uint32_be_t h_version; member
|
/illumos-gate/usr/src/cmd/tar/ |
H A D | tar.c | 7668 (void) sprintf(hptr->h_version, "%s", XATTR_ARCH_VERS); in prepare_xattr() 8259 if (strcmp(xattrhead->h_version, XATTR_ARCH_VERS) != 0) { in read_xattr_hdr()
|
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 8643 (void) strcpy(hptr->h_version, XATTR_ARCH_VERS); in prepare_xattr_hdr() 8802 if (strcmp(xattrhead->h_version, XATTR_ARCH_VERS) != 0) { in read_xattr_hdr()
|