Home
last modified time | relevance | path

Searched refs:attached (Results 1 – 25 of 123) sorted by relevance

12345

/dragonfly/sys/dev/raid/hpt27xx/
HDlist.h125 #define get_first_item(attached, type, member) \ argument
126 ((type *)((char *)((attached)->next)-(HPT_UPTR)(&((type *)0)->member)))
/dragonfly/sys/dev/raid/hptrr/
HDlist.h127 #define get_first_item(attached, type, member) \ argument
128 ((type *)((char *)((attached)->next)-(HPT_UPTR)(&((type *)0)->member)))
/dragonfly/sys/kern/
HDdevice_if.m75 # not assume that it will be the same driver which is attached to the
80 # returned, the driver can assume that it will be the one attached.
83 # the existence of devices attached to the bus and add them as
85 # the child devices will be automatically probed and attached.
HDbus_if.m137 # Allocate a system resource attached to `dev' on behalf of `child'.
281 # Is the hardware described by _child still attached to the system?
/dragonfly/contrib/gcc-4.7/gcc/
HDreg-notes.def97 /* REG_BR_PROB is attached to JUMP_INSNs and CALL_INSNs. It has an
107 /* REG_BR_PRED is attached to JUMP_INSNs and CALL_INSNSs. It contains
114 for DWARF to interpret what they imply. The attached rtx is used
120 a SET, and the destination must be the CFA register. The attached
130 from which the CFA is computed. The attached rtx defines a new CFA
155 or the like. Either the attached rtx, or the destination of the insn's
/dragonfly/sys/dev/drm/i915/
HDi915_gem_userptr.c62 bool attached; member
99 if (mo->attached) in add_object()
103 mo->attached = true; in add_object()
108 if (!mo->attached) in del_object()
112 mo->attached = false; in del_object()
/dragonfly/contrib/gcc-8.0/gcc/
HDreg-notes.def102 /* REG_BR_PROB is attached to JUMP_INSNs. It has an
113 /* REG_BR_PRED is attached to JUMP_INSNs. It contains
120 for DWARF to interpret what they imply. The attached rtx is used
126 a SET, and the destination must be the CFA register. The attached
136 from which the CFA is computed. The attached rtx defines a new CFA
166 or the like. Either the attached rtx, or the destination of the insn's
/dragonfly/tools/regression/bin/sh/invocation/
HDsh-ca1.02 # Test that attached options after c are processed
HDsh-ac1.02 # Test that attached options before c are processed
HDsh-fca1.02 # Test that attached options before and after c are processed
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDctrl_iface_named_pipe.c66 int attached; member
293 dst->attached = 1; in wpa_supplicant_ctrl_iface_rx()
298 dst->attached = 0; in wpa_supplicant_ctrl_iface_rx()
503 if (dst->attached && level >= dst->debug_level) { in wpa_supplicant_ctrl_iface_send()
/dragonfly/contrib/wpa_supplicant/src/fst/
HDfst_ctrl_aux.h57 Boolean attached; member
HDfst_ctrl_iface.c117 is->attached ? FST_CEI_PNAME_ATTACHED : in fst_ctrl_iface_notify()
695 Boolean attached) in fst_ctrl_iface_on_iface_state_changed() argument
700 extra.iface_state.attached = attached; in fst_ctrl_iface_on_iface_state_changed()
/dragonfly/sys/bus/u4b/net/
HDusb_ethernet.c523 static int attached = 0; in uether_modevent() local
527 if (attached) in uether_modevent()
532 attached = 1; in uether_modevent()
/dragonfly/sys/dev/disk/dm/doc/
HDTODO17 * Implement multipath target for network attached storage devices.
/dragonfly/contrib/ee/
HDChanges33 - source directory now has version number attached to directory name
/dragonfly/usr.bin/tip/
HDTODO35 are attached to a device so that several different devices
/dragonfly/share/examples/drivers/
HDREADME15 so that you may have several of your 'foobar' devices probed and attached
/dragonfly/tools/tools/net80211/w00t/
HDREADME29 interface attached to a normal LAN. Multiple instances of the
/dragonfly/share/i18n/csmapper/KOI/
DKOI8-R%UCS.src36 # attached.
DUCS%KOI8-R.src37 # attached.
DGOST19768-74%UCS.src36 # attached.
DUCS%GOST19768-74.src36 # attached.
/dragonfly/share/i18n/csmapper/ISO-8859/
DUCS%ISO-8859-6.src36 # attached.
DISO-8859-6%UCS.src36 # attached.

12345