HomeSort by: relevance | last modified time | path
    Searched refs:ndx (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/sys/compat/linux32/arch/amd64/
linux32_systrace_args.c 2009 systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
2018 switch(ndx) {
2031 switch(ndx) {
2047 switch(ndx) {
2063 switch(ndx) {
2079 switch(ndx) {
2089 switch(ndx) {
2105 switch(ndx) {
2118 switch(ndx) {
2131 switch(ndx) {
    [all...]
  /src/sys/kern/
systrace_args.c 3963 systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
3969 switch(ndx) {
3982 switch(ndx) {
3995 switch(ndx) {
4011 switch(ndx) {
4027 switch(ndx) {
4043 switch(ndx) {
4053 switch(ndx) {
4072 switch(ndx) {
4085 switch(ndx) {
    [all...]
  /src/sys/compat/linux/arch/aarch64/
linux_systrace_args.c 1878 systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
1884 switch(ndx) {
1906 switch(ndx) {
1928 switch(ndx) {
1950 switch(ndx) {
1969 switch(ndx) {
1988 switch(ndx) {
2007 switch(ndx) {
2023 switch(ndx) {
2039 switch(ndx) {
    [all...]
  /src/sys/compat/netbsd32/
netbsd32_systrace_args.c 3780 systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
3786 switch(ndx) {
3799 switch(ndx) {
3812 switch(ndx) {
3828 switch(ndx) {
3844 switch(ndx) {
3860 switch(ndx) {
3870 switch(ndx) {
3889 switch(ndx) {
3902 switch(ndx) {
    [all...]
  /src/sys/compat/linux/arch/i386/
linux_systrace_args.c 2320 systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
2329 switch(ndx) {
2342 switch(ndx) {
2358 switch(ndx) {
2374 switch(ndx) {
2390 switch(ndx) {
2400 switch(ndx) {
2416 switch(ndx) {
2429 switch(ndx) {
2442 switch(ndx) {
    [all...]
  /src/sys/compat/linux/arch/arm/
linux_systrace_args.c 2292 systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
2301 switch(ndx) {
2314 switch(ndx) {
2330 switch(ndx) {
2346 switch(ndx) {
2362 switch(ndx) {
2372 switch(ndx) {
2388 switch(ndx) {
2401 switch(ndx) {
2414 switch(ndx) {
    [all...]
  /src/sys/compat/linux/arch/amd64/
linux_systrace_args.c 2194 systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
2200 switch(ndx) {
2216 switch(ndx) {
2232 switch(ndx) {
2248 switch(ndx) {
2258 switch(ndx) {
2271 switch(ndx) {
2284 switch(ndx) {
2297 switch(ndx) {
2313 switch(ndx) {
    [all...]
  /src/sys/compat/linux32/arch/aarch64/
linux32_systrace_args.c 2114 systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
2123 switch(ndx) {
2136 switch(ndx) {
2152 switch(ndx) {
2168 switch(ndx) {
2184 switch(ndx) {
2194 switch(ndx) {
2210 switch(ndx) {
2223 switch(ndx) {
2236 switch(ndx) {
    [all...]
  /src/bin/sh/
syntax.c 15 #define ndx(ch) (ch + 2 - CHAR_MIN) macro
16 #define set(ch, val) [ndx(ch)] = val,
17 #define set_range(s, e, val) [ndx(s) ... ndx(e)] = val,
  /src/sys/dev/ic/
athrate-sample.c 166 * returns the ndx with the lowest average_tx_time,
217 int ndx = (sn->last_sample_ndx[size_bin]+1+x) % sn->num_rates; local in function:pick_sample_ndx
220 if (ndx == current_ndx)
224 if (sn->stats[size_bin][ndx].perfect_tx_time > current_tt)
228 if (ticks - sn->stats[size_bin][ndx].last_tx < ((hz * STALE_FAILURE_TIMEOUT_MS)/1000) &&
229 sn->stats[size_bin][ndx].successive_failures > 3)
235 if (sn->rates[ndx].rate > 22 && ndx > current_ndx + 2)
239 if (sn->rates[ndx].rate == 18)
244 if (sn->rates[current_ndx].rate == 22 && ndx > current_ndx + 1)
261 int ndx, size_bin, mrr, best_ndx, change_rates; local in function:ath_rate_findrate
373 int ndx = 0; local in function:ath_rate_setupxtxdesc
496 int ndx = -1; local in function:ath_rate_tx_complete
702 int ndx = 0; local in function:ath_rate_ctl_reset
    [all...]
  /src/lib/libc/db/hash/
hash_page.c 133 __delpair(HTAB *hashp, BUFHEAD *bufp, int ndx)
143 if (bp[ndx + 1] < REAL_KEY)
145 if (ndx != 1)
146 newoff = bp[ndx - 1];
149 pairlen = newoff - bp[ndx + 1];
151 if (ndx != (n - 1)) {
156 memmove(dst, src, (size_t)(bp[ndx + 1] - OFFSET(bp)));
159 for (i = ndx + 2; i <= n; i += 2) {
192 int n, ndx, retval; local in function:__split_page
214 for (n = 1, ndx = 1; n < ino[0]; n += 2)
483 uint16_t ndx, ovfl_num; local in function:__add_ovflpage
833 uint16_t ndx; local in function:__free_ovflpage
    [all...]
hash.c 579 int n, ndx, off; local in function:hash_access
598 for (bp = (uint16_t *)(void *)rbufp->page, n = *bp++, ndx = 1; ndx < n;)
609 ndx += 2;
619 ndx = 1;
622 if ((ndx =
623 __find_bigpair(hashp, rbufp, ndx, kp, (int)size)) > 0)
625 if (ndx == -2) {
629 ndx = 0;
642 ndx = 1
728 uint16_t *bp, ndx; local in function:hash_seq
    [all...]
hash_bigkey.c 299 __find_bigpair(HTAB *hashp, BUFHEAD *bufp, int ndx, char *key, int size)
312 for (bytes = HASH_BSIZE(hashp) - bp[ndx];
313 bytes <= size && bp[ndx + 1] == PARTIAL_KEY;
314 bytes = HASH_BSIZE(hashp) - bp[ndx]) {
315 if (memcmp(p + bp[ndx], kkey, (size_t)bytes))
319 bufp = __get_buf(hashp, (uint32_t)bp[ndx + 2], bufp, 0);
324 ndx = 1;
327 if (bytes != ksize || memcmp(p + bp[ndx], kkey, (size_t)bytes)) {
333 return (ndx);
385 __big_return(HTAB *hashp, BUFHEAD *bufp, int ndx, DBT *val, int set_current
    [all...]
  /src/usr.sbin/sysinst/arch/sparc64/
md.c 177 md_pre_mount(struct install_partition_desc *install, size_t ndx)
179 if (ndx == 0)
  /src/usr.sbin/sysinst/arch/dummy/
md.c 86 md_pre_mount(struct install_partition_desc *install, size_t ndx)
  /src/usr.sbin/installboot/
installboot.c 227 int ndx; local in function:main
228 for (ndx = 0; options[ndx].name != NULL; ndx++) {
229 if (unsupported_flags & options[ndx].flag) {
230 unsupported_flags &= ~options[ndx].flag;
232 options[ndx].name, params->machine->name);
464 int ndx; local in function:options_usage
469 for (ndx = 0; options[ndx].name != 0; ndx++)
    [all...]
  /src/usr.sbin/sysinst/
label.c 552 size_t i, ndx, max = menu->numopts; local in function:init_fs_type_ext
567 for (ndx = 3, i = 0; i < FSMAXTYPES && ndx < max; i++) {
576 menu->cursel = ndx;
580 ndx++;
582 menu->cursel = ndx;
586 ndx++;
594 size_t i, ndx, max = menu->numopts; local in function:set_fstype_ext
607 for (ndx = 3, i = 0; i < FSMAXTYPES && ndx < max; i++)
654 size_t i, ndx, cnt; local in function:edit_fs_type_ext
732 int ndx; local in function:set_fstype
1561 size_t ndx; member in struct:part_ext_clone::clone_data
2079 size_t num_freespace, spaces, ndx; local in function:getpartoff
    [all...]
disklabel.c 512 part_id ndx; local in function:disklabel_delete
514 ndx = 0;
520 if (ndx == id) {
543 ndx++;
643 disklabel_get_type(size_t ndx)
648 if (ndx < __arraycount(dl_types))
649 return &dl_types[ndx];
651 ndx -= __arraycount(dl_types);
652 if (ndx >= dl_custom_ptype_count)
655 return &dl_custom_ptypes[ndx].desc
768 part_id ndx; local in function:disklabel_get_part_info
823 part_id ndx; local in function:disklabel_set_part_info
    [all...]
  /src/distrib/utils/libhack/
multibyte.c 233 size_t ndx = (size_t)charclass; local in function:iswctype
235 if (ndx < 1 || ndx >= __arraycount(my_wcts))
238 return my_wcts[ndx].predicate(wc);
  /src/usr.sbin/sysinst/arch/amiga/
md.c 166 md_pre_mount(struct install_partition_desc *install, size_t ndx)
  /src/usr.sbin/sysinst/arch/sparc/
md.c 159 md_pre_mount(struct install_partition_desc *install, size_t ndx)
  /src/usr.sbin/sysinst/arch/cats/
md.c 201 md_pre_mount(struct install_partition_desc *install, size_t ndx)
  /src/usr.sbin/sysinst/arch/news68k/
md.c 199 md_pre_mount(struct install_partition_desc *install, size_t ndx)
  /src/usr.sbin/sysinst/arch/newsmips/
md.c 191 md_pre_mount(struct install_partition_desc *install, size_t ndx)
  /src/usr.sbin/sysinst/arch/evbsh3/
md.c 191 md_pre_mount(struct install_partition_desc *install, size_t ndx)

Completed in 58 milliseconds

1 2 3