Deleted Added
full compact
zfs_context.h (168404) zfs_context.h (168498)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 422 unchanged lines hidden (view full) ---

431#define CALLB_CPR_EXIT(cp) { \
432 ASSERT(MUTEX_HELD((cp)->cc_lockp)); \
433 mutex_exit((cp)->cc_lockp); \
434}
435
436#define zone_dataset_visible(x, y) (1)
437#define INGLOBALZONE(z) (1)
438
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 422 unchanged lines hidden (view full) ---

431#define CALLB_CPR_EXIT(cp) { \
432 ASSERT(MUTEX_HELD((cp)->cc_lockp)); \
433 mutex_exit((cp)->cc_lockp); \
434}
435
436#define zone_dataset_visible(x, y) (1)
437#define INGLOBALZONE(z) (1)
438
439/*
440 * Hostname information
441 */
442extern struct utsname utsname;
443extern char hw_serial[];
444extern int ddi_strtoul(const char *str, char **nptr, int base,
445 unsigned long *result);
446
439#ifdef __cplusplus
440}
441#endif
442
443/* ZFS Boot Related stuff. */
444
445struct _buf {
446 intptr_t _fd;

--- 51 unchanged lines hidden ---
447#ifdef __cplusplus
448}
449#endif
450
451/* ZFS Boot Related stuff. */
452
453struct _buf {
454 intptr_t _fd;

--- 51 unchanged lines hidden ---