Searched refs:current (Results 1 - 25 of 365) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c199 struct tree_entry *current; member in struct:tree
313 * Return information about the current entry.
317 * The current full pathname, length of the full pathname, and a name
320 * current path.
334 * Request the lstat() or stat() data for the current path. Since the
681 * the current filesystem.
710 * Open the current file.
826 /* Close the current file descriptor */
842 /* Close the current file descriptor */
1389 * Return a current filesyste
[all...]
H A Darchive_write_set_format_iso9660.c289 struct extr_rec *current; member in struct:isoent::__anon27
1589 /* Add the current file into tree */
1595 * the current file is older than the file in tree.
1596 * So we don't need the current file data anymore. */
1606 * Set the current file to cur_file to read its contents.
1628 /* Save an offset of current file in temporary file. */
1845 /* Add the current file to data file list. */
2663 /* Close the current extra record or Directory Record. */
2709 rec = isoent->extr_rec_list.current;
2745 isoent->extr_rec_list.current
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c1424 ** sqlite3_exec(), then execution of the current statement stops and
1884 ** opcode causes the xFileControl method to write the current state of
1894 ** current transaction. This hint is not guaranteed to be accurate but it
1904 ** current limit. Otherwise the limit is set to the larger of the value
1905 ** of the integer pointed to and the current database size. The integer
1967 ** into the array entry, allowing the current retry settings to be
1983 ** WAL mode. If the integer is -1, then it is overwritten with the current
1993 ** mode. If the integer is -1, then it is overwritten with the current
1999 ** reason, the entire database file will be overwritten by the current
2058 ** current operatio
109056 StatSample current; /* Current row as a StatSample */ member in struct:StatAccum
155506 WindowCsrAndReg current; member in struct:WindowCodeArg
[all...]
H A Dltmain.sh404 # is ksh but when the shell is invoked as "sh" and the current value of
1985 # Libtool also displays the current mode in messages, so override
2581 # FAIL_CMD may read-access the current command in variable CMD!
3321 continue # The current "srcfile" will either be retained or
3343 # Accept the current argument as the source file.
3344 # The previous "srcfile" becomes the current argument.
4690 # Use subshell, to avoid clobbering current variable values
6064 /* empty path: current directory */
8212 func_arith $current - $age
8807 # use the current revisio
[all...]
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh404 # is ksh but when the shell is invoked as "sh" and the current value of
1985 # Libtool also displays the current mode in messages, so override
2581 # FAIL_CMD may read-access the current command in variable CMD!
3321 continue # The current "srcfile" will either be retained or
3343 # Accept the current argument as the source file.
3344 # The previous "srcfile" becomes the current argument.
4690 # Use subshell, to avoid clobbering current variable values
6064 /* empty path: current directory */
8208 func_arith $current - $age
8803 # use the current revisio
[all...]
/freebsd-11-stable/contrib/less/
H A Dsearch.c91 struct hilite_storage *current; member in struct:hilite_tree
390 anchor->current = NULL;
664 * Tree node storage: get the current block of nodes if it has spare
674 if (anchor->current)
676 if (anchor->current->used < anchor->current->capacity)
677 return anchor->current;
678 capacity = anchor->current->capacity * 2;
686 if (anchor->current)
687 anchor->current
[all...]
H A Dmark.c149 * Beginning of the current file.
156 * End of the current file.
168 * Current position in the current file.
286 * set it to the beginning of the current file.
299 * Not in the current file; edit the correct file.
327 error("Mark not in current file", NULL_PARG);
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c168 /* move current callbacks into own queue */
202 ts = current;
211 * Pin thread to current CPU so that the unlock code gets the
240 ts = current;
271 /* check if blocked on the current CPU */
280 * go anywhere while the current thread is locked.
341 * is running on. Save current values:
H A Dlinux_lock.c82 task = current;
156 linux_schedule_save_interrupt_value(current, error);
169 linux_schedule_save_interrupt_value(current, error);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h83 struct work_struct *work; /* current work struct, if set */
87 #define current ({ \ macro
103 #define set_current_state(x) set_task_state(current, x)
104 #define __set_current_state(x) __set_task_state(current, x)
151 linux_task_exiting(current)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql42 /* One big list of statements to create our (current) schema. */
351 current 'op_depth'. This state is badly named, it should be
479 of each node with the highest (most "current") op_depth. This view
485 current view.
586 The current hints describe NODES+ACTUAL_NODE as a working copy with
771 * While format 22 was current, "NOT NULL" was added to the
775 * While format 23 was current, "REFERENCES PRISTINE" was added to the
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dauthz.c80 /* Access granted to the current user. If the SEQUENCE_NUMBER member is
406 * processed of the current insertion together with the respective
508 /* Auto-insert a sub-node for the current segment. */
549 /* Skip ACLs that don't say anything about the current user
1003 apr_array_header_t *current;
1028 state->current = apr_array_make(result_pool, 4, sizeof(node_t *));
1045 /* Clear the current contents of STATE and re-initialize it for ROOT.
1047 * the current PATH walk. Return the full or remaining portion of
1074 apr_array_clear(state->current);
1075 APR_ARRAY_PUSH(state->current, node_
998 apr_array_header_t *current; member in struct:lookup_state_t
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dindex.c203 apr_size_t current; member in struct:svn_fs_fs__packed_number_stream_t
223 * name ("%s") and the current read offset (e.g. "0x%lx").
341 stream->current = 0;
390 result->current = 0;
411 if (stream->current == stream->used)
414 *value = stream->buffer[stream->current].value;
415 ++stream->current;
436 stream->current = 0;
449 stream->current = i;
460 = stream->current
[all...]
/freebsd-11-stable/contrib/ipfilter/
H A Dip_fil_compat.c140 /* 5.1.0 new release (current)
299 * 5.1.0 new release (current)
485 * 5.1.0 new release (current)
533 * 5.1.0 new release (current)
625 * 4.1.25 added nat_seqnext (current)
797 * 5.1.0 new release (current)
919 * 5.1.0 new release (current)
998 * 5.1.0 new release (current)
1121 * 5.1.0 new release (current)
1885 frentry_4_1_34_to_current(softc, old, current, siz
2775 nat_4_1_3_to_current(nat_4_1_3_t *old, nat_t *current) argument
2783 nat_4_1_14_to_current(nat_4_1_14_t *old, nat_t *current) argument
[all...]
/freebsd-11-stable/sys/dev/xen/balloon/
H A Dballoon.c63 /* We aim for 'current allocation' == 'target allocation'. */
83 SYSCTL_ULONG(_dev_xen_balloon, OID_AUTO, current, CTLFLAG_RD,
/freebsd-11-stable/usr.bin/systat/
H A Dzarc.c61 struct zfield current; member in struct:zarcrates
123 rate->current.stat = calc_rate(delta->hits.stat, delta->misses.stat); \
155 #define RATES(stat) mvwprintw(wnd, row, 31+1, "%3"PRIu64, rate.current.stat);\
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h46 __LINE__, current->pid, ##arg)
50 __LINE__, current->pid, ##arg)
54 __LINE__, current->pid, ##arg)
615 m(+1, u64 rp_clamp_tgt_rate, "rp_clamp_tgt_rate", "If set, whenever a CNP is processed, the target rate is updated to be the current rate") \
622 m(+1, u64 rp_min_dec_fac, "rp_min_dec_fac", "The minimum factor by which the current transmit rate can be changed when processing a CNP. Value is given as a percentage, [1 .. 100]") \
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c365 ucontext->tgid = get_pid(task_pid_group_leader(current));
H A Dib_user_mad.c712 current->comm);
H A Dib_cma.c747 id_priv->owner = task_pid_nr(current);
3678 id_priv->owner = task_pid_nr(current);
/freebsd-11-stable/stand/i386/cdboot/
H A Dcdboot.S572 name_len: .byte 0x0 # Length of current name
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp96 /* Calculate the identifier of the current thread */
1170 // No proc_bind clause was specified, so use the current value
1431 /* setup current data */
1659 master_tid); // TODO: get nproc directly from current task
1954 // No proc_bind clause specified; use current proc-bind-var for this
2270 /* setup current data */
2665 // The current setting won't be changed. The last valid setting will be
2974 "current entries=%d\n",
3073 __kmp_get_schedule_global(); // get current state of scheduling globals
3121 __kmp_get_schedule_global(); // get current stat
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp503 // current ABI.
2084 /// \param AggregateSize - The size of the current aggregate in
2271 const ABIArgInfo &current) const;
3912 const ABIArgInfo &current) const {
3922 return current;
6456 /// Checks if the type is unsupported directly by the current target.
8358 // Finish the current 64-bit word.
9717 // Determine the number of GPRs needed to pass the current argument
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dconfig.c41 char **current; local
64 for (current = environ; *current != NULL; current++)
68 if (strncmp(str, *current, matchlen) == 0)
71 *current = (char *) str;
136 ** deleted from the current environment.
142 ** environ -- a pointer to the current environment.
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dexpn.pl83 # $server : name of the current we are currently looking at
85 # $u = $users[0] : the current address being expanded
92 # temporarily channel all tries along current path
301 # If the new server is the current one,
410 # register the current addresses as the final ones
652 # current host ($server), the old "name" and a flag that
1197 # read the rest of the current smtp daemon's response (and toss it away)
1292 variable to reflect its current activity.

Completed in 595 milliseconds

1234567891011>>