Home
last modified time | relevance | path

Searched refs:brief (Results 1 – 25 of 163) sorted by relevance

1234567

/NextBSD/contrib/ntp/lib/isc/include/isc/
HDplatform.h.in33 /*! \brief
39 /*! \brief
45 /*! \brief
51 /*! \brief
57 /*! \brief
63 /*! \brief
69 /*! \brief
75 /*! \brief
81 /*! \brief
86 /*! \brief
[all …]
/NextBSD/usr.bin/bluetooth/bthost/
HDbthost.c38 static int hostmode (char const *arg, int brief);
39 static int protomode (char const *arg, int brief);
45 int opt, brief = 0, proto = 0; in main() local
50 brief = 1; in main()
70 exit(proto? protomode(*argv, brief) : hostmode(*argv, brief)); in main()
74 hostmode(char const *arg, int brief) in hostmode() argument
95 if (brief) in hostmode()
109 protomode(char const *arg, int brief) in protomode() argument
124 if (brief) { in protomode()
/NextBSD/sys/dev/ofw/
HDofw_if.m34 * @brief A set of methods to implement the Open Firmware client side interface.
41 * @brief Initialize OFW client interface
52 * @brief Return next sibling of node.
62 * @brief Return parent of node.
72 * @brief Return first child of node.
82 * @brief Return package corresponding to instance.
92 * @brief Return length of node property.
104 * @brief Read node property.
120 * @brief Get next property name.
136 * @brief Set property.
[all …]
/NextBSD/sys/powerpc/powerpc/
HDmmu_if.m41 * @brief A set of methods required by all MMU implementations. These
131 * @brief Apply the given advice to the specified range of addresses within
150 * @brief Clear the 'modified' bit on the given physical page
161 * @brief Clear the write and modified bits in each of the given
173 * @brief Copy the address range given by the source physical map, virtual
194 * @brief Copy the source physical page to the destination physical page
215 * @brief Create a mapping between a virtual/physical address pair in the
237 * @brief Maps a sequence of resident pages belonging to the same object.
256 * @brief A faster entry point for page mapping where it is possible
274 * @brief Reverse map the given virtual address, returning the physical
[all …]
HDplatform_if.m43 * @brief A set of methods required by all platform implementations.
98 * @brief Probe for whether we are on this platform, returning the standard
108 * @brief Attach this platform module. This happens before the MMU is online,
118 * @brief Return the system's physical memory map.
138 * @brief Return the maximum address accessible in real mode
147 * @brief Get the CPU's timebase frequency, in ticks per second.
160 * @brief Fill the first CPU's cpuref
170 * @brief Fill the next CPU's cpuref
180 * @brief Find the boot processor
190 * @brief Start a CPU
[all …]
/NextBSD/contrib/ofed/management/infiniband-diags/scripts/
HDibdatacounters.in20 brief=""
37 brief=""
41 brief=-b
88 return system("'$IBPATH'/ibcheckerrs '"$ca_info"' '$gflags' '$verbose' '$brief' " lid " " port);
115 system("'$IBPATH'/ibdatacounts '"$ca_info"' '$gflags' '$verbose' '$brief' " lid " " port);
HDibcheckerrors.in20 brief=""
37 brief=""
41 brief=-b
88 if (system("'$IBPATH'/ibcheckerrs '"$ca_info"' '$gflags' '$verbose' '$brief' " lid " " port))
118 system("'$IBPATH'/ibcheckerrs '"$ca_info"' '$gflags' '$verbose' '$brief' " lid " " port))
HDibdatacounts.in35 brief=""
48 brief=""
51 brief=yes
113 if echo "$text" | awk -v mono=$bw -v brief=$brief -F '[.:]*' '
HDibcheckerrs.in68 brief=""
81 brief=""
84 brief=yes
158 if echo "$text" | awk -v mono=$bw -v brief=$brief -F '[.:]*' '
HDibchecknet.in82 if (system("'$IBPATH'/ibcheckerrs '"$ca_info"' '$gflags' '$verbose' '$brief' " lid " " port))
112 system("'$IBPATH'/ibcheckerrs '"$ca_info"' '$gflags' '$verbose' '$brief' " lid " " port))
/NextBSD/sys/kern/
HDbus_if.m35 * @brief A set of methods required device drivers that support
72 * @brief Print a description of a child device
91 * @brief Print a notification about an unprobed child device.
105 * @brief Read the value of a bus-specific attribute of a device
139 * @brief Write the value of a bus-specific attribute of a device
163 * @brief Notify a bus that a child was deleted
177 * @brief Notify a bus that a child was detached
191 * @brief Notify a bus that a new driver was added
207 * @brief Create a new child device
235 * @brief Allocate a system resource
[all …]
HDdevice_if.m33 * @brief A basic set of methods required for all device drivers.
73 * @brief Probe to see if a device matches a driver.
150 * @brief Allow a device driver to detect devices not otherwise enumerated.
180 * @brief Attach a device to a device driver
207 * @brief Detach a driver from a device.
233 * @brief Called during system shutdown.
251 * @brief This is called by the power-management subsystem when a
278 * @brief This is called when the system resumes after a suspend.
300 * @brief This is called when the driver is asked to quiesce itself.
326 * @brief This is called when the driver is asked to register handlers.
/NextBSD/sys/mips/beri/
HDfdt_ic_if.m36 * @brief A set of methods required device drivers that are interrupt
43 * @brief Allocate an interrupt resource
73 * @brief Activate an interrupt
86 * @brief Deactivate an interrupt
99 * @brief Release an interrupt
112 * @brief Install an interrupt handler
146 * @brief Uninstall an interrupt handler
166 * @brief Allow drivers to request that an interrupt be bound to a specific
182 * @brief Allow drivers to specify the trigger mode and polarity
198 * @brief Allow drivers to associate a description with an active
[all …]
/NextBSD/sys/arm/arm/
HDplatform_if.m44 * @brief A set of methods required by all platform implementations.
63 * @brief Probe for whether we are on this platform, returning the standard
72 * @brief Attach this platform module. This happens before the MMU is online,
81 * @brief Called as one of the last steps of early virtual memory
89 * @brief Called after devmap_init(), and must return the address of the
100 * @brief Called after the static device mappings are established and just
109 * @brief Called just after cninit(). This is the first of the init
/NextBSD/sys/dev/mdio/
HDmdio_if.m30 * @brief Read register from device on MDIO bus.
43 * @brief Write register to device on MDIO bus.
59 * @brief Read extended register from device on MDIO bus.
76 * @brief Write extended register to device on MDIO bus.
/NextBSD/contrib/ofed/management/infiniband-diags/src/
HDibroute.c57 static int brief; variable
105 if (brief) { in dump_mlid()
179 if (brief) in dump_multicast_tables()
242 if (brief) { in dump_lid()
442 brief++; in main()
/NextBSD/sys/xen/xenbus/
HDxenbusb_if.m44 * \brief Enumerate all devices of the given type on this bus.
64 * \brief Determine and store the XenStore path for the other end of
83 * \brief Handle a XenStore change detected in the peer tree of a child
98 * \brief Handle a XenStore change detected in the local tree of a child
HDxenbus_if.m40 * \brief Callback triggered when the state of the otherend
53 * \brief Callback triggered when the XenStore tree of the local end
/NextBSD/contrib/libstdc++/include/tr1/
Dtype_traits90 /// @brief helper classes [4.3].
104 /// @brief primary type categories [4.5.1].
198 /// @brief composite type traits [4.5.2].
257 /// @brief type properties [4.5.3].
424 /// @brief relationships between types [4.6].
519 /// @brief const-volatile modifications [4.7.1].
558 /// @brief reference modifications [4.7.2].
582 /// @brief array modifications [4.7.3].
607 /// @brief pointer modifications [4.7.4].
621 /// @brief other transformations [4.8].
Dcomplex55 /// @brief acos(__z) [8.1.2].
91 /// @brief asin(__z) [8.1.3].
127 /// @brief atan(__z) [8.1.4].
171 /// @brief acosh(__z) [8.1.5].
210 /// @brief asinh(__z) [8.1.6].
249 /// @brief atanh(__z) [8.1.7].
293 /// @brief fabs(__z) [8.1.8].
302 /// @brief Additional overloads [8.1.9].
/NextBSD/usr.sbin/bluetooth/hccontrol/
HDutil.c76 hci_encrypt2str(int encrypt, int brief) in hci_encrypt2str() argument
90 if (brief) in hci_encrypt2str()
/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_print.c551 boolean_t brief; in dt_print_member() local
575 brief = (arraymember && !CTF_IS_STRUCTLIKE(kind)); in dt_print_member()
577 if (!brief) { in dt_print_member()
632 if (!brief) in dt_print_member()
/NextBSD/contrib/llvm/lib/Target/WebAssembly/
HDWebAssemblyInstrSIMD.td11 /// \brief WebAssembly SIMD operand code-gen constructs.
/NextBSD/contrib/llvm/include/llvm/IR/
HDIntrinsicsWebAssembly.td11 /// \brief This file defines all of the WebAssembly-specific intrinsics.
/NextBSD/sys/xen/xenmem/
HDxenmem_if.m63 * @brief Request for unused physical memory regions.
81 * @brief Free physical memory regions.

1234567