Searched refs:current (Results 251 - 275 of 377) sorted by relevance

<<111213141516

/freebsd-current/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_dbg.h69 l->pid = current->pid; \
/freebsd-current/contrib/less/
H A Dmark.c137 * Beginning of the current file.
144 * End of the current file.
156 * Current position in the current file.
264 * set it to the beginning of the current file.
277 * Not in the current file; edit the correct file.
303 error("Mark not in current file", NULL_PARG);
/freebsd-current/sys/dev/drm2/
H A Ddrm_lock.c54 * Add the current task to the lock wait queue, and attempt to take to lock.
82 send_sig(SIGTERM, current, 0);
/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c429 pool->dev_name, pool->name, current->pid,
728 pool->dev_name, pool->name, current->pid, count);
1034 p->pool->dev_name, p->pool->name, current->pid,
1095 current->pid);
/freebsd-current/usr.sbin/ppp/
H A Diface.c765 struct iface *iface = arg->bundle->iface, *current; local
773 current = iface_Create(iface->name);
774 flags = iface->flags = current->flags;
775 iface_Free(current);
/freebsd-current/usr.sbin/etcupdate/tests/
H A Dpreworld_test.sh63 OLD=$WORKDIR/current
H A Dconflicts_test.sh63 NEW=$WORKDIR/current
H A Dignore_test.sh63 NEW=$WORKDIR/current
H A Dtzsetup_test.sh63 NEW=$WORKDIR/current
/freebsd-current/sys/netgraph/
H A Dng_message.h338 u_int current; member in struct:ngm_queue_state
347 { "current", &ng_parse_uint_type }, \
/freebsd-current/sys/dev/xen/balloon/
H A Dballoon.c60 /* We aim for 'current allocation' == 'target allocation'. */
82 SYSCTL_ULONG(_dev_xen_balloon, OID_AUTO, current, CTLFLAG_RD,
/freebsd-current/lib/libc/amd64/string/
H A Dmemrchr.S44 cmovnz %r11, %rax # take match in current set if any
/freebsd-current/contrib/sendmail/contrib/
H A Dbuildvirtuser49 $DOMAIN in the file are replaced by the current domain being processed.
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-assign.mk129 _:= $(VAR::=current})
130 .if ${VAR} != "current}"
H A Ddeptgt-posix.mk17 # directive '.include <file>' has been looking in the current directory first
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h95 .private = current, \
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_open.c937 * The current buffer isn't large enough, so
999 dt_provmod_t *next, *current; local
1001 for (current = *provmod; current != NULL; current = next) {
1002 next = current->dp_next;
1003 free(current->dp_name);
1004 free(current);
1369 * the macro variable definitions according to the current process.
/freebsd-current/contrib/nvi/vi/
H A Dv_txt.c125 * Save the current location.
715 * Save the current line information for restoration in
771 * no characters in the old line. Note, if using the current
1771 /* Copy the buffer's current contents up. */
1815 /* Release the current TEXT. */
1823 /* Return the new/current TEXT. */
1868 size_t cno, current, spaces, target, tabs; local
1883 * Figure out the current and target screen columns. In the historic
1890 for (current = cno = 0; cno < tp->cno; ++cno)
1891 current
[all...]
/freebsd-current/crypto/openssh/
H A Dsshconnect2.c2295 static Authmethod *current = NULL; variable
2320 current = NULL;
2321 } else if (current != NULL && authmethod_is_enabled(current))
2322 return current;
2327 current = NULL;
2333 if ((current = authmethod_lookup(name)) != NULL &&
2334 authmethod_is_enabled(current)) {
2338 return current;
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dhuf_decompress.c154 U32 const current = nextRankStart; local
156 rankVal[n] = current;
602 U32 current = nextRankStart; local
604 rankStart[w] = current;
627 U32 current = nextRankVal; local
629 rankVal0[w] = current;
/freebsd-current/contrib/libedit/
H A Dsearch.c64 ((el)->el_map.current == (el)->el_map.alt)))
254 switch (el->el_map.current[(unsigned char) ch]) {
/freebsd-current/contrib/nvi/common/
H A Dline.c606 scr_update(SCR *sp, recno_t lno, lnop_t op, int current) argument
620 return (current ? vs_change(sp, lno, op) : 0);
/freebsd-current/share/mk/
H A Dbsd.confs.mk80 # Determine the directory for the current file. Default to the parent group
H A Dbsd.files.mk75 # Determine the directory for the current file. Default to the parent group
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_umem_odp.c247 struct mm_struct *mm = get_task_mm(current);
254 our_pid = get_pid(task_pid_group_leader(current));
289 * notification before the "current" task (and MM) is

Completed in 293 milliseconds

<<111213141516