Searched refs:high (Results 1 - 25 of 349) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dprivileges.h89 uint32 high; member in struct:LUID
H A Drpc_misc.h309 uint32 high; member in struct:logon_info
380 uint32 high; member in struct:uint64_s
H A Drpc_spoolss.h345 uint32 high; /* PRINTER_CHANGE_XXX */ member in struct:printer_message_info
H A Dsmb.h265 uint32 high; member in struct:nttime_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dprivileges.c371 new_set[priv_set->count].luid.high = set.luid.high;
391 priv_luid.luid.high = 0;
698 (*new_la)[i].luid.high = old_la[i].luid.high;
741 if (set->high != 0)
779 luid.luid.high = 0;
810 if ( privset->set[i].luid.high != 0 )
H A Dtime.c198 time_t low,high; local
218 high = t + MAX_DST_WIDTH/2;
219 if (high < t)
220 high = TIME_T_MAX;
234 while (high-60*60 > dst_table[i].end) {
235 if (high - dst_table[i].end > MAX_DST_SKIP*2)
238 t = high - (high-dst_table[i].end)/2;
242 high = t;
322 if (nt->high
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/param/
H A Dloadparm.c2874 BOOL lp_idmap_uid(uid_t *low, uid_t *high) argument
2882 if (high)
2883 *high = idmap_uid_high;
2888 BOOL lp_idmap_gid(gid_t *low, gid_t *high) argument
2896 if (high)
2897 *high = idmap_gid_high;
2906 uint32 low, high; local
2908 if (sscanf(pszParmValue, "%u-%u", &low, &high) != 2 || high < low)
2916 idmap_uid_high = high;
2923 uint32 low, high; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/passdb/
H A Dlookup_sid.c301 uid_t low, high; local
312 || (lp_idmap_uid(&low, &high) && uid >= low && uid <= high) )
343 gid_t low, high; local
354 || (lp_idmap_gid(&low, &high) && gid >= low && gid <= high) )
H A Dpassdb.c2252 static BOOL get_free_ugid_range(uint32 *low, uint32 *high) argument
2262 *high = (u_high < g_high) ? u_high : g_high;
2271 BOOL get_free_rid_range(uint32 *low, uint32 *high) argument
2277 *high = (uint32)-1;
2286 *high = (uint32)-1;
2288 *high = algorithmic_pdb_uid_to_user_rid(id_high);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_client/
H A Dcli_lsarpc.c1099 (*set)[i].luid.high = r.set.set[i].luid.high;
1153 (*luid).high=r.luid.high;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_lsa.c1788 if(!prs_uint32("high", ps, depth, &r_c->high))
H A Dparse_misc.c128 if(!prs_uint32("high", ps, depth, &nttime->high)) /* high part */
1545 logonid->high = log_id_high;
1565 if(!prs_uint32("high", ps, depth, &logonid->high))
1716 prs_uint32(name, ps, depth+1, &data64->high);
H A Dparse_net.c3020 q_s->dom_mod_count.high = dom_mod_count.high;
H A Dparse_samr.c507 u_3->logout.high = nt_logout.high;
599 u_8->seq_num.high = 0x0000;
632 u_12->duration.high = nt_lock_duration.high;
634 u_12->reset_count.high = nt_reset_time.high;
703 u_2->logout.high = nt_logout.high;
706 u_2->seq_num.high
[all...]
H A Dparse_spoolss.c2936 if (!prs_uint32("date.high", ps, depth, &info->driver_date.high))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_lsa_nt.c810 entries[i].luid_high = luid.luid.high;
1503 r_u->luid.high = priv_luid.luid.high;
H A Dsrv_samr_nt.c1916 expire.high = 0x7fffffff;
H A Dsrv_spoolss_nt.c5356 info->driver_date.high=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpcclient/
H A Dcmd_lsarpc.c544 printf("high\tlow\tattribute\n");
547 printf("%u\t%u\t%u\n", set[i].luid.high, set[i].luid.low, set[i].attr);
707 printf("%u:%u (0x%x:0x%x)\n", luid.high, luid.low, luid.high, luid.low);
H A Dcmd_netlogon.c227 seqnum.high = 0;
H A Dcmd_samr.c113 float high; local
118 if (nttime.high==0 && nttime.low==0)
121 if (nttime.high==0x80000000 && nttime.low==0)
124 high = 65536;
125 high = high/10000;
126 high = high*65536;
127 high = high/100
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/sam/
H A Didmap_util.c33 uint32 low, high;
34 if (idmap_get_free_rid_range(&low, &high)) {
45 uint32 low, high;
47 if (!idmap_get_free_ugid_range(&low, &high)) {
50 if (id < low || id > high) {
61 uint32 low, high;
63 if (!idmap_get_free_rid_range(&low, &high)) {
70 if (rid < low || rid > high) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dreply.c4587 DEBUG(3,("get_lock_count: truncating lock count (high)0x%x (low)0x%x to just low count.\n",
4605 static uint32 map_lock_offset(uint32 high, uint32 low) argument
4609 uint32 highcopy = high;
4612 * Try and find out how many significant bits there are in high.
4628 high <<= (31 - i);
4630 return (high|low);
4662 uint32 high = IVAL(data,SMB_LARGE_LKOFF_OFFSET_HIGH(data_offset));
4665 if((new_low = map_lock_offset(high, low)) == 0) {
4670 DEBUG(3,("get_lock_offset: truncating lock offset (high)0x%x (low)0x%x to offset 0x%x.\n",
4671 (unsigned int)high, (unsigne
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex419 Certainly, the use of high bandwidth multicast transfers is not recommended
420 on broadcast-only links because of high expense, but it is not strictly
1958 high priority control routes for local and broadcast addresses.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dss.c644 static int low, high=65535; local
660 fscanf(fp, "%d%d", &low, &high);
664 return s->lport >= low && s->lport <= high;

Completed in 401 milliseconds

1234567891011>>