Searched refs:work (Results 126 - 150 of 211) sorted by relevance

123456789

/freebsd-9.3-release/sys/boot/pc98/boot0.5/
H A Dboot.s85 # Step 4: Set DA/UA into BIOS work area
/freebsd-9.3-release/sys/dev/ata/chipsets/
H A Data-siliconimage.c339 /* work around errata in early chips */
562 prb = (struct ata_siiprb_command *)ch->dma.work;
732 struct ata_siiprb_command *prb = (struct ata_siiprb_command *)ch->dma.work;
775 struct ata_siiprb_command *prb = (struct ata_siiprb_command *)ch->dma.work;
821 struct ata_siiprb_command *prb = (struct ata_siiprb_command *)ch->dma.work;
/freebsd-9.3-release/tools/regression/usr.sbin/etcupdate/
H A Dfbsdid.sh32 WORKDIR=work
40 # Allow the user to specify an alternate work directory or script.
H A Dalways.sh32 WORKDIR=work
40 # Allow the user to specify an alternate work directory or script.
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_eq.c433 int work = 0; local
441 work = 1;
448 return IRQ_RETVAL(work);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_zcopy.c132 void srcavail_cancel_timeout(struct work_struct *work) argument
135 container_of(work, struct sdp_sock, srcavail_cancel_work.work);
H A Dsdp.h716 void srcavail_cancel_timeout(struct work_struct *work);
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Deq.c266 int work = 0; local
272 work |= mlx4_eq_int(dev, &priv->eq_table.eq[i]);
274 return IRQ_RETVAL(work);
/freebsd-9.3-release/sys/dev/siis/
H A Dsiis.c675 if (bus_dmamem_alloc(ch->dma.work_tag, (void **)&ch->dma.work, 0,
678 if (bus_dmamap_load(ch->dma.work_tag, ch->dma.work_map, ch->dma.work,
680 bus_dmamem_free(ch->dma.work_tag, ch->dma.work, ch->dma.work_map);
720 bus_dmamem_free(ch->dma.work_tag, ch->dma.work, ch->dma.work_map);
723 ch->dma.work = NULL;
1036 ctp = (struct siis_cmd *)(ch->dma.work + SIIS_CT_OFFSET +
1069 (ch->dma.work + SIIS_CT_OFFSET + (SIIS_CT_SIZE * slot->slot));
H A Dsiis.h274 /* Total main work area. */
334 uint8_t *work; /* workspace */ member in struct:ata_dma
335 bus_addr_t work_bus; /* bus address of work */
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe.c3395 * Setup work for hardware segmentation offload (TSO) on
3596 u32 work, processed = 0; local
3611 * In netmap mode, all the work is done in the context
3638 /* Get work starting point */
3639 work = txr->next_to_clean;
3640 buf = &txr->tx_buffers[work];
3641 txd = &txr->tx_base[work];
3642 work -= txr->num_desc; /* The distance to ring end */
3648 if (eop == NULL) /* No work */
3673 ++work;
[all...]
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Di915_irq.c298 /* Helper routine in DRM core does all the work: */
711 * i915_error_work_func - do process context error handling work
712 * @work: work struct
899 struct intel_unpin_work *work; local
907 work = intel_crtc->unpin_work;
909 if (work == NULL || work->pending || !work->enable_stall_check) {
916 obj = work
[all...]
/freebsd-9.3-release/sys/dev/ahci/
H A Dahci.h303 /* Total main work area. */
349 uint8_t *work; /* workspace */ member in struct:ata_dma
350 bus_addr_t work_bus; /* bus address of work */
/freebsd-9.3-release/contrib/bmake/mk/
H A Ddpadd.mk57 # building profiled version of a prog that needs dlopen to work
H A Dmeta.autodep.mk225 # it is left as an exercise for the reader to work out what this does
H A Ddirdeps.mk85 # triple used by compiler folk won't work (directly anyway).
205 # this is all we have to work with
/freebsd-9.3-release/contrib/top/
H A DConfigure125 the default answer will work well. To use that value, merely press
/freebsd-9.3-release/sys/compat/ndis/
H A Dsubr_ndis.c1156 * lock. This is essential for allowing serialized miniports to work
1441 * way to make these cards work reliably in systems with more
1851 * NDIS_GET_PACKET_MEDIA_SPECIFIC_INFO() macros to work
2772 * preloaded as modules instead. Both choices will work
2774 * module option will work during bootstrap. The module
3032 * to an opaque work item thingie which you get from IoAllocateWorkItem().
3042 NdisScheduleWorkItem(work)
3043 ndis_work_item *work;
3047 wqi = (work_queue_item *)work->nwi_wraprsvd;
3049 (work_item_func)work
[all...]
/freebsd-9.3-release/contrib/gdb/
H A Dltmain.sh38 # Restart under the correct shell, and then maybe $echo will work.
600 temporary object file, and libtool could not work around it because
675 temporary object file, and libtool could not work around it because
745 temporary object file, and libtool could not work around it because
2242 echo "*** Therefore, libtool will create a static module, that should work "
2246 echo "*** However, this would only work if libtool was able to extract symbol"
2835 # Did it work?
2986 echo "*** a static module, that should work as long as the dlopening"
2990 echo "*** However, this would only work if libtool was able to extract symbol"
4012 # Restart under the correct shell, and then maybe \$echo will work
[all...]
/freebsd-9.3-release/sys/dev/drm/
H A Di915_drv.h522 void i915_gem_retire_work_handler(struct work_struct *work);
/freebsd-9.3-release/etc/namedb/
H A Dnamed.conf332 // understand how DNS and BIND work. There are sometimes
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dsa_query.c522 static void update_sm_ah(struct work_struct *work) argument
525 container_of(work, struct ib_sa_port, update_task);
/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c607 unsigned HOST_WIDE_INT work;
667 work = num[i] + carry * BASE;
668 quo[i] = work / lden;
669 carry = work % lden;
696 work = (num[i] * scale) + carry;
697 num[i] = LOWPART (work);
698 carry = HIGHPART (work);
705 work = (den[i] * scale) + carry;
706 den[i] = LOWPART (work);
707 carry = HIGHPART (work);
600 unsigned HOST_WIDE_INT work; local
[all...]
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcvs_acls.in139 Correctly handle a mixture of branch restrictions within one work
434 a single work directory. Commit files can be from different
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex209 % surround any changed text. This approach does *not* work if the
759 % Old definition--didn't work.
1145 \fi % \openindices needs to do some work in any case.
1904 % this is all so @math{@code{var_name}+1} can work. In math mode, _
2096 % Also doesn't work in math. Do we need to do math with euro symbols?
2111 % does not work for cmbx10 and other extended/shrunken fonts.
2493 \errmessage{This command won't work in this context; perhaps the problem is
2593 % This is a good thing, since \splitoff doesn't work given nothing at
3084 % it will fail (although perhaps we could fix that with sufficient work
3207 % \doindex just uses \parsearg; it calls \doind for the actual work
[all...]

Completed in 350 milliseconds

123456789