Home
last modified time | relevance | path

Searched refs:ndir (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmktree.c46 static int ndir = 2; variable
68 ndir = atoi(optarg); in main()
77 if (nlevel < 0 || ndir < 0 || nfile < 0 || pbasedir == NULL) { in main()
106 for (d = 0; d < ndir; d++) { in mktree()
/freebsd/tests/sys/cddl/zfs/bin/
H A Dmktree.c46 static int ndir = 2; variable
68 ndir = atoi(optarg); in main()
77 if (nlevel < 0 || ndir < 0 || nfile < 0 || pbasedir == NULL) { in main()
106 for (d = 0; d < ndir; d++) { in mktree()
/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_aclmode_001_pos.ksh104 nfile=$basedir/nfile; ndir=$basedir/ndir
109 allnodes="$nfile $ndir"
434 log_must usr_exec $MKDIR $ndir
/freebsd/lib/libc/locale/
H A Dcollate.c429 int ndir = table->info->directive_count; in _collate_wxfrm() local
433 for (pass = 0; pass <= ndir; pass++) { in _collate_wxfrm()
447 if (pass == ndir) { in _collate_wxfrm()
576 int ndir = table->info->directive_count; in _collate_sxfrm() local
580 for (pass = 0; pass <= ndir; pass++) { in _collate_sxfrm()
594 if (pass == ndir) { in _collate_sxfrm()
/freebsd/sys/netinet/
H A Dip_divert.c420 pfdt->ndir = PF_DIVERT_MTAG_DIR_OUT; in div_send()
424 pfdt->ndir = PF_DIVERT_MTAG_DIR_IN; in div_send()
H A Dip_var.h350 __enum_uint8(pf_mtag_dir) ndir; /* new dir after re-enter */
/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.h139 int index, dir, ndir; member
H A Dhdaa.c225 if (dir && ctl->ndir != dir) in hdaa_audio_ctl_amp_get()
227 if (index >= 0 && ctl->ndir == HDAA_CTL_IN && in hdaa_audio_ctl_amp_get()
228 ctl->dir == ctl->ndir && ctl->index != index) in hdaa_audio_ctl_amp_get()
3081 ctls[cnt].ndir = HDAA_CTL_IN; in hdaa_audio_ctl_parse()
3083 ctls[cnt].ndir = HDAA_CTL_OUT; in hdaa_audio_ctl_parse()
3125 ctls[cnt].ndir = HDAA_CTL_IN; in hdaa_audio_ctl_parse()
3146 ctls[cnt].ndir = HDAA_CTL_OUT; in hdaa_audio_ctl_parse()
3148 ctls[cnt].ndir = HDAA_CTL_IN; in hdaa_audio_ctl_parse()
4197 if (ctl->ndir == HDAA_CTL_IN) in hdaa_audio_disable_useless()
4494 if (ctl->ndir == HDAA_CTL_IN) in hdaa_audio_disable_crossas()
[all …]
/freebsd/contrib/bmake/
H A Dconfig.h.in77 /* Define to 1 if you have the <ndir.h> header file, and it defines 'DIR'. */
192 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines 'DIR'.
H A Dconfigure5092 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
/freebsd/contrib/ntp/sntp/
H A Dconfig.h.in221 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
495 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
H A Dconfigure24928 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
/freebsd/contrib/ntp/
H A Dconfig.h.in622 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
1010 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
H A Dconfigure14899 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
/freebsd/crypto/openssh/
H A Dconfigure.ac483 ndir.h \
508 sys/ndir.h \
/freebsd/contrib/dialog/
H A Dconfigure23608 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
/freebsd/contrib/diff/
H A DChangeLog3499 * diff.h (NDIR_IN_SYS): New macro controls location of ndir.h.