usr/src/uts/common/sys/systm.h
changeset 10272 a0669934e974
parent 9171 ee979187414d
child 10696 cd0f390dd9e2
equal deleted inserted replaced
10271:7c80b70bb8de 10272:a0669934e974
   181 int cmpldev(dev32_t *, dev_t);
   181 int cmpldev(dev32_t *, dev_t);
   182 dev_t expldev(dev32_t);
   182 dev_t expldev(dev32_t);
   183 int bcmp(const void *, const void *, size_t) __PURE;
   183 int bcmp(const void *, const void *, size_t) __PURE;
   184 int stoi(char **);
   184 int stoi(char **);
   185 void numtos(ulong_t, char *);
   185 void numtos(ulong_t, char *);
       
   186 char *kmem_asprintf(const char *fmt, ...);
   186 int strident_valid(const char *);
   187 int strident_valid(const char *);
   187 void strident_canon(char *, size_t);
   188 void strident_canon(char *, size_t);
   188 int getsubopt(char **optionsp, char * const *tokens, char **valuep);
   189 int getsubopt(char **optionsp, char * const *tokens, char **valuep);
   189 char *append_subopt(const char *, size_t, char *, const char *);
   190 char *append_subopt(const char *, size_t, char *, const char *);
   190 int ffs(uintmax_t);
   191 int ffs(uintmax_t);