Searched refs:sec (Results 1 - 25 of 194) sorted by relevance

12345678

/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpcclient/
H A Ddisplay_sec.c121 void display_sec_desc(SEC_DESC *sec) argument
125 if (sec->sacl) {
127 display_sec_acl(sec->sacl);
130 if (sec->dacl) {
132 display_sec_acl(sec->dacl);
135 if (sec->owner_sid) {
136 sid_to_string(sid_str, sec->owner_sid);
140 if (sec->grp_sid) {
141 sid_to_string(sid_str, sec->grp_sid);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hpfs/
H A Dalloc.c16 static int chk_if_allocated(struct super_block *s, secno sec, char *msg) argument
20 if (!(bmp = hpfs_map_bitmap(s, sec >> 14, &qbh, "chk"))) goto fail;
21 if ((bmp[(sec & 0x3fff) >> 5] >> (sec & 0x1f)) & 1) {
22 hpfs_error(s, "sector '%s' - %08x not allocated in bitmap", msg, sec);
26 if (sec >= s->s_hpfs_dirband_start && sec < s->s_hpfs_dirband_start + s->s_hpfs_dirband_size) {
27 unsigned ssec = (sec - s->s_hpfs_dirband_start) / 4;
30 hpfs_error(s, "sector '%s' - %08x not allocated in directory bitmap", msg, sec);
154 secno sec; local
213 secno sec; local
229 hpfs_alloc_if_possible_nolock(struct super_block *s, secno sec) argument
248 hpfs_alloc_if_possible(struct super_block *s, secno sec) argument
259 hpfs_free_sectors(struct super_block *s, secno sec, unsigned n) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Drtc.h15 int sec; /* Seconds (0-59) */ member in struct:rtc_time
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Drtc.h15 int sec; /* Seconds (0-59) */ member in struct:rtc_time
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Drtc.h15 int sec; /* Seconds (0-59) */ member in struct:rtc_time
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Drtc.h15 int sec; /* Seconds (0-59) */ member in struct:rtc_time
/asus-wl-520gu-7.0.1.45/src/router/iproute2/examples/
H A Dcbqinit.eth121 # est 1sec 8sec means, that kernel will evaluate average rate
22 # on this class with period 1sec and time constant 8sec.
25 $TC class add dev $DEVICE parent 1:0 classid :1 est 1sec 8sec cbq \
35 $TC class add dev $DEVICE parent 1:1 classid :2 est 1sec 8sec cbq \
47 $TC class add dev $DEVICE parent 1:1 classid :3 est 2sec 16sec cb
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dtime.h34 unsigned long sec = value->tv_sec; local
37 if (sec >= (MAX_JIFFY_OFFSET / HZ))
41 return HZ * sec + nsec;
54 * => year=1980, mon=12, day=31, hour=23, min=59, sec=59.
70 unsigned int min, unsigned int sec)
82 )*60 + sec; /* finally seconds */
68 mktime(unsigned int year, unsigned int mon, unsigned int day, unsigned int hour, unsigned int min, unsigned int sec) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dtime.h34 unsigned long sec = value->tv_sec; local
37 if (sec >= (MAX_JIFFY_OFFSET / HZ))
41 return HZ * sec + nsec;
54 * => year=1980, mon=12, day=31, hour=23, min=59, sec=59.
70 unsigned int min, unsigned int sec)
82 )*60 + sec; /* finally seconds */
68 mktime(unsigned int year, unsigned int mon, unsigned int day, unsigned int hour, unsigned int min, unsigned int sec) argument
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinsmod.c563 struct obj_section *sec);
575 static void *obj_extend_section (struct obj_section *sec, unsigned long more);
1532 obj_insert_section_load_order(struct obj_file *f, struct obj_section *sec) argument
1535 int prio = obj_load_order_prio(sec);
1539 sec->load_next = *p;
1540 *p = sec;
1549 struct obj_section *sec; local
1551 f->sections = xrealloc(f->sections, (newidx + 1) * sizeof(sec));
1552 f->sections[newidx] = sec = arch_new_section();
1554 memset(sec,
1575 struct obj_section *sec; local
1598 obj_extend_section(struct obj_section *sec, unsigned long more) argument
1670 struct obj_section *sec; local
1691 add_archdata(struct obj_file *f, struct obj_section **sec) argument
1715 struct obj_section *sec; local
1983 struct obj_section *sec; local
2494 struct obj_section *sec; local
2513 struct obj_section *sec; local
2585 struct obj_section *sec; local
2796 struct obj_section *sec; local
2854 struct obj_section *sec; local
3004 struct obj_section *sec; local
3087 struct obj_section *sec; local
3154 struct obj_section *sec = f->sections[i]; local
3159 struct obj_section *sec = f->sections[i]; local
3231 struct obj_section* sec; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/kernel/
H A Dtime.c107 unsigned int year, mon, day, hour, min, sec; local
110 int *min, int *sec);
112 arch_gettod (&year, &mon, &day, &hour, &min, &sec);
116 xtime.tv_sec = mktime(year, mon, day, hour, min, sec);
131 unsigned long usec, sec, lost; local
138 sec = xtime.tv_sec;
144 sec++;
147 tv->tv_sec = sec;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/amiga/
H A Dtime.c19 unsigned int year, mon, day, hour, min, sec; local
22 int *min, int *sec);
24 arch_gettod (&year, &mon, &day, &hour, &min, &sec);
29 return mktime(year, mon, day, hour, min, sec);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/sun3x/
H A Dtime.h12 volatile unsigned char sec; member in struct:mostek_dt
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_toyclock.c121 int hr,min,sec; local
134 hr = -1; min = -1; sec = -1;
141 if (p) sec = atoi(p);
145 (sec < 0) || (sec >= 60)) {
156 buf[2] = sec;
239 uint8_t hr,min,sec; local
258 sec = buf[2];
265 printf("%02X/%02X/%02X%02X %02X:%02X:%02X\n",mo,day,y2k,yr,hr,min,sec);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Drtc.c26 unsigned int sec128, sec, min, hr, wk, day, mon, yr, yr100; local
32 sec = ctrl_inb(RSECCNT);
62 BCD_TO_BIN(sec);
65 hr > 23 || min > 59 || sec > 59) {
86 sec--;
89 tv->tv_sec = mktime(yr100 * 100 + yr, mon, day, hr, min, sec);
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/genlogon/
H A Dgenlogon.pl25 #($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
26 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
28 print LOG "$mon/$mday/$year $hour:$min:$sec - User $ARGV[0] logged into $ARGV[1]\n";
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dtime.c225 unsigned delta, lost_ticks, usec, sec; local
228 sec = xtime.tv_sec;
243 sec++;
246 tv->tv_sec = sec;
301 time_t sec, old_sec; local
325 sec = ppc_md.get_rtc_time();
329 old_sec = sec;
333 sec = ppc_md.get_rtc_time();
334 } while ( sec == old_sec && elapsed < 2*HZ*tb_ticks_per_jiffy);
335 if (sec
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/econet/
H A Daf_econet.c82 struct sockaddr_ec sec; member in struct:ec_cb
168 struct sockaddr_ec *sec = (struct sockaddr_ec *)uaddr; local
176 sec->sec_family != AF_ECONET)
179 sk->protinfo.af_econet->cb = sec->cb;
180 sk->protinfo.af_econet->port = sec->port;
181 sk->protinfo.af_econet->station = sec->addr.station;
182 sk->protinfo.af_econet->net = sec->addr.net;
195 struct sockaddr_ec *sec; local
204 sec = (struct sockaddr_ec *)&eb->sec;
452 struct sockaddr_ec *sec = (struct sockaddr_ec *)uaddr; local
573 struct sockaddr_ec *sec; local
755 struct sockaddr_ec *sec = (struct sockaddr_ec *)&eb->sec; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dtime.c290 unsigned int year, mon, day, hour, min, sec, cc1, cc2, epoch; local
333 sec = CMOS_READ(RTC_SECONDS);
341 BCD_TO_BIN(sec);
365 xtime.tv_sec = mktime(year, mon, day, hour, min, sec);
408 unsigned long sec, usec, lost, flags; local
414 sec = xtime.tv_sec;
447 sec += 1;
451 tv->tv_sec = sec;
459 long sec, usec; local
477 sec
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/cdrom/
H A Daztcd.c33 msf.end.min/sec/frame to 0:0:1 (in azt_poll); so only one
65 drive faster (now 300kB/sec, was 60kB/sec before, measured
527 params->start.min, params->start.sec, params->start.frame,
528 params->end.min, params->end.sec, params->end.frame);
533 outb(params->start.sec, CMD_PORT);
536 outb(params->end.sec, CMD_PORT);
568 params->start.min, params->start.sec, params->start.frame);
573 outb(params->start.sec, CMD_PORT);
764 qp->trackTime.sec
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dtime.c99 unsigned long usec, sec; local
102 sec = xtime.tv_sec;
108 sec++;
111 tv->tv_sec = sec;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dtime.c72 unsigned long usec, sec; local
75 sec = xtime.tv_sec;
81 sec++;
84 tv->tv_sec = sec;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dtime.c155 unsigned long usec, sec; local
165 sec = xtime.tv_sec;
172 sec++;
175 tv->tv_sec = sec;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dm48t35.h14 volatile u8 sec; member in struct:m48t35_rtc
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dm48t35.h14 volatile u8 sec; member in struct:m48t35_rtc

Completed in 293 milliseconds

12345678