Searched refs:local (Results 126 - 150 of 283) sorted by relevance

1234567891011>>

/freebsd-13-stable/usr.bin/bluetooth/btsockstat/
H A Dbtsockstat.c334 char local[24], remote[24]; local
369 bdaddrpr(&pcb.src, local, sizeof(local)),
439 char local[24], remote[24]; local
475 bdaddrpr(&pcb.src, local, sizeof(local)),
/freebsd-13-stable/contrib/bmake/mk/
H A Dldorder.mk34 # define this if we need a barrier between local and external libs
38 .-include <local.ldorder.mk>
85 # eg. in local.ldorder.mk
90 # feel free to put more suitable version in local.ldorder.mk if needed
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dexport.mk27 # These are ignored because they are local to the target.
H A Dposix1.exp16 Directory and filename parts of local variables
56 Directory and filename parts of local variables
102 Directory and filename parts of local variables
149 Directory and filename parts of local variables
H A Dvarname-make_print_var_on_error-jobs.mk17 # does not expand the node-local variables like .TARGET. This results in the
H A Dposix1.mk72 # X is one of the local variables.
74 "Directory and filename parts of local variables\n\
81 # Do all kinds of meaningless substitutions on local variables to see
/freebsd-13-stable/cddl/usr.sbin/dtrace/tests/
H A Ddtrace.test.mk16 TEST_METADATA.t_dtrace_contrib+= required_files="/usr/local/bin/ksh"
/freebsd-13-stable/sys/contrib/zlib/
H A Dadler32.c10 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
143 local uLong adler32_combine_(adler1, adler2, len2)
H A Dgzwrite.c12 local int gz_init OF((gz_statep));
13 local int gz_comp OF((gz_statep, int));
14 local int gz_zero OF((gz_statep, z_off64_t));
15 local z_size_t gz_write OF((gz_statep, voidpc, z_size_t));
20 local int gz_init(state)
76 local int gz_comp(state, flush)
148 local int gz_zero(state, len)
181 local z_size_t gz_write(state, buf, len)
H A Ddeflate.c76 local int deflateStateCheck OF((z_streamp strm));
77 local void slide_hash OF((deflate_state *s));
78 local void fill_window OF((deflate_state *s));
79 local block_state deflate_stored OF((deflate_state *s, int flush));
80 local block_state deflate_fast OF((deflate_state *s, int flush));
82 local block_state deflate_slow OF((deflate_state *s, int flush));
84 local block_state deflate_rle OF((deflate_state *s, int flush));
85 local block_state deflate_huff OF((deflate_state *s, int flush));
86 local void lm_init OF((deflate_state *s));
87 local voi
[all...]
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_dcbx_api.h152 bool local; member in struct:ecore_dcbx_operational_params
166 struct ecore_dcbx_admin_params local; member in struct:ecore_dcbx_get
/freebsd-13-stable/share/mk/
H A Dbsd.snmpmod.mk36 LOCALBASE?= /usr/local
/freebsd-13-stable/crypto/openssh/
H A Dcanohost.c64 * Returns the local/remote IP-address/hostname of socket as a string.
153 /* Returns the local/remote port for the socket. */
156 get_sock_port(int sock, int local) argument
166 if (local) {
/freebsd-13-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.S253 # MACROS: define local vars and configure stack
264 # MACRO: Configure stack frame, allocate local vars
276 #---- local variables #<-- rsp
277 StackVar X_stk ,8*(WCNT) #local context vars
298 LOCAL_SIZE = _STK_OFFS_ #size of "local" vars
324 # * all other local vars and calling parameters can be accessed
398 # call the appropriate (local) debug "function"
836 movq %rax,Wcopy+ 0+F_O(%rbp) #keep local copy for feedforward
1125 movq %r15,Wcopy +8*\_rN_+F_O(%rbp) #save local msg Wcopy
1278 #local debu
[all...]
/freebsd-13-stable/contrib/ntp/libparse/
H A Dclk_computime.c116 void *local
H A Dclk_rcc8000.c81 void *local
H A Dclk_schmid.c113 void *local
H A Dclk_wharton.c91 void *local
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dvlan_full.c751 struct sockaddr_nl local; local
772 os_memset(&local, 0, sizeof(local));
773 local.nl_family = AF_NETLINK;
774 local.nl_groups = RTMGRP_LINK;
775 if (bind(priv->s, (struct sockaddr *) &local, sizeof(local)) < 0) {
/freebsd-13-stable/sys/netinet/
H A Dtcp_timewait.c183 "Do not create compressed TCP TIME_WAIT entries for local connections");
237 bool acknow, local; local
252 local = in6_localaddr(&inp->in6p_faddr);
256 local = in_localip(inp->inp_faddr);
258 local = false;
261 local = false;
269 if (local)
291 * For !local case the tcptw will hold a reference on its inpcb
351 if (local)
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_mad.c753 struct ib_mad_local_private *local; local
823 local = kmalloc(sizeof *local, GFP_ATOMIC);
824 if (!local) {
829 local->mad_priv = NULL;
830 local->recv_mad_agent = NULL;
834 dev_err(&device->dev, "No memory for local response MAD\n");
835 kfree(local);
860 local->mad_priv = mad_priv;
861 local
2672 struct ib_mad_local_private *local; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_strings.lua28 local maxi, mini = 0x7fffffffffffffff, 0x8000000000000000
140 local max, min = 0x7fffffff, -0x80000000 -- "large" for 32 bits
162 local a = {}; for i=1,300 do a[i] = "xuxu" end
183 local a = 0
213 local t = {string.match(s, p)}
/freebsd-13-stable/contrib/bmake/mk/sys/
H A DHP-UX.mk27 LD_bpath ?=-Wl,+b/lib:/usr/lib:/usr/local/lib
44 .if exists(/usr/local/bin/gcc)
113 .if exists(/usr/local/bin/bison)
/freebsd-13-stable/sys/contrib/zlib/test/
H A Dminigzip.c139 # define local static macro
142 # define local macro
366 local char buf[BUFLEN];
434 local char buf[BUFLEN];
461 local char outfile[MAX_NAME_LEN];
499 local char buf[MAX_NAME_LEN];
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.c302 uinput_open_common(hid_device_p const p, bdaddr_p local, const uint8_t *name) argument
309 /* Take local and remote bdaddr */
310 bt_ntoa(local, phys);
341 uinput_open_mouse(hid_device_p const p, bdaddr_p local) argument
348 if ((fd = uinput_open_common(p, local, "Bluetooth Mouse")) < 0)
380 uinput_open_keyboard(hid_device_p const p, bdaddr_p local) argument
387 if ((fd = uinput_open_common(p, local, "Bluetooth Keyboard")) < 0)

Completed in 243 milliseconds

1234567891011>>