Searched refs:reuse (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Dutil.c486 * @param reuse Whether we should reuse the file contents
497 hal_util_grep_file (const gchar *directory, const gchar *file, const gchar *linestart, gboolean reuse) argument
509 /* TODO: use reuse and _grep_can_reuse parameters to avoid loading
518 if (_grep_can_reuse && reuse && strcmp (oldfilename, filename) == 0) {
519 /* just reuse old file; e.g. bufsize, buf */
570 const gchar *linestart, guint elem, gboolean reuse)
581 if (((line = hal_util_grep_file (directory, file, linestart, reuse)) == NULL) || (strlen (line) == 0))
605 const gchar *linestart, guint elem, guint base, gboolean reuse)
613 strvalue = hal_util_grep_string_elem_from_file (directory, file, linestart, elem, reuse);
569 hal_util_grep_string_elem_from_file(const gchar *directory, const gchar *file, const gchar *linestart, guint elem, gboolean reuse) argument
604 hal_util_grep_int_elem_from_file(const gchar *directory, const gchar *file, const gchar *linestart, guint elem, guint base, gboolean reuse) argument
650 hal_util_set_string_elem_from_file(HalDevice *d, const gchar *key, const gchar *directory, const gchar *file, const gchar *linestart, guint elem, gboolean reuse) argument
690 hal_util_set_int_elem_from_file(HalDevice *d, const gchar *key, const gchar *directory, const gchar *file, const gchar *linestart, guint elem, guint base, gboolean reuse) argument
747 hal_util_set_bool_elem_from_file(HalDevice *d, const gchar *key, const gchar *directory, const gchar *file, const gchar *linestart, guint elem, const gchar *expected, gboolean reuse) argument
[all...]
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsgcc.sh50 either reuse the message numbers with new message text that
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c987 if (lim->reuse > now.tv_sec) {
990 lim->reuse = now.tv_sec + 10*60;
H A Ddefs.h649 time_t reuse; member in struct:msg_limit
/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c139 int reuse; local
388 reuse = 1; /* force unmapping of temp mapva */
399 reuse = (seg != NULL);
415 * can happen before reuse and the second compare after reuse.
429 MEMSEG_DEBUG("memseg_get: reuse seg=0x%p, pages=0x%p",
448 /* Save the original pp base in case we reuse a memseg. */
460 if (reuse) {
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s2345 ! available for reuse.
2387 ! available for reuse.
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex426 % thus we reuse \temp.
3017 % The `\else' inside the `\doifset' parameter is a trick to reuse the
5217 % And now, it's time to reuse the body of the original defun:
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.s4534 ! available for reuse.
4574 ! available for reuse.

Completed in 109 milliseconds