Searched refs:newmax (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clnfsiod.c | 133 int iod, newmax; in sysctl_iodmax() local 135 newmax = ncl_iodmax; in sysctl_iodmax() 136 error = sysctl_handle_int(oidp, &newmax, 0, req); in sysctl_iodmax() 139 if (newmax > NFS_MAXASYNCDAEMON) in sysctl_iodmax() 142 ncl_iodmax = newmax; in sysctl_iodmax()
|
/freebsd/contrib/byacc/ |
H A D | output.c | 841 int newmax; in pack_vector() local 867 newmax = maxtable; in pack_vector() 870 newmax += 200; in pack_vector() 872 while (newmax <= loc); in pack_vector() 874 table = TREALLOC(Value_t, table, newmax); in pack_vector() 877 check = TREALLOC(Value_t, check, newmax); in pack_vector() 880 for (l = maxtable; l < newmax; ++l) in pack_vector() 885 maxtable = newmax; in pack_vector()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | tdata.c | 353 tdata_label_newmax(tdata_t *td, int newmax) in tdata_label_newmax() argument 355 (void) list_iter(td->td_labels, tdata_label_newmax_cb, &newmax); in tdata_label_newmax()
|
/freebsd/bin/ps/ |
H A D | ps.c | 1149 int newmax; in expand_list() local 1151 newmax = (inf->maxcount + 1) << 1; in expand_list() 1152 newlist = realloc(inf->l.ptr, newmax * inf->elemsize); in expand_list() 1155 xo_errx(1, "realloc to %d %ss failed", newmax, inf->lname); in expand_list() 1157 inf->maxcount = newmax; in expand_list()
|