/freebsd/usr.bin/bluetooth/bthost/ |
H A D | bthost.c | 39 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 D | ofw_if.m | 33 * @brief A set of methods to implement the Open Firmware client side interface. 40 * @brief Initialize OFW client interface 51 * @brief Return next sibling of node. 61 * @brief Return parent of node. 71 * @brief Return first child of node. 81 * @brief Return package corresponding to instance. 91 * @brief Return length of node property. 103 * @brief Read node property. 119 * @brief Get next property name. 135 * @brief Set property. [all …]
|
/freebsd/sys/powerpc/powerpc/ |
H A D | platform_if.m | 43 * @brief A set of methods required by all platform implementations. 99 * @brief Probe for whether we are on this platform, returning the standard 109 * @brief Attach this platform module. This happens before the MMU is online, 119 * @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 164 * @brief Get the CPU's timebase frequency, in ticks per second. 177 * @brief Fill the first CPU's cpuref 187 * @brief Fill the next CPU's cpuref 197 * @brief Find the boot processor [all …]
|
/freebsd/sys/arm/arm/ |
H A D | platform_if.m | 44 * @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 D | convtime.c | 124 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 D | bus_if.m | 34 * @brief A set of methods required device drivers that support 89 * @brief Print a description of a child device 108 * @brief Print a notification about an unprobed child device. 122 * @brief Read the value of a bus-specific attribute of a device 156 * @brief Write the value of a bus-specific attribute of a device 180 * @brief Notify a bus that a child was deleted 194 * @brief Notify a bus that a child was detached 208 * @brief Notify a bus that a new driver was added 224 * @brief Create a new child device 252 * @brief Rescan the bus [all …]
|
H A D | device_if.m | 32 * @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 D | mdio_if.m | 29 * @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 D | iostat-10s | 31 brief="yes" 36 brief="yes" 51 ${brief:+"-y"} \
|
H A D | iostat | 31 brief="yes" 36 brief="yes" 51 ${brief:+"-y"} \
|
H A D | iostat-1s | 31 brief="yes" 36 brief="yes" 51 ${brief:+"-y"} \
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_swp_if.m | 34 * @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 D | ibroute.c | 55 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 D | dump_fts.c | 61 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 D | xenbusb_if.m | 43 * \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 D | xenbus_if.m | 39 * \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 D | cryptodev_if.m | 42 * @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 D | dt_print.c | 605 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 D | file_test.sh | 54 file ${file_args} --brief "$testfile"
|
/freebsd/sys/xen/xenmem/ |
H A D | xenmem_if.m | 62 * @brief Request for unused physical memory regions. 80 * @brief Free physical memory regions.
|
/freebsd/tools/diag/ |
H A D | README | 8 Please make a subdir per program, and add a brief description to this file.
|
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | util.c | 77 hci_encrypt2str(int encrypt, int brief) in hci_encrypt2str() argument 91 if (brief) in hci_encrypt2str()
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-env-var-test_.cc | 89 cout << GTEST_FLAG_GET(brief); in PrintFlag()
|
/freebsd/contrib/libxo/doc/ |
H A D | options.rst | 16 --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 D | Doxyfile | 28 # 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
|