Home
last modified time | relevance | path

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

1234

/freebsd/usr.bin/bluetooth/bthost/
H A Dbthost.c39 static int hostmode (char const *arg, int brief);
40 static int protomode (char const *arg, int brief);
46 int opt, brief = 0, proto = 0; in main() local
51 brief = 1; in main()
71 exit(proto? protomode(*argv, brief) : hostmode(*argv, brief)); in main()
75 hostmode(char const *arg, int brief) in hostmode() argument
96 if (brief) in hostmode()
110 protomode(char const *arg, int brief) in protomode() argument
125 if (brief) { in protomode()
/freebsd/sys/dev/ofw/
H A Dofw_if.m61 * @brief Return parent of node.
103 * @brief Read node property.
119 * @brief Get next property name.
135 * @brief Set property.
151 * @brief Canonicalize path.
189 * @brief Return path for node.
262 * @brief Close node instance.
272 * @brief Read from device.
286 * @brief Write to device.
300 * @brief Seek device.
[all …]
/freebsd/sys/powerpc/powerpc/
H A Dplatform_if.m119 * @brief Return the system's physical memory map.
140 * @brief Return the system's physical memory map.
155 * @brief Return the maximum address accessible in real mode
177 * @brief Fill the first CPU's cpuref
187 * @brief Fill the next CPU's cpuref
197 * @brief Find the boot processor
207 * @brief Start a CPU
217 * @brief Start a CPU
232 * @brief Return SMP topology
239 * @brief Reset system
[all …]
/freebsd/sys/arm/arm/
H A Dplatform_if.m44 * @brief A set of methods required by all platform implementations.
74 * @brief Probe for whether we are on this platform, returning the standard
83 * @brief Attach this platform module. This happens before the MMU is online,
92 * @brief Called as one of the last steps of early virtual memory
100 * @brief Called after devmap_init(), and must return the address of the
111 * @brief Called after the static device mappings are established and just
120 * @brief Called just after cninit(). This is the first of the init
129 * @brief Called by cpu_mp_setmaxid() to set mp_maxid and mp_ncpus.
136 * @brief Called by cpu_mp_start to start the secondary processors.
143 * @brief Called by cpu_reset to reboot.
/freebsd/contrib/sendmail/src/
H A Dconvtime.c124 pintvl(intvl, brief) in pintvl() argument
126 bool brief;
132 if (intvl == 0 && !brief)
144 if (brief)
158 if (brief)
/freebsd/sys/kern/
H A Dbus_if.m252 * @brief Rescan the bus
304 * @brief Activate a resource
323 * @brief Map a resource
345 * @brief Unmap a resource
365 * @brief Deactivate a resource
381 * @brief Adjust a resource
422 * @brief Release a resource
557 * @brief Describe a resource
581 * @brief Delete a resource.
614 * @brief Return a struct rman.
[all …]
H A Ddevice_if.m32 * @brief A basic set of methods required for all device drivers.
77 * @brief Probe to see if a device matches a driver.
160 * @brief Allow a device driver to detect devices not otherwise enumerated.
190 * @brief Attach a device to a device driver
223 * @brief Detach a driver from a device.
249 * @brief Called during system shutdown.
267 * @brief This is called by the power-management subsystem when a
294 * @brief This is called when the system resumes after a suspend.
316 * @brief This is called when the driver is asked to quiesce itself.
342 * @brief This is called when the driver is asked to register handlers.
/freebsd/sys/dev/mdio/
H A Dmdio_if.m29 * @brief Read register from device on MDIO bus.
42 * @brief Read register from device on MDIO muxed bus.
57 * @brief Write register to device on MDIO bus.
72 * @brief Write register to device on MDIO muxed bus.
90 * @brief Read extended register from device on MDIO bus.
107 * @brief Write extended register to device on MDIO bus.
/freebsd/sys/contrib/openzfs/cmd/zpool/zpool.d/
H A Diostat31 brief="yes"
36 brief="yes"
51 ${brief:+"-y"} \
H A Diostat-10s31 brief="yes"
36 brief="yes"
51 ${brief:+"-y"} \
H A Diostat-1s31 brief="yes"
36 brief="yes"
51 ${brief:+"-y"} \
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_swp_if.m34 * @brief QBMan software portal interface.
44 * @brief Enqueue multiple frames to a frame queue using one Frame Queue ID.
59 * @brief Configure the channel data availability notification (CDAN)
71 * @brief Release one or more buffer pointers to a QBMan buffer pool.
86 * @brief Query current configuration/state of the buffer pool.
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibroute.c55 static int brief, dump_all, multicast; variable
99 if (brief) { in dump_mlid()
187 if (brief) in dump_multicast_tables()
265 if (brief) { in dump_lid()
409 brief++; in process_opt()
H A Ddump_fts.c61 static int brief, dump_all, multicast; variable
74 if (brief) { in dump_mlid()
163 if (brief) in dump_multicast_tables()
243 if (brief) { in dump_lid()
407 brief++; in process_opt()
/freebsd/sys/xen/xenbus/
H A Dxenbusb_if.m43 * \brief Enumerate all devices of the given type on this bus.
63 * \brief Determine and store the XenStore path for the other end of
82 * \brief Handle a XenStore change detected in the peer tree of a child
97 * \brief Handle a XenStore change detected in the local tree of a child
H A Dxenbus_if.m39 * \brief Callback triggered when the state of the otherend
52 * \brief Callback triggered when the XenStore tree of the local end
/freebsd/sys/opencrypto/
H A Dcryptodev_if.m42 * @brief Probe to see if a crypto driver supports a session.
77 * @brief Initialize a new crypto session object
99 * @brief Destroy a crypto session object
118 * @brief Perform a crypto operation
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_print.c605 boolean_t brief; in dt_format_member() local
649 boolean_t brief; in dt_print_member() local
673 brief = (arraymember && !CTF_IS_STRUCTLIKE(kind)); in dt_print_member()
675 if (!brief) { in dt_print_member()
730 if (!brief) in dt_print_member()
/freebsd/usr.bin/file/tests/
H A Dfile_test.sh54 file ${file_args} --brief "$testfile"
/freebsd/sys/xen/xenmem/
H A Dxenmem_if.m62 * @brief Request for unused physical memory regions.
80 * @brief Free physical memory regions.
/freebsd/tools/diag/
H A DREADME8 Please make a subdir per program, and add a brief description to this file.
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dutil.c77 hci_encrypt2str(int encrypt, int brief) in hci_encrypt2str() argument
91 if (brief) in hci_encrypt2str()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-env-var-test_.cc89 cout << GTEST_FLAG_GET(brief); in PrintFlag()
/freebsd/contrib/libxo/doc/
H A Doptions.rst16 --libxo:<brief-options>
18 The *brief-options* is a series of single letter abbrevations, where
94 The brief options are simple single-letter aliases to the normal
/freebsd/contrib/ntp/sntp/libevent/
H A DDoxyfile28 # comment as the brief description. If set to NO, the JavaDoc
30 # explicit @brief command for a brief description.
42 # brief documentation of file, namespace and class members alphabetically

1234