/src/games/sail/ |
pl_2.c | 55 if (mf->readyL & R_LOADING) { 56 if (mf->readyL & R_DOUBLE) 57 mf->readyL = R_LOADING; 59 mf->readyL = R_LOADED; 61 if (mf->readyR & R_LOADING) { 62 if (mf->readyR & R_DOUBLE) 63 mf->readyR = R_LOADING; 65 mf->readyR = R_LOADED; 79 if (mf->FS && (!mc->rig1 || windspeed == 6)) 81 if (mf->FS == 1 [all...] |
pl_3.c | 64 if (mf->OBP[n].turnsent) 65 men += mf->OBP[n].mensent; 68 if (mf->DBP[n].turnsent) 69 men += mf->DBP[n].mensent; 78 ready = mf->readyR; 79 load = mf->loadR; 83 ready = mf->readyL; 84 load = mf->loadL; 91 if (mf->struck || !crew[2]) 152 for (n = 0; n < 3 && mf->captured == 0; n++ [all...] |
pl_6.c | 65 repairs = &mf->RH; 68 repairs = &mf->RG; 71 repairs = &mf->RR; 154 loadL = mf->loadL; 155 loadR = mf->loadR; 189 mf->loadR = load; 190 mf->readyR = ready|R_LOADING; 192 mf->loadL = load; 193 mf->readyL = ready|R_LOADING;
|
pl_7.c | 95 struct File *mf; /* ms->file */ variable in typeref:struct:File * 605 wprintw(stat_w, "Points %3d\n", mf->points); 627 loadname[mf->loadL], readyname(mf->readyL), 628 loadname[mf->loadR], readyname(mf->readyR)); 669 if (mf->RH) 670 wprintw(slot_w, "%dRH", mf->RH); 674 if (mf->RG) 675 wprintw(slot_w, "%dRG", mf->RG) [all...] |
pl_5.c | 71 ma = maxmove(ms, mf->dir, 0); 75 dir = mf->dir; 135 if (mf->FS == 1) { 143 if (mf->FS == 1) { 169 if (mf->OBP[n].turnsent) 170 men += mf->OBP[n].mensent; 173 if (mf->DBP[n].turnsent) 174 men += mf->DBP[n].mensent;
|
pl_4.c | 52 full = mf->FS; 129 i = portside(ms, ship, 1) - mf->dir;
|
pl_1.c | 109 mf->captain);
|
player.h | 95 extern struct File *mf; /* ms->file */
|
/src/usr.bin/tftp/ |
extern.h | 35 extern int mf; /* the opened multicast socket */
|
tftp.c | 289 curf = mf; 432 if (mf > 0) 433 readfd = mf; 496 mf = tftp_igmp_join(); 497 if (mf < 0) 517 if (mcaddr != INADDR_NONE && mf >= 0) { 518 tftp_igmp_leave(mf); 519 mf = -1;
|
/src/sys/dev/i2o/ |
iop.c | 648 struct i2o_hba_bus_scan mf; local in function:iop_reconfigure 676 mf.msgflags = I2O_MSGFLAGS(i2o_hba_bus_scan); 677 mf.msgfunc = I2O_MSGFUNC(tid, I2O_HBA_BUS_SCAN); 678 mf.msgictx = IOP_ICTX; 679 mf.msgtctx = im->im_tctx; 684 rv = iop_msg_post(sc, im, &mf, 5*60*1000); 913 struct i2o_exec_status_get mf; local in function:iop_status_get 921 mf.msgflags = I2O_MSGFLAGS(i2o_exec_status_get); 922 mf.msgfunc = I2O_MSGFUNC(I2O_TID_IOP, I2O_EXEC_STATUS_GET); 923 mf.reserved[0] = 0 970 struct i2o_exec_outbound_init *mf; local in function:iop_ofifo_init 1072 struct i2o_exec_hrt_get *mf; local in function:iop_hrt_get0 1130 struct i2o_exec_lct_notify *mf; local in function:iop_lct_get0 1202 struct i2o_msg mf; local in function:iop_sys_enable 1239 struct i2o_util_params_op *mf; local in function:iop_field_get_all 1296 struct i2o_util_params_op *mf; local in function:iop_field_set 1339 struct i2o_util_params_op *mf; local in function:iop_table_clear 1380 struct i2o_util_params_op *mf; local in function:iop_table_add_row 1426 struct i2o_msg mf; local in function:iop_simple_cmd 1448 struct i2o_exec_sys_tab_set *mf; local in function:iop_systab_set 1507 struct i2o_exec_iop_reset mf; local in function:iop_reset 2378 struct i2o_util_claim mf; local in function:iop_util_claim 2403 struct i2o_util_abort mf; local in function:iop_util_abort 2425 struct i2o_util_event_register mf; local in function:iop_util_eventreg 2558 struct i2o_msg *mf; local in function:iop_passthrough [all...] |
iopsp.c | 352 struct i2o_hba_bus_scan mf; local in function:iopsp_rescan 360 mf.msgflags = I2O_MSGFLAGS(i2o_hba_bus_scan); 361 mf.msgfunc = I2O_MSGFUNC(sc->sc_ii.ii_tid, I2O_HBA_BUS_SCAN); 362 mf.msgictx = sc->sc_ii.ii_ictx; 363 mf.msgtctx = im->im_tctx; 365 rv = iop_msg_post(iop, im, &mf, 5*60*1000); 390 struct i2o_scsi_scb_exec *mf; local in function:iopsp_scsipi_request 427 if (xs->cmdlen > sizeof(mf->cdb)) 435 mf = (struct i2o_scsi_scb_exec *)mb; 436 mf->msgflags = I2O_MSGFLAGS(i2o_scsi_scb_exec) 506 struct i2o_scsi_scb_abort mf; local in function:iopsp_scsi_abort [all...] |
ld_iop.c | 349 struct i2o_rbs_block_read *mf; local in function:ld_iop_start 381 mf = (struct i2o_rbs_block_read *)mb; 382 mf->msgflags = I2O_MSGFLAGS(i2o_rbs_block_read); 383 mf->msgfunc = I2O_MSGFUNC(sc->sc_ii.ii_tid, 385 mf->msgictx = sc->sc_ii.ii_ictx; 386 mf->msgtctx = im->im_tctx; 387 mf->flags = flags | (1 << 16); /* flags & time multiplier */ 388 mf->datasize = bp->b_bcount; 389 mf->lowoffset = (u_int32_t)ba; 390 mf->highoffset = (u_int32_t)(ba >> 32) 409 struct i2o_rbs_block_write *mf; local in function:ld_iop_dump 447 struct i2o_rbs_cache_flush mf; local in function:ld_iop_flush [all...] |
dpti.c | 451 struct i2o_msg mh, *mf; local in function:dpti_passthrough 678 mf = (struct i2o_msg *)mbtmp; 679 mf->msgictx = IOP_ICTX; 680 mf->msgtctx = im->im_tctx; 683 mf->msgflags = (mf->msgflags & 0xff0f) | (sgoff << 16);
|
/src/usr.sbin/btpand/ |
bnep.c | 499 mfilter_t *mf; local in function:bnep_recv_filter_multi_addr_set 522 mf = malloc(nf * sizeof(mfilter_t)); 523 if (mf == NULL) { 531 memcpy(mf[i].start, ptr, ETHER_ADDR_LEN); 534 memcpy(mf[i].end, ptr, ETHER_ADDR_LEN); 537 if (memcmp(mf[i].start, mf[i].end, ETHER_ADDR_LEN) > 0) { 538 free(mf); 546 mf[i].start[0], mf[i].start[1], mf[i].start[2] [all...] |
/src/sbin/restore/ |
dirs.c | 112 static FILE *df, *mf; variable in typeref:typename:FILE ** 177 mf = fdopen(mfd, "w"); 180 mf = fopen(modefile, "w"); 181 if (mf == NULL) 205 if (mf != NULL && fclose(mf) != 0) 463 if (mf != NULL && fwrite(buf, size, 1, mf) != 1) 612 mf = fopen(modefile, "r"); 613 if (mf == NULL) [all...] |
/src/sys/arch/bebox/stand/boot/ |
monitor.c | 55 { "mf", db_cmd_mf }, 321 uint32_t mf ## x(void); \ 323 uint32_t mf ## x() { \ 325 __asm volatile (STR(mf ## x %0) : STR(=r)(tmp)); \ 334 { #x, mf ## x, mt ## x } 340 uint32_t (*mf)(void); member in struct:__anon9379154c0208 353 printf("mf register\nregister:"); 362 printf(" 0x%x\n", (mreg[i].mf)());
|
/src/common/lib/libc/arch/ia64/atomic/ |
atomic.S | 111 mf 116 mf 121 mf 126 mf 131 mf 136 mf 141 mf
|
/src/sys/arch/prep/stand/boot/ |
monitor.c | 61 { "mf", db_cmd_mf }, 323 unsigned int mf ## x() { \ 325 __asm volatile (STR(mf ## x %0) : STR(=r)(tmp)); \ 334 { #x, mf ## x, mt ## x } 340 unsigned int (*mf)(void); member in struct:__anon51bd14330208 353 printf("mf register\nregister:"); 362 printf(" 0x%x\n", (mreg[i].mf)());
|
/src/sys/arch/rs6000/stand/boot/ |
monitor.c | 61 { "mf", db_cmd_mf }, 323 unsigned int mf ## x() { \ 325 __asm volatile (STR(mf ## x %0) : STR(=r)(tmp)); \ 334 { #x, mf ## x, mt ## x } 340 unsigned int (*mf)(void); member in struct:__anon4f1456870208 353 printf("mf register\nregister:"); 362 printf(" 0x%x\n", (mreg[i].mf)());
|
/src/lib/libkvm/ |
kvm.c | 249 _kvm_open(kvm_t *kd, const char *uf, const char *mf, const char *sf, int flag, 332 if (mf == 0) 333 mf = _PATH_MEM; 353 if ((kd->pmfd = open(mf, flag | O_CLOEXEC, 0)) < 0) { 354 _kvm_syserr(kd, kd->program, "%s", mf); 358 _kvm_syserr(kd, kd->program, "%s", mf); 361 if (S_ISCHR(st.st_mode) && strcmp(mf, _PATH_MEM) == 0) { 725 kvm_openfiles(const char *uf, const char *mf, const char *sf, 735 return (_kvm_open(kd, uf, mf, sf, flag, errout)); 739 kvm_open(const char *uf, const char *mf, const char *sf, int flag [all...] |
/src/common/dist/zlib/watcom/ |
watcom_f.mak | 19 CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
|
/src/usr.bin/netstat/ |
main.c | 342 prepare_kvmd(const char *nf, const char *mf, char *errbuf) 347 k = kvm_openfiles(nf, mf, NULL, O_RDONLY, errbuf); 353 prepare(const char *nf, const char *mf, struct protox *tp) 360 if (nf != NULL || mf != NULL) { 392 kvmd = prepare_kvmd(nf, mf, buf);
|
/src/usr.bin/mail/ |
complete.c | 335 char *fname, *mf; local in function:complete_filename 342 if (word[0] == '+' && (mf = value(ENAME_FOLDER)) != NULL) { 343 if (mf[0] == '/') { 344 (void)estrlcpy(dir, mf, sizeof(dir)); 348 (void)estrlcpy(dir + 2, mf, sizeof(dir) - 2);
|
/src/sys/external/isc/libsodium/dist/ |
aclocal.m4 | 374 for mf 376 # Strip MF so we end up with the name of the file. 377 mf=`echo "$mf" | sed -e 's/:.*$//'` 385 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then 386 dirpart=`AS_DIRNAME("$mf")` 392 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 394 am__include=`sed -n 's/^am__include = //p' < "$mf"` 396 am__quote=`sed -n 's/^am__quote = //p' < "$mf"` 402 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ [all...] |