/src/sys/arch/mvme68k/stand/sboot/ |
clock.c | 105 int sec, min, hour, day, mon, year; local in function:time 112 mon = cl->cl_month; 115 return chiptotime(sec, min, hour, day, mon, year);
|
/src/usr.sbin/rpc.statd/ |
test.c | 30 sm_mon_1(struct mon *argp, CLIENT *clnt) 87 struct mon mon; local in function:main 98 mon.mon_id.mon_name = argv[1]; 99 mon.mon_id.my_id.my_name = argv[1]; 100 mon.mon_id.my_id.my_prog = SM_PROG; 101 mon.mon_id.my_id.my_vers = SM_VERS; 102 mon.mon_id.my_id.my_proc = 1; /* have it call sm_stat() !!! */ 107 if (res = sm_mon_1(&mon, cli))
|
/src/sys/arch/x68k/stand/libsa/ |
clock.c | 48 int sec, min, hour, day, mon, year; local in function:getsecs 54 mon = ((val & 0x0000ff00) >> 8); 63 if (mon < 1 || mon > 12 || day < 1 || day > 31) 71 days += yday[mon - 1] + day - 1; 72 if (is_leap_year(y) && mon > 2)
|
/src/sys/arch/playstation2/include/ |
bootinfo.h | 52 u_int8_t mon; member in struct:bootinfo_rtc
|
/src/games/hack/ |
hack.do.c | 334 struct monst *mon; local in function:dothrow 360 mon = u.ustuck; 361 bhitpos.x = mon->mx; 362 bhitpos.y = mon->my; 393 mon = boomhit(u.dx, u.dy); 394 if (mon == &youmonst) { /* the thing was caught */ 402 mon = bhit(u.dx, u.dy, (obj->otyp == ICE_BOX) ? 1 : 408 if (mon) { 410 wakeup(mon); 413 tmp = -1 + u.ulevel + mon->data->ac + abon() [all...] |
hack.fight.c | 181 struct monst *mon; local in function:fightm 182 for (mon = fmon; mon; mon = mon->nmon) 183 if (mon != mtmp) { 184 if (DIST(mon->mx, mon->my, mtmp->mx, mtmp->my) < 3) 186 return (hitmm(mtmp, mon)); 216 /* return TRUE if mon still alive * [all...] |
hack.mkshop.c | 226 struct monst *mon; local in function:mkzoo 255 mon = makemon( 259 if (mon) 260 mon->msleep = 1;
|
hack.zap.c | 391 /* fns called when mon/obj hit */ 503 struct monst *mon; local in function:buzz 560 if ((mon = m_at(sx, sy)) && 561 (type != -1 || mon->data->mlet != 'D')) { 562 wakeup(mon); 563 if (rnd(20) < 18 + mon->data->ac) { 564 int tmp = zhit(mon, abstype); 565 if (mon->mhp < 1) { 567 if (cansee(mon->mx, mon->my) [all...] |
/src/sys/dev/ofw/ |
ofrtc.c | 191 int sec, minute, hr, dom, mon, yr; local in function:ofrtc_settod 197 mon = dt->dt_mon; 201 sec, minute, hr, dom, mon, yr))
|
/src/games/monop/ |
monop.c | 136 static MON mon[N_MON] = { /* monopoly descriptions */ variable in typeref:typename:MON[] 151 {0, 0, 1, 0, &mon[0], { 2, 10, 30, 90, 160, 250} }, 152 {0, 0, 3, 0, &mon[0], { 4, 20, 60, 180, 320, 450} }, 153 {0, 0, 6, 0, &mon[1], { 6, 30, 90, 270, 400, 550} }, 154 {0, 0, 7, 0, &mon[1], { 6, 30, 90, 270, 400, 550} }, 155 {0, 0, 9, 0, &mon[1], { 8, 40,100, 300, 450, 600} }, 156 {0, 0, 11, 0, &mon[2], {10, 50,150, 450, 625, 750} }, 157 {0, 0, 13, 0, &mon[2], {10, 50,150, 450, 625, 750} }, 158 {0, 0, 14, 0, &mon[2], {12, 60,180, 500, 700, 900} } [all...] |
/src/games/rogue/ |
throw.c | 210 unsigned short mon; local in function:flop_weapon 235 mon = dungeon[row][col] & MONSTER; 238 if (mon) { 250 dungeon[row][col] |= mon;
|
save.c | 204 for (object *mon = &level_monsters; mon != NULL; local in function:restore 205 mon = mon->next_object) 206 set_monster_damage(mon);
|
/src/sys/fs/nfs/nlm/ |
sm_inter.h | 39 struct mon { struct 43 typedef struct mon mon; typedef in typeref:struct:mon 83 extern struct sm_stat_res * sm_mon_1(struct mon *, CLIENT *); 84 extern struct sm_stat_res * sm_mon_1_svc(struct mon *, struct svc_req *); 103 extern bool_t xdr_mon(XDR *, mon*);
|
/src/sys/sys/ |
localedef.h | 77 const char *mon[12]; member in struct:__anona3f85cde0408
|
/src/sys/dev/pci/ixgbe/ |
if_bypass.c | 661 u32 mon, days, hours, min, sec; local in function:ixgbe_bp_log 687 mon = i + 1; /* display month as 1-12 */ 697 mon, days, hours, min, sec, event_str[event],
|
/src/sys/dev/i2c/ |
em3027.c | 74 uint8_t mon; member in struct:em3027rtc_watch 418 dt->dt_mon = bcdtobin(w.mon); 437 w.mon = bintobcd(dt->dt_mon);
|
ac100.c | 216 uint16_t sec, min, hou, wee, day, mon, yea; local in function:ac100_rtc_gettime 224 ac100_read(sc, AC100_RTC_MON_REG, &mon); 229 dt->dt_mon = bcdtobin(mon & 0x1f);
|
/src/sys/arch/vax/include/ |
ka630.h | 111 u_short mon; member in struct:ka630clock
|
ka820.h | 131 u_char mon; member in struct:ka820clock
|
ka410.h | 184 u_long :2; u_long mon :8; u_long :22; member in struct:ka410_clock
|
ka43.h | 236 u_long :2; u_long mon :8; u_long :22; member in struct:ka43_clock
|
/src/usr.bin/at/ |
parsetime.c | 68 SUN, MON, TUE, WED, THU, FRI, SAT, 133 {"monday", MON, false}, 134 {"mon", MON, false}, 423 assign_date(struct tm *tm, int mday, int mon, int year) 437 if (tm->tm_mon > mon || 438 (tm->tm_mon == mon && tm->tm_mday > mday)) 445 tm->tm_mon = mon; 461 int mday, wday, mon; local in function:month 486 mon = sc_tokid - JAN [all...] |
/src/sys/dev/ic/ |
sti.c | 596 sti_mon_t mon = (void *)m; local in function:sti_screen_setup 602 (uint32_t *)mon, sizeof(*mon) / 4); 605 if (mon->width == scr->scr_cfg.scr_width && 606 mon->height == scr->scr_cfg.scr_height) { 607 fontindex = mon->font;
|
/src/sys/arch/x68k/x68k/ |
iodevice.h | 149 char pad9; unsigned char mon; member in struct:rtc::__anon37645f060108
|