HomeSort by: relevance | last modified time | path
    Searched defs:mf (Results 1 - 13 of 13) sorted by relevancy

  /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/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/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/sys/dev/i2o/
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...]
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);
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...]
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...]
  /src/common/lib/libprop/
prop_intern.c 993 struct _prop_intern_mapped_file *mf; local in function:_prop_intern_map_file
998 mf = _PROP_MALLOC(sizeof(*mf), M_TEMP);
999 if (mf == NULL) {
1005 _PROP_FREE(mf, M_TEMP);
1011 _PROP_FREE(mf, M_TEMP);
1014 mf->pimf_mapsize = ((size_t)sb.st_size + pgmask) & ~pgmask;
1015 if (mf->pimf_mapsize < (size_t)sb.st_size) {
1017 _PROP_FREE(mf, M_TEMP);
1028 mf->pimf_data = mmap(NULL, need_guard ? mf->pimf_mapsize + pgsiz
1078 struct _prop_intern_mapped_file *mf; local in function:_prop_object_internalize_from_file
    [all...]
  /src/usr.bin/tftp/
main.c 76 int mf; variable in typeref:typename:int
191 f = mf = -1;
  /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/games/sail/
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...]
  /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);

Completed in 17 milliseconds