Searched refs:server_state (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/irda/
H A Diriap.h78 IRIAP_STATE server_state; member in struct:iriap_cb
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_util.c554 if (!lp_idmap_uid(&server_state.uid_low, &server_state.uid_high)) {
560 if (!lp_idmap_gid(&server_state.gid_low, &server_state.gid_high)) {
902 wm = server_state.uid_low;
915 wm = server_state.gid_low;
H A Dwinbindd_sid.c353 if ( (state->request.data.uid < server_state.uid_low )
354 || (state->request.data.uid > server_state.uid_high) )
424 if ( (state->request.data.gid < server_state.gid_low)
425 || (state->request.data.gid > server_state.gid_high) )
H A Dwinbindd.h84 extern struct winbindd_state server_state; /* Server information */
H A Dwinbindd_user.c220 if ((state->request.data.uid < server_state.uid_low ) ||
221 (state->request.data.uid > server_state.uid_high))
H A Dwinbindd.c794 struct winbindd_state server_state; /* Server state information */ variable in typeref:struct:winbindd_state
891 ZERO_STRUCT(server_state);
H A Dwinbindd_group.c353 if ((state->request.data.gid < server_state.gid_low) ||
354 (state->request.data.gid > server_state.gid_high))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/irda/
H A Diriap_event.c115 self->server_state = state;
150 (*iriap_state[ self->server_state]) (self, event, skb);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A Dmga_drm.h172 drm_mga_server_regs_t server_state; member in struct:_drm_mga_sarea

Completed in 78 milliseconds