Print this page
9696 add /etc/system.d support
Portions contributed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: C Fraire <cfraire@me.com>
Reviewed by: Toomas Soome <tsoome@me.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/modctl.h
          +++ new/usr/src/uts/common/sys/modctl.h
↓ open down ↓ 538 lines elided ↑ open up ↑
 539  539  #define MOD_BIND_HASHMASK       (MOD_BIND_HASHSIZE-1)
 540  540  
 541  541  typedef int modid_t;
 542  542  
 543  543  /*
 544  544   * global function and data declarations
 545  545   */
 546  546  extern kmutex_t mod_lock;
 547  547  
 548  548  extern char *systemfile;
      549 +extern char *self_assembly;
 549  550  extern char **syscallnames;
 550  551  extern int moddebug;
 551  552  
 552  553  /*
 553  554   * this is the head of a doubly linked list.  Only the next and prev
 554  555   * pointers are used
 555  556   */
 556  557  extern modctl_t modules;
 557  558  
 558  559  extern int modload_qualified(const char *,
↓ open down ↓ 142 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX