Print this page
NEX-6131 support EUI64 in blkdev
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
NEX-4431 want NVMe management utility
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
SMB-50 User-mode SMB server
 Includes work by these authors:
 Thomas Keiser <thomas.keiser@nexenta.com>
 Albert Lee <trisk@nexenta.com>
re #13613 rb4516 Tunables needs volatile keyword

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/sunddi.h
          +++ new/usr/src/uts/common/sys/sunddi.h
↓ open down ↓ 429 lines elided ↑ open up ↑
 430  430  
 431  431  
 432  432  extern char *ddi_strdup(const char *str, int flag);
 433  433  extern char *strdup(const char *str);
 434  434  extern void strfree(char *str);
 435  435  
 436  436  /*
 437  437   * Functions and data references which really should be in <sys/ddi.h>
 438  438   */
 439  439  
 440      -extern int maxphys;
      440 +extern volatile int maxphys;
 441  441  extern void minphys(struct buf *);
 442  442  extern int physio(int (*)(struct buf *), struct buf *, dev_t,
 443  443          int, void (*)(struct buf *), struct uio *);
 444  444  extern void disksort(struct diskhd *, struct buf *);
 445  445  
 446  446  extern size_t strlen(const char *) __PURE;
 447  447  extern size_t strnlen(const char *, size_t) __PURE;
 448  448  extern char *strcpy(char *, const char *);
 449  449  extern char *strncpy(char *, const char *, size_t);
 450  450  /* Need to be consistent with <string.h> C++ definition for strchr() */
↓ open down ↓ 1844 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX