Searched refs:value (Results 1 - 25 of 4460) sorted by last modified time

1234567891011>>

/freebsd-current/usr.bin/diff/
H A Ddiffreg.c104 * ``value''). In particular, this collects the equivalence classes in
105 * file1 together. Subroutine equiv replaces the value of each line in
153 int value; member in struct:line
563 p[++j].value = h;
578 file[0][pref + 1].value == file[1][pref + 1].value;
582 file[0][len[0] - suff].value == file[1][len[1] - suff].value;
600 if (a[i].value < b[j].value)
[all...]
/freebsd-current/sys/netinet/tcp_stacks/
H A Drack.c356 static int32_t rack_gp_decrease_per = 80; /* Beta value of timely decrease (.8) = 80 */
363 static int32_t rack_timely_dec_clear = 6; /* Do we clear decrement count at a value (6)? */
445 #define RACK_TCPT_RANGESET(tv, value, tvmin, tvmax, slop) do { \
446 (tv) = (value) + slop; \
1143 "If set we apply this value to the absolute rate cap used by pacing");
1257 "Rack timely Beta value 80 = .8 (scaled by 100)");
1356 "Since we do early recovery, do we override the l_abc to a value, if so what?");
2505 /* Averaging is done, we can return the value */
2601 * Types of logs (mod value)
3615 * value (usuall
[all...]
/freebsd-current/usr.sbin/ctladm/
H A Dctladm.c449 char *name, *value; local
454 warnx("%s: option -O takes \"name=value\""
459 value = strsep(&tmpstr, "=");
460 if (value == NULL) {
461 warnx("%s: option -O takes \"name=value\""
468 nvlist_add_string(option_list, name, value);
1351 warnx("%s: page control value %d is out of range: 0-3",
2424 char *name, *value; local
2429 warnx("%s: option -o takes \"name=value\""
2434 value
2581 char *name, *value; local
2684 char *name, *value; local
3209 char *value; member in struct:cctl_lun_nv
[all...]
/freebsd-current/usr.sbin/bhyve/
H A Dbhyverun.c123 * 1. It accepts null key=value tokens ",," as setting "cpus" to an
169 parse_int_value(const char *key, const char *value, int minval, int maxval) argument
175 lval = strtol(value, &cp, 0);
176 if (errno != 0 || *cp != '\0' || cp == value || lval < minval ||
178 errx(4, "Invalid value for %s: '%s'", key, value);
192 const char *value; local
196 value = get_config_value("cpus");
197 if (value != NULL) {
198 guest_ncpus = parse_int_value("cpus", value,
242 const char *value; local
327 const char *value; local
586 const char *value; local
662 const char *value, *vmname; local
[all...]
/freebsd-current/tools/build/options/
H A Dmakeman379 The following options accept a single value from a list of valid values.
/freebsd-current/sys/sys/
H A Dlinker.h58 caddr_t value; member in struct:linker_symval
97 int loadcnt; /* load counter value */
155 * predicate function while the function returns 0. Returns the value
196 int linker_ddb_search_symbol_name(caddr_t value, char *buf, u_int buflen,
202 int linker_search_symbol_name_flags(caddr_t value, char *buf, u_int buflen,
204 int linker_search_symbol_name(caddr_t value, char *buf, u_int buflen,
/freebsd-current/sys/kern/
H A Dvfs_mount.c203 if (opt->value != NULL)
204 free(opt->value, M_MOUNT);
345 opt->value = NULL;
371 opt->value = malloc(optlen, M_MOUNT, M_WAITOK);
373 bcopy(auio->uio_iov[i + 1].iov_base, opt->value,
377 opt->value, optlen);
408 new->value = malloc(opt->len, M_MOUNT, M_WAITOK);
409 bcopy(opt->value, new->value, opt->len);
411 new->value
2557 vfs_getopt_size(struct vfsoptlist *opts, const char *name, off_t *value) argument
2663 vfs_setopt(struct vfsoptlist *opts, const char *name, void *value, int len) argument
2684 vfs_setopt_part(struct vfsoptlist *opts, const char *name, void *value, int len) argument
2706 vfs_setopts(struct vfsoptlist *opts, const char *name, const char *value) argument
[all...]
H A Dkern_linker.c540 * value. Preserve this so that apps like sysinstall
912 * value. In this case we can simply return the linker_file_t.
925 if (symval.value == 0)
934 ".value=%p\n", symval.value));
935 return (symval.value);
944 " deps value=%p\n", address));
960 " old common value=%p\n", cp->address));
978 " value=%p\n", cp->address));
1009 linker_debug_search_symbol(caddr_t value, c_linker_sym_ argument
1052 linker_debug_search_symbol_name(caddr_t value, char *buf, u_int buflen, long *offset) argument
1088 linker_ddb_search_symbol(caddr_t value, c_linker_sym_t *sym, long *diffp) argument
1102 linker_ddb_search_symbol_name(caddr_t value, char *buf, u_int buflen, long *offset) argument
1114 linker_search_symbol_name_flags(caddr_t value, char *buf, u_int buflen, long *offset, int flags) argument
1135 linker_search_symbol_name(caddr_t value, char *buf, u_int buflen, long *offset) argument
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspa.c132 ZTI_MODE_FIXED, /* value is # of threads (min 1) */
237 * A non-zero value for zfs_max_missing_tvds means that we allow importing
912 * If the bootfs property value is dsobj, clear it.
1057 uint_t value = ztip->zti_value; local
1064 ASSERT3U(value, >, 0);
1085 value = (zio_taskq_batch_pct + count / 2) / count;
1086 value = MIN(value, 100);
1124 value = (zio_taskq_batch_pct + count / 2) / count;
1135 zio_type_name[t], zio_taskq_types[q], mode, value);
2420 load_nvlist(spa_t *spa, uint64_t obj, nvlist_t **value) argument
8696 spa_vdev_set_common(spa_t *spa, uint64_t guid, const char *value, boolean_t ispath) argument
[all...]
/freebsd-current/sys/arm64/arm64/
H A Didentcpu.c302 uint64_t value; member in struct:mrs_field_value
308 .value = (_value), \
1899 uint64_t value; local
1923 value = 0;
1928 value = CPU_DESC_FIELD(user_cpu_desc, i);
1930 value = CPU_DESC_FIELD(l_user_cpu_desc, i);
1938 value = READ_SPECIALREG(midr_el1);
1941 value = READ_SPECIALREG(mpidr_el1);
1944 value = READ_SPECIALREG(revidr_el1);
1963 frame->tf_x[reg] = value;
2028 uint64_t value; local
2084 update_special_reg_field(uint64_t user_reg, u_int type, uint64_t value, u_int shift, bool sign) argument
2108 uint64_t l_user_reg, user_reg, kern_reg, value; local
[all...]
/freebsd-current/share/mk/
H A Dsrc.opts.mk15 # Makefiles must include bsd.mkopt.mk before they test the value of any MK_FOO
284 # Default the rest of the LLVM_TARGETs to the value of MK_LLVM_TARGET_ALL.
493 # MK_* options whose default value depends on another option.
/freebsd-current/libexec/rtld-elf/
H A Drtld.c507 * The return value is the main program's entry point.
1061 * architecture, the value which we need to return back to the
1063 * address. The value returned from reloc_jmpslot() is the value
2025 * symbol as having the value zero.
2092 * Check of hdr.dirlistlen value against type limit
4024 * The value required by the caller is derived from the value
4025 * of the symbol. this is simply the relocated value of the
4539 * Set a pointer variable in the main program to the given value
4544 set_program_var(const char *name, const void *value) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp289 // Look for the CPU variant line, whose value is a 1 digit hexadecimal
295 // Look for the CPU part line, whose value is a 3 digit hexadecimal
538 static bool getX86CpuIDAndInfo(unsigned value, unsigned *rEAX, unsigned *rEBX, argument
548 : "a"(value));
555 : "a"(value));
563 __cpuid(registers, value);
613 static bool getX86CpuIDAndInfoEx(unsigned value, unsigned subleaf, argument
624 : "a"(value), "c"(subleaf));
631 : "a"(value), "c"(subleaf));
638 __cpuidex(registers, value, sublea
[all...]
/freebsd-current/contrib/bsddialog/utility/
H A Dutil_builders.c149 int output, min, max, value; local
160 value = (int)strtol(argv[2], NULL, 10);
161 value = value < min ? min : value;
162 value = value > max ? max : value;
164 value = min;
166 output = bsddialog_rangebox(conf, text, rows, cols, min, max, &value);
[all...]
H A Dutil_theme.c67 void *value; member in struct:property
72 unsigned int value; member in struct:namevalue
191 fprintf(fp, " %c\n", *((char*)p[i].value));
194 fprintf(fp, " %d\n", *((int*)p[i].value));
197 fprintf(fp, " %u\n", *((unsigned int*)p[i].value));
201 *((bool*)p[i].value) ? "true" : "false");
204 bsddialog_color_attrs(*(int*)p[i].value, &fg, &bg,
208 if (flags & attr[j].value)
224 char charvalue, *value; local
245 value
[all...]
H A Dbsddialog.c43 #define EXITCODE(retval) (exitcodes[retval + 1].value)
51 int value; member in struct:exitcode
73 exitcodes[lib_retval + 1].value = exitcode;
133 int value; local
140 value = (int)strtol(envvalue, NULL, 10);
141 exitcodes[i].value = value;
144 exitcodes[BSDDIALOG_ITEM_HELP + 1].value = value;
/freebsd-current/contrib/bsddialog/lib/
H A Dtimebox.c40 unsigned int value; member in struct:clock
45 drawsquare(struct bsddialog_conf *conf, WINDOW *win, unsigned int value, argument
58 mvwprintw(win, 1, 1, "%02u", value);
118 c[i].value = MIN(c[i].value, c[i].max);
127 drawsquare(conf, c[i].win, c[i].value, sel == i);
186 c[sel].value = c[sel].value > 0 ?
187 c[sel].value - 1 : c[sel].max;
196 c[sel].value
[all...]
H A Dlib_util.h92 int value[MAXBUTTONS]; member in struct:buttons
94 #define BUTTONVALUE(bs) bs.value[bs.curr]
H A Dlib_util.c313 d->bs.value[d->bs.nbuttons] = BSDDIALOG_LEFT1;
319 d->bs.value[d->bs.nbuttons] = BSDDIALOG_LEFT2;
325 d->bs.value[d->bs.nbuttons] = BSDDIALOG_LEFT3;
332 d->bs.value[d->bs.nbuttons] = BSDDIALOG_OK;
339 d->bs.value[d->bs.nbuttons] = BSDDIALOG_EXTRA;
346 d->bs.value[d->bs.nbuttons] = BSDDIALOG_CANCEL;
355 d->bs.value[d->bs.nbuttons] = BSDDIALOG_HELP;
361 d->bs.value[d->bs.nbuttons] = BSDDIALOG_RIGHT1;
367 d->bs.value[d->bs.nbuttons] = BSDDIALOG_RIGHT2;
373 d->bs.value[
[all...]
H A Dformbox.c60 wchar_t *privwbuf; /* formitem.value */
365 items[i].value = (char*)wcsdup(f->pritems[i].privwbuf);
367 items[i].value = alloc_wstomb(f->pritems[i].privwbuf);
369 if (items[i].value == NULL)
371 "Cannot allocate memory for item[%d].value", i);
H A Ddatebox.c84 int *value; member in struct:dateitem
231 const char *fmt, int value, bool focus)
248 mvwprintw(win, 1, 1, fmt, m[value - 1]);
250 mvwprintw(win, 1, 1, fmt, value);
635 *di[i].value, sel == i);
230 drawsquare(struct bsddialog_conf *conf, WINDOW *win, enum elevation elev, const char *fmt, int value, bool focus) argument
H A Dbsddialog.h171 char *value; member in struct:bsddialog_formitem
244 int cols, int min, int max, int *value);
H A Dbarbox.c467 int cols, int min, int max, int *value)
475 CHECK_PTR(value);
478 if (*value < min)
479 RETURN_FMTERROR("value (%d) < min (%d)", *value, min);
480 if (*value > max)
481 RETURN_FMTERROR("value (%d) > max (%d)", *value, max);
483 currvalue = *value;
589 *value
466 bsddialog_rangebox(struct bsddialog_conf *conf, const char *text, int rows, int cols, int min, int max, int *value) argument
[all...]
/freebsd-current/sys/vm/
H A Dswap_pager.c192 u_long value = *(u_long *)arg1; local
194 newval = ((uint64_t)value) << PAGE_SHIFT;
604 * our pageout I/O. The value 4 works well for one or two active swap
606 * a higher value would probably generate only a limited improvement
609 * at least 2 per swap devices, and 4 is a pretty good value if you
/freebsd-current/sys/dev/nvmf/host/
H A Dnvmf.c72 uint64_t *value)
91 *value = le64toh(rsp->value.u64);
93 *value = le32toh(rsp->value.u32.low);
99 uint64_t value)
104 if (!nvmf_cmd_set_property(sc, offset, size, value, nvmf_complete, &status,
71 nvmf_read_property(struct nvmf_softc *sc, uint32_t offset, uint8_t size, uint64_t *value) argument
98 nvmf_write_property(struct nvmf_softc *sc, uint32_t offset, uint8_t size, uint64_t value) argument

Completed in 245 milliseconds

1234567891011>>