search for: user_load

Displaying 3 results from an estimated 3 matches for "user_load".

2007 Jan 06
1
Re: [nut-commits] svn commit r710 - in trunk: . clients server
...> { > ulist_t *tmp = users; > > Modified: trunk/server/user.h > ============================================================================== > --- trunk/server/user.h (original) > +++ trunk/server/user.h Sat Jan 6 19:39:08 2007 > @@ -19,10 +19,18 @@ > > void user_load(void); > > +#ifndef HAVE_IPV6 > +int user_checkinstcmd(const struct sockaddr_in *addr, > +#else > int user_checkinstcmd(const struct sockaddr_storage *addr, > +#endif > const char *un, const char *pw, const char *cmd); > > +#ifndef HAVE_IPV6 > +int user_checkact...
2007 Jan 06
3
Re: [nut-commits] svn commit r708 - in trunk: . clients server
...> { > ulist_t *tmp = users; > > Modified: trunk/server/user.h > ============================================================================== > --- trunk/server/user.h (original) > +++ trunk/server/user.h Fri Jan 5 21:06:59 2007 > @@ -19,10 +19,10 @@ > > void user_load(void); > > -int user_checkinstcmd(const struct sockaddr_in *addr, > +int user_checkinstcmd(const struct sockaddr_storage *addr, > const char *un, const char *pw, const char *cmd); > > -int user_checkaction(const struct sockaddr_in *addr, > +int user_checkaction(const stru...
2010 Feb 25
3
[PATCH 1/3] drm/nv50: Implement ctxprog/state generation.
...1 +#define CP_FLAG_UNK03 ((0 * 32) + 3) +#define CP_FLAG_UNK03_CLEAR 0 +#define CP_FLAG_UNK03_SET 1 +#define CP_FLAG_USER_SAVE ((0 * 32) + 5) +#define CP_FLAG_USER_SAVE_NOT_PENDING 0 +#define CP_FLAG_USER_SAVE_PENDING 1 +#define CP_FLAG_USER_LOAD ((0 * 32) + 6) +#define CP_FLAG_USER_LOAD_NOT_PENDING 0 +#define CP_FLAG_USER_LOAD_PENDING 1 +#define CP_FLAG_UNK0B ((0 * 32) + 0xb) +#define CP_FLAG_UNK0B_CLEAR 0 +#define CP_FLAG_UNK0B_SET 1 +#define CP_FLAG_UNK1D ((0 * 32) + 0...