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

  /src/common/lib/libc/stdlib/
_strtoi.h 71 __TYPE im; local in function:_FUNCNAME
107 im = __WRAPPED(nptr, endptr, base);
109 im = __WRAPPED_L(nptr, endptr, base, loc);
123 if (im < lo) {
129 if (im > hi) {
139 return im;
  /src/tests/include/
t_inttypes.c 52 intmax_t im = 0; local in function:ATF_TC_BODY
86 PRINT(PRIdMAX, im);
101 PRINT(PRIiMAX, im);
177 SCAN(SCNdMAX, im);
192 SCAN(SCNiMAX, im);
  /src/sbin/disklabel/
interact.c 474 intmax_t im; local in function:cmd_part
532 if ((im = getnum(lp, line, 0)) == -1 || im < 0) {
535 } else if (im > 0xffffffffLL ||
536 (uint32_t)im > lp->d_secperunit) {
540 p->p_offset = (uint32_t)im;
552 if ((im = getnum(lp, line, lp->d_secperunit - p->p_offset))
556 } else if (im > 0xffffffffLL ||
557 (im + p->p_offset) > lp->d_secperunit) {
561 p->p_size = im;
    [all...]
  /src/sys/dev/i2o/
iopsp.c 351 struct iop_msg *im; local in function:iopsp_rescan
358 im = iop_msg_alloc(iop, IM_WAIT);
363 mf.msgtctx = im->im_tctx;
365 rv = iop_msg_post(iop, im, &mf, 5*60*1000);
366 iop_msg_free(iop, im);
388 struct iop_msg *im; local in function:iopsp_scsipi_request
431 im = iop_msg_alloc(iop, IM_POLL_INTR |
433 im->im_dvcontext = xs;
439 mf->msgtctx = im->im_tctx;
460 error = iop_msg_map_bio(iop, im, mb, xs->data
505 struct iop_msg *im; local in function:iopsp_scsi_abort
    [all...]
dpti.c 453 struct iop_msg *im; local in function:dpti_passthrough
461 im = NULL;
676 im = iop_msg_alloc(iop, IM_WAIT | IM_NOSTATUS);
677 im->im_rb = (struct i2o_reply *)rbtmp;
680 mf->msgtctx = im->im_tctx;
689 rv = iop_msg_map(iop, im, mbtmp, bufs[i].db_ptr,
702 if ((rv = iop_msg_post(iop, im, mbtmp, 5*60*1000)) != 0)
717 if (im != NULL) {
719 iop_msg_unmap(iop, im);
720 iop_msg_free(iop, im);
    [all...]
ld_iop.c 346 struct iop_msg *im; local in function:ld_iop_start
357 im = iop_msg_alloc(iop, 0);
358 im->im_dvcontext = bp;
386 mf->msgtctx = im->im_tctx;
393 rv = iop_msg_map_bio(iop, im, mb, bp->b_data, bp->b_bcount, write);
396 iop_msg_unmap(iop, im);
397 iop_msg_free(iop, im);
406 struct iop_msg *im; local in function:ld_iop_dump
418 im = iop_msg_alloc(iop, IM_POLL);
424 mf->msgtctx = im->im_tctx
444 struct iop_msg *im; local in function:ld_iop_flush
    [all...]
iop.c 286 struct iop_msg *im; local in function:iop_init
395 im = malloc(sizeof(*im) * sc->sc_maxib, M_DEVBUF, M_WAITOK|M_ZERO);
397 sc->sc_ims = im;
400 for (i = 0; i < sc->sc_maxib; i++, im++) {
404 &im->im_xfer[0].ix_map);
410 im->im_tctx = i;
411 SLIST_INSERT_HEAD(&sc->sc_im_freelist, im, im_chain);
412 cv_init(&im->im_cv, "iopmsg");
647 struct iop_msg *im; local in function:iop_reconfigure
1070 struct iop_msg *im; local in function:iop_hrt_get0
1129 struct iop_msg *im; local in function:iop_lct_get0
1201 struct iop_msg *im; local in function:iop_sys_enable
1238 struct iop_msg *im; local in function:iop_field_get_all
1295 struct iop_msg *im; local in function:iop_field_set
1338 struct iop_msg *im; local in function:iop_table_clear
1379 struct iop_msg *im; local in function:iop_table_add_row
1425 struct iop_msg *im; local in function:iop_simple_cmd
1449 struct iop_msg *im; local in function:iop_systab_set
1612 struct iop_msg *im; local in function:iop_handle_reply
1800 struct iop_msg *im; local in function:iop_msg_alloc
2377 struct iop_msg *im; local in function:iop_util_claim
2402 struct iop_msg *im; local in function:iop_util_abort
2557 struct iop_msg *im; local in function:iop_passthrough
    [all...]
  /src/sys/dev/marvell/
mvpex.c 201 uint32_t ic, im; local in function:mvpex_intr
206 im = bus_space_read_4(sc->sc_iot, sc->sc_ioh, MVPEX_IM);
207 ic &= im;
  /src/sys/arch/arm/marvell/
mvsocgpp.c 304 uint32_t im, ilm, mask; local in function:gpio_pic_establish_irq
326 im = MVSOCGPP_READ(sc, MVSOCGPP_GPIOIM(pin));
331 im |= mask;
339 im &= ~mask;
345 MVSOCGPP_WRITE(sc, MVSOCGPP_GPIOIM(pin), im);
  /src/sys/arch/hppa/hppa/
autoconf.c 777 int im, ba; local in function:hppa_pdc_snake_scan
780 for (im = 0; im < 16; im++) {
783 path.dp_mod = im;
795 path.dp_bc[4] = im;
812 int im; local in function:hppa_pdc_system_map_scan
814 for (im = 0; im < HPPA_SYSTEMMAPMODULES; im++)
    [all...]
  /src/sys/dev/sbus/
mgx.c 1241 uint8_t im, ma, px; local in function:mgx_do_cursor
1245 copyin(&cur->image[i], &im, 1);
1251 px |= (im & 1) ? 0 : 0x40;
1253 im >>= 1;
1263 px |= (im & 1) ? 0 : 0x40;
1265 im >>= 1;
p9100.c 1619 uint32_t bit, bbit, im, ma; local in function:p9100_loadcursor
1639 im = image[i];
1645 if (im & bit)
1656 if (im & bit)
  /src/sys/netinet6/
ip6_mroute.c 1145 struct mrt6msg *im; local in function:ip6_mforward
1176 im = NULL;
1185 im = mtod(mm, struct mrt6msg *);
1186 im->im6_msgtype = MRT6MSG_NOCACHE;
1187 im->im6_mbz = 0;
1213 im->im6_mif = mifi;
1405 struct mrt6msg *im; local in function:ip6_mdq
1415 im = NULL;
1423 im = mtod(mm, struct mrt6msg *);
1424 im->im6_msgtype = MRT6MSG_WRONGMIF
    [all...]
  /src/sys/netinet/
ip_mroute.c 1407 struct igmpmsg *im; local in function:ip_mforward_real
1439 im = mtod(mm, struct igmpmsg *);
1440 im->im_msgtype = IGMPMSG_NOCACHE;
1441 im->im_mbz = 0;
1442 im->im_vif = vifi;
1644 struct igmpmsg *im; local in function:ip_mdq
1655 im = mtod(mm, struct igmpmsg *);
1656 im->im_msgtype = IGMPMSG_WRONGVIF;
1657 im->im_mbz = 0;
1658 im->im_vif = vifi
2817 struct igmpmsg *im; local in function:pim_register_send_upcall
    [all...]
  /src/sys/dev/hdaudio/
hdafg.c 1592 int i, im = -1; local in function:hdafg_assoc_trace_dac
1647 im = i;
1656 w->w_selconn = im;

Completed in 95 milliseconds