Searched refs:no (Results 176 - 200 of 912) sorted by relevance

1234567891011>>

/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_table_value.c61 static int cmp_table_value(struct named_object *no, const void *key,
75 struct named_object no; member in struct:table_val_link
95 cmp_table_value(struct named_object *no, const void *key, uint32_t kopt) argument
98 return (memcmp(((struct table_val_link *)no)->pval, key, 56));
149 update_tvalue(struct namedobj_instance *ni, struct named_object *no, void *arg) argument
156 ptv = (struct table_val_link *)no;
159 ptv->pval = &pval[ptv->no.kidx];
160 ptv->no.name = (char *)&pval[ptv->no.kidx];
172 * Returns 0 if case of no error
692 dump_tvalue(struct namedobj_instance *ni, struct named_object *no, void *arg) argument
786 destroy_value(struct namedobj_instance *ni, struct named_object *no, void *arg) argument
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.boolopt.d38 #pragma D option flowindent=no
/freebsd-current/contrib/dialog/samples/
H A Dmixedform244 --backtitle "$backtitle" --no-collapse --cr-wrap \
H A Dmixedform44 --backtitle "$backtitle" --no-collapse --cr-wrap \
H A Dtailboxbg212 --no-kill \
H A Dmenubox129 *--no-items*|*--noitem*)
H A Dbuildlist225 *--no-items*|*--noitem*)
/freebsd-current/sys/contrib/device-tree/scripts/
H A Dmerge-new-release.sh30 git merge $auh --no-edit "${v}-raw"
/freebsd-current/contrib/one-true-awk/
H A DREGRESS21 echo $0: No testdir directory and no awktest.tar to extract it from! >&2
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dmake_gitrev.sh30 dist=no
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-for-lines.exp7 make: no target to make.
H A Dvarmod-ifelse.exp6 make: Bad conditional expression '1 == == 2' before '?yes:no'
7 make: "varmod-ifelse.mk" line 69: Malformed conditional (${1 == == 2:?yes:no} != "")
8 CondParser_Eval: "${1 == == 2:?yes:no}" != ""
11 make: Bad conditional expression '1 == == 2' before '?yes:no'
18 make: "varmod-ifelse.mk" line 158: no.
19 make: "varmod-ifelse.mk" line 162: while evaluating variable "string == "literal" || no >= 10": Comparison with '>=' requires both operands 'no' and '10' to be numeric
20 make: Bad conditional expression 'string == "literal" || no >= 10' before '?yes:no'
22 make: Bad conditional expression 'string == "literal" && >= 10' before '?yes:no'
[all...]
/freebsd-current/release/tools/
H A Dbasic-ci.conf28 UsePAM no
H A Dbasic-cloudinit.conf30 UsePAM no
/freebsd-current/lib/libcompiler_rt/
H A DMakefile6 MK_SSP= no
16 # no option to silence its warning, so make warnings non-fatal.
17 MK_WERROR.gcc= no
41 .if ${MK_INSTALLLIB} != "no"
44 .if ${MK_PROFILE} != "no"
/freebsd-current/contrib/sqlite3/
H A DMakefile.am5 libsqlite3_la_LDFLAGS = -no-undefined -version-info 8:6:8
/freebsd-current/contrib/unbound/testdata/ip_ratelimit.tdir/
H A Dip_ratelimit.conf6 use-syslog: no
/freebsd-current/tools/bsdbox/
H A DMakefile5 MK_SSP= no
39 CRUNCH_GENERATE_LINKS= no
/freebsd-current/sys/contrib/openzfs/lib/
H A DMakefile.am43 # --no-unreferenced-symbols: Exclude symbols which are not referenced by
104 abidiff --no-unreferenced-symbols \
115 abidw --no-show-locs \
116 --no-corpus-path \
117 --no-comp-dir-path \
/freebsd-current/contrib/one-true-awk/testdir/
H A DT.csv3 echo T.csv: tests of csv field splitting, no embedded newlines
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcoroutine.inc25 // [coroutine.noop], no-op coroutines
/freebsd-current/contrib/bmake/mk/sys/
H A DCygwin.mk9 # /etc/group does no longer exist in a base installation.
/freebsd-current/tools/test/stress2/misc/
H A Dcontigmalloc2.sh66 int no, ps, res;
69 no = atoi(argv[1]);
72 if (argc != 3 || no == 0 || mw == 0)
78 res = syscall(no, TALLOC, &p, &size);
88 res = syscall(no, TFREE, &p, &size);
H A Dcontigmalloc3.sh65 int no, ps, res;
69 no = atoi(argv[1]);
72 if (argc != 3 || no == 0 || mw == 0)
81 res = syscall(no, TALLOC, &cp, &size);
92 res = syscall(no, TFREE, &cp, &size);
/freebsd-current/sys/geom/raid/
H A Dtr_raid0.c196 u_int no, strip_size; local
219 no = nstripe % vol->v_disks_count;
242 cbp->bio_caller1 = &vol->v_subdisks[no];
244 if (++no >= vol->v_disks_count) {
245 no = 0;
274 u_int no, strip_size; local
288 no = nstripe % vol->v_disks_count;
296 error = g_raid_subdisk_kerneldump(&vol->v_subdisks[no], addr,
300 if (++no >= vol->v_disks_count) {
301 no
[all...]

Completed in 299 milliseconds

1234567891011>>