Searched refs:cli (Results 26 - 50 of 61) sorted by relevance

123

/freebsd-11-stable/sys/i386/acpica/
H A Dacpi_wakecode.S56 cli /* make sure no interrupts */
/freebsd-11-stable/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_asm.S58 cli; \
348 cli
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-parse.c225 || parse->cmd->cli.cmd != NULL)
H A Dmi-main.c132 /* FIXME: Should call a libgdb function, not a cli wrapper */
139 /* FIXME: Should call a libgdb function, not a cli wrapper */
146 /* FIXME: Should call a libgdb function, not a cli wrapper */
153 /* FIXME: Should call a libgdb function, not a cli wrapper */
160 /* FIXME: Should call a libgdb function, not a cli wrapper */
167 /* FIXME: Should call a libgdb function, not a cli wrapper */
174 /* FIXME: Should call a libgdb function, not a cli wrapper */
204 /* FIXME: Should call a libgdb function, not a cli wrapper */
1283 else if (parse->cmd->cli.cmd != 0)
1286 /* The operation is still implemented by a cli comman
[all...]
/freebsd-11-stable/sys/i386/i386/
H A Dmpboot.s143 cli
H A Dexception.s390 cli
/freebsd-11-stable/sys/amd64/acpica/
H A Dacpi_wakecode.S63 cli /* make sure no interrupts */
/freebsd-11-stable/stand/i386/pxeldr/
H A Dpxeldr.S149 cli # turn off interrupts
240 seta20: cli # Disable interrupts
/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius_client.c1558 struct radius_client_data *cli)
1564 if (cli) {
1565 for (msg = cli->msgs; msg; msg = msg->next) {
1607 struct radius_client_data *cli)
1613 if (cli) {
1614 for (msg = cli->msgs; msg; msg = msg->next) {
1556 radius_client_dump_auth_server(char *buf, size_t buflen, struct hostapd_radius_server *serv, struct radius_client_data *cli) argument
1605 radius_client_dump_acct_server(char *buf, size_t buflen, struct hostapd_radius_server *serv, struct radius_client_data *cli) argument
/freebsd-11-stable/sys/cddl/dev/dtrace/i386/
H A Ddtrace_asm.S343 cli
/freebsd-11-stable/sys/compat/ndis/
H A Dwinx32_wrap.S380 cli
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s85 cli ; no distraction wanted !
/freebsd-11-stable/stand/pc98/btx/btxldr/
H A Dbtxldr.S68 cli
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmx_support.S328 cli /* disable interrupts */
/freebsd-11-stable/stand/i386/gptboot/
H A Dgptldr.S122 seta20: cli # Disable interrupts
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/
H A DMakefile13 SRCS= base64.c bitfield.c blacklist.c bss.c cli.c common.c \
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd_lock.c2193 CLIENT *cli; local
2202 cli = get_client(fl->addr,
2204 if (cli == NULL) {
2231 success = clnt_call(cli, NLM4_GRANTED_MSG,
2235 success = clnt_call(cli, NLM4_GRANTED,
2254 success = clnt_call(cli, NLM_GRANTED_MSG,
2258 success = clnt_call(cli, NLM_GRANTED,
/freebsd-11-stable/stand/lua/
H A Dmenu.lua32 local cli = require("cli")
503 function cli.menu()
/freebsd-11-stable/contrib/netbsd-tests/net/ndp/
H A Dt_ra.sh112 local cli=$1
120 export RUMP_SERVER=$cli
/freebsd-11-stable/stand/i386/boot2/
H A Dboot1.S205 seta20: cli # Disable interrupts
300 cli # Disable interrupts
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dmain.c55 #include <cli-out.h>
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dboot.s111 cli
/freebsd-11-stable/stand/i386/libi386/
H A Drelocater_tramp.S64 cli
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p.c447 struct p2p_client_info *cli)
451 cli->dev_name, cli->dev_name_len);
452 dev->info.dev_capab = cli->dev_capab;
453 dev->info.config_methods = cli->config_methods;
454 os_memcpy(dev->info.pri_dev_type, cli->pri_dev_type, 8);
455 dev->info.wps_sec_dev_type_list_len = 8 * cli->num_sec_dev_types;
456 os_memcpy(dev->info.wps_sec_dev_type_list, cli->sec_dev_types,
489 struct p2p_client_info *cli = &info.client[c]; local
490 if (os_memcmp(cli
446 p2p_copy_client_info(struct p2p_device *dev, struct p2p_client_info *cli) argument
[all...]
/freebsd-11-stable/sys/amd64/amd64/
H A Dsupport.S795 cli
808 cli
824 cli

Completed in 362 milliseconds

123