HomeSort by: relevance | last modified time | path
    Searched defs:remote (Results 1 - 15 of 15) sorted by relevancy

  /src/usr.bin/tip/
Makefile 5 # /etc/remote remote host description file
43 remote.c tip.c tipout.c value.c vars.c ${DIALSRCS}
46 # -- remote.o depends on the Makefile because of DEFBR and DEFFS
47 acutab.o remote.o: Makefile
  /src/usr.bin/netstat/
unix.c 92 u_long addr, struct sockaddr_un *sun, int remote)
97 if (addr || remote)
98 printf((remote ? " -> %.*s" : " %.*s"),
110 int remote = 0; local in function:unixdomainpr
125 remote = 1;
137 remote ? &rsun : &sun, remote);
185 int remote = 0; local in function:unixpr
194 remote = 1;
203 ki->ki_sockaddr, sun, remote);
    [all...]
  /src/tests/usr.sbin/inetd/
t_inetd.c 201 struct sockaddr_storage remote; local in function:run_tcp_client
206 tcp = create_socket("127.0.0.1", port, SOCK_STREAM, TCP, 1, &remote);
207 CHECK_ERROR(connect(tcp, (const struct sockaddr *)&remote,
208 remote.ss_len));
  /src/usr.bin/login/
common.c 173 int remote; local in function:update_db
191 remote = 1;
195 remote = 1;
198 remote = 1;
200 remote = 0;
204 if (remote)
211 if (remote)
218 if (remote)
  /src/usr.bin/rusers/
rusers.c 167 char remote[HOSTWID + 3]; /* "(" host ")" \0 */ local in function:rusers_reply
208 snprintf(remote, sizeof(remote), "(%.*s)",
211 remote[0] = '\0';
216 date, idle, remote);
  /src/sys/arch/x86/x86/
x86_tlb.c 65 * sets of TLB shootdowns. If shootdowns need to occur on remote CPUs, the
159 NULL, "tlbshoot remote", tlbstat_name[i]);
186 bool local = false, remote = false; local in function:pmap_tlbstat_count
197 remote = kcpuset_isotherset(pm->pm_kernel_cpus, cid);
200 remote |= kcpuset_isotherset(pm->pm_cpus, cid);
206 if (remote) {
314 /* Remote CPUs have been synchronously flushed. */
441 * updated, start shootdowns on remote CPUs.
462 * Shootdowns on remote CPUs are now in flight. In the meantime,
470 * Wait for the updates to be processed by remote CPUs. Poll th
    [all...]
  /src/usr.sbin/npf/npftest/libnpftest/
npf_rid_test.c 206 /* connect to an additional remote address to set the 4 tuple addr-port state */
207 struct sockaddr_in remote; local in function:test_socket
208 memset(&remote, 0, sizeof(remote));
210 remote.sin_len = sizeof(remote);
211 remote.sin_family = AF_INET;
212 rp = &remote.sin_addr.s_addr;
214 remote.sin_port = htons(REMOTE_PORT);
217 if ((error = soconnect(so, (struct sockaddr *)&remote, cur)) != 0)
    [all...]
  /src/sys/kern/
subr_kcov.c 114 struct kcov_desc *remote; member in struct:kcov_desc
116 /* Can be remote */
352 kd->remote = &kr->kd;
362 if (kd->remote == NULL)
364 (void)kcov_remote_disable(kd->remote);
365 kd->remote = NULL;
374 if (kd->remote != NULL)
391 if (kd->remote != NULL)
392 return kcov_remote_enable(kd->remote, mode);
412 if (kd->remote != NULL
    [all...]
  /src/lib/libc/rpc/
rpcb_clnt.c 119 * This routine adjusts the timeout used for calls to the remote rpcbind.
650 "\tCouldn't resolve remote address!\n");
660 * returns the client handle that it uses to contact the remote rpcbind.
705 struct netbuf remote; local in function:__rpcb_findaddr
753 CLNT_CONTROL(client, CLGET_SVC_ADDR, (char *)(void *)&remote);
755 ((address->buf = malloc(remote.len)) == NULL)) {
764 memcpy(address->buf, remote.buf, remote.len);
767 address->len = address->maxlen = remote.len;
775 * We also send the remote system the address we used t
    [all...]
  /src/sys/dev/ic/
icp_ioctl.h 82 u_int8_t remote; member in struct:gdt_ctrt
  /src/usr.sbin/lpr/common_source/
common.c 96 const char *RM; /* remote machine name */
97 const char *RP; /* remote printer name */
113 int remote; /* true if sending files to a remote host */ variable in typeref:typename:int
147 fatal("no remote host to connect to");
348 * as the remote machine (RM) entry (if it exists).
366 remote = 0; /* assume printer is local on failure */
379 /* get the remote host addresses (RM) */
387 "unable to resolve remote machine %s: %s",
393 remote = 1; /* assume printer is remote *
    [all...]
  /src/usr.sbin/inetd/
inetd.c 1177 struct sockaddr_storage remote, local; local in function:echo_dg
1180 rsa = (struct sockaddr *)(void *)&remote;
1182 rsize = sizeof(remote);
1264 struct sockaddr_storage remote, local; local in function:chargen_dg
1276 rsa = (struct sockaddr *)(void *)&remote;
1278 rsize = sizeof(remote);
1337 struct sockaddr_storage remote, local; local in function:machtime_dg
1341 rsa = (struct sockaddr *)(void *)&remote;
1343 rsize = sizeof(remote);
1376 struct sockaddr_storage remote, local local in function:daytime_dg
    [all...]
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c 598 remote_event_signal(&state->remote->trigger);
1003 remote_event_signal(&state->remote->trigger);
1107 remote_event_signal(&state->remote->sync_trigger);
1150 ** fetches of remote->slot_queue_recycle from overtaking the
1154 slot_queue_recycle = state->remote->slot_queue_recycle;
1155 state->remote->slot_queue[slot_queue_recycle &
1158 state->remote->slot_queue_recycle = slot_queue_recycle + 1;
1162 state->remote->slot_queue_recycle);
1166 remote_event_signal(&state->remote->recycle);
1545 " vs. remote (%d, min %d)"
1633 VCHIQ_SHARED_STATE_T *remote = state->remote; local in function:parse_rx_slots
2334 VCHIQ_SHARED_STATE_T *remote; local in function:vchiq_init_state
3514 VCHIQ_SHARED_STATE_T *remote; local in function:vchiq_release_message
    [all...]
vchiq_core.h 259 int remote_insert; /* Where to insert the next remote bulk (master) */
261 int remote_notify; /* Bulk to notify the remote client of next (mstr) */
412 VCHIQ_SHARED_STATE_T *remote; member in struct:vchiq_state_struct
434 /* Local implementation of the trigger remote event */
437 /* Local implementation of the recycle remote event */
440 /* Local implementation of the sync trigger remote event */
443 /* Local implementation of the sync release remote event */
461 ** remote->slot_queue. */
465 from remote->tx_pos. */
  /src/sys/dev/acpi/
qcompas.c 802 uint32_t remote = sc->sc_glink_remote_pid; local in function:qcpas_glink_attach
806 if (qcsmem_alloc(remote, SMEM_GLINK_NATIVE_XPRT_DESCRIPTOR, 32) != 0 ||
807 qcsmem_alloc(remote, SMEM_GLINK_NATIVE_XPRT_FIFO_0, 16384) != 0)
810 descs = qcsmem_get(remote, SMEM_GLINK_NATIVE_XPRT_DESCRIPTOR, &size);
819 sc->sc_tx_fifo = qcsmem_get(remote, SMEM_GLINK_NATIVE_XPRT_FIFO_0,
823 sc->sc_rx_fifo = qcsmem_get(remote, SMEM_GLINK_NATIVE_XPRT_FIFO_1,

Completed in 22 milliseconds