Searched refs:nc (Results 1 - 25 of 165) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/usr.sbin/npf/npfctl/
H A Dnpf_ncgen.c104 npfctl_ncgen_putptr(nc_ctx_t *ctx, void *nc) argument
106 ptrdiff_t diff = (uintptr_t)nc - (uintptr_t)ctx->nc_iptr;
113 ctx->nc_iptr = nc;
124 uint32_t *nc = *nc_ptr; local
134 ctx->nc_jmp_list[i] = (uintptr_t)nc - (uintptr_t)ctx->nc_buf;
137 *nc++ = NPF_OPCODE_BNE;
138 *nc++ = 0xdeadbeef;
139 *nc_ptr = nc;
158 uint32_t *nc = npfctl_ncgen_getptr(ctx, 4 /* words */); local
165 *nc
213 uint32_t *nc; local
253 uint32_t *nc = npfctl_ncgen_getptr(ctx, 9 /* words */); local
282 uint32_t *nc = npfctl_ncgen_getptr(ctx, 6 /* words */); local
307 uint32_t *nc = npfctl_ncgen_getptr(ctx, 5 /* words */); local
331 uint32_t *nc = npfctl_ncgen_getptr(ctx, 4 /* words */); local
351 uint32_t *nc = npfctl_ncgen_getptr(ctx, 4 /* words */); local
372 uint32_t *nc = npfctl_ncgen_getptr(ctx, 5 /* words */); local
394 uint32_t *nc = npfctl_ncgen_getptr(ctx, 4 /* words */); local
413 uint32_t *nc = npfctl_ncgen_getptr(ctx, 4 /* words */); local
[all...]
H A Dnpf_build.c157 npfctl_build_fam(nc_ctx_t *nc, sa_family_t family, argument
189 npfctl_gennc_v4cidr(nc, opts,
193 npfctl_gennc_v6cidr(nc, opts,
203 npfctl_build_vars(nc_ctx_t *nc, sa_family_t family, npfvar_t *vars, int opts) argument
208 npfctl_ncgen_group(nc);
216 npfctl_build_fam(nc, family, fam, opts);
222 npfctl_gennc_ports(nc, opts & ~NC_MATCH_UDP,
226 npfctl_gennc_ports(nc, opts & ~NC_MATCH_TCP,
233 npfctl_gennc_tbl(nc, opts, tid);
240 npfctl_ncgen_endgroup(nc);
244 npfctl_build_proto(nc_ctx_t *nc, sa_family_t family, const opt_proto_t *op, bool noaddrs, bool noports) argument
348 nc_ctx_t *nc; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-cris/
H A Dbadgotr1.d5 #error: \A[^\nc][^\n]*o: uses _-prefixed [^\nc]*\n[^\nc][^\n]* failed to merge [^\n]*\n[^\nc][^\n]* no GOT [^\n]*\n[^\nc][^\n]* Bad value\Z
/netbsd-6-1-5-RELEASE/sys/net/npf/
H A Dnpf_conf.c98 npf_config_destroy(npf_config_t *nc) argument
100 prop_object_release(nc->n_dict);
101 npf_ruleset_destroy(nc->n_rules);
102 npf_ruleset_destroy(nc->n_nat_rules);
103 npf_rprocset_destroy(nc->n_rprocs);
104 npf_tableset_destroy(nc->n_tables);
105 kmem_free(nc, sizeof(npf_config_t));
125 npf_config_t *nc, *onc; local
127 nc = kmem_zalloc(sizeof(npf_config_t), KM_SLEEP);
128 nc
[all...]
H A Dnpf_processor.c343 nc_ptr_check(uintptr_t *iptr, const void *nc, size_t sz, argument
352 if ((uintptr_t)tptr < (uintptr_t)nc)
355 if ((uintptr_t)tptr + (nargs * sizeof(uint32_t)) > (uintptr_t)nc + sz)
372 nc_insn_check(const uintptr_t optr, const void *nc, size_t sz, argument
380 error = nc_ptr_check(&iptr, nc, sz, 1, &val, 1);
393 error = nc_ptr_check(&iptr, nc, sz, 1, &regidx, 1);
396 error = nc_ptr_check(&iptr, nc, sz, 1, &val, 1);
400 error = nc_ptr_check(&iptr, nc, sz, 1, &regidx, 1);
403 error = nc_ptr_check(&iptr, nc, sz, 2, &regidx, 2);
409 error = nc_ptr_check(&iptr, nc, s
511 nc_jmp_check(const void *nc, size_t sz, const uintptr_t jaddr) argument
542 npf_ncode_validate(const void *nc, size_t sz, int *errat) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lptest/
H A Dlptest.c56 int i, j, fc, nc; local
72 nc = fc;
74 putchar(nc);
75 if (++nc == 0177)
76 nc = ' ';
/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Dclass.c88 struct class *class, *nc; local
137 nc = (struct class *)0;
138 if (class_hash_lookup (&nc, class -> hash,
147 classify (packet, nc);
149 class_dereference (&nc, MDL);
161 status = class_allocate (&nc, MDL);
162 group_reference (&nc -> group,
164 class_reference (&nc -> superclass,
166 nc -> lease_limit = class -> lease_limit;
167 nc
[all...]
/netbsd-6-1-5-RELEASE/common/lib/libc/sys/
H A Dcpuset.c53 #define CPUSET_NENTRIES(nc) ((nc) > 32 ? ((nc) >> CPUSET_SHIFT) : 1)
132 u_int nc; local
134 len = sizeof(nc);
135 if (sysctl(mib, __arraycount(mib), &nc, &len, NULL, 0) == -1)
138 cpuset_nentries = CPUSET_NENTRIES(nc);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/wpa_gui/
H A Dscanresults.ui.h94 NetworkConfig *nc = new NetworkConfig(); local
95 if (nc == NULL)
97 nc->setWpaGui(wpagui);
98 nc->paramsFromScanResults(sel);
99 nc->show();
100 nc->exec();
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/z80/
H A Dbranch.s7 jp nc,0x8405
17 jr nc,2b
27 call nc,0x8405
39 ret nc
/netbsd-6-1-5-RELEASE/usr.sbin/services_mkdb/
H A Doutput_db.c170 size_t nc, i, pos; local
174 nc = strlcpy(buf + pos, sl->sl_str[i], len);
175 if (nc >= len)
177 pos += nc;
178 len -= nc;
179 nc = strlcpy(buf + pos, " ", len);
180 if (nc >= len)
182 pos += nc;
183 len -= nc;
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp137 NetworkConfig *nc = new NetworkConfig(); local
138 if (nc == NULL)
140 nc->setWpaGui(wpagui);
141 nc->paramsFromScanResults(sel);
142 nc->show();
143 nc->exec();
/netbsd-6-1-5-RELEASE/games/dab/
H A Dmain.cc104 const char* nc = "ch"; local
118 nc = optarg;
155 char n = nc[1] == nc[0] ? i + '0' : nc[i];
156 switch (nc[i]) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/z8k/
H A Dret-cc.s24 ret nc ! ssss
29 ret nc/uge
H A Dret-cc.d31 2a: 9e0f ret nc/uge
32 2c: 9e0f ret nc/uge
36 34: 9e0f ret nc/uge
/netbsd-6-1-5-RELEASE/distrib/cobalt/
H A DMakefile12 gzip -9nc ${BOOT} > ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/boot.gz
/netbsd-6-1-5-RELEASE/sys/dev/pckbport/
H A Dpckbport.c321 struct pckbport_devcmd nc; local
326 memset(&nc, 0, sizeof(nc));
327 memcpy(nc.cmd, cmd, len);
328 nc.cmdlen = len;
329 nc.responselen = responselen;
330 nc.flags = (slow ? KBC_CMDFLAG_SLOW : 0);
332 pckbport_poll_cmd1(t, slot, &nc);
334 if (nc.status == 0 && respbuf)
335 memcpy(respbuf, nc
500 struct pckbport_devcmd *nc; local
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dperfpow.c326 mp_limb_t *nc, factor, g = 0; local
332 nc = (mp_ptr) np;
362 nc = TMP_ALLOC_LIMBS (ncn);
365 mpn_rshift (nc, np + s, ncn, count);
366 ncn -= (nc[ncn - 1] == 0);
370 MPN_COPY (nc, np + s, ncn);
382 factor = mpn_trialdiv (nc, ncn, nrtrial[trial], &where);
388 nc = TMP_ALLOC_LIMBS (ncn);
389 MPN_COPY (nc, np, ncn);
412 if (mpn_divisible_p (nc, nc
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/sort/
H A Dradix_sort.c73 u_int count[256], nc, bmin; local
103 nc = 0;
123 nc++;
130 if (sp + nc > s + stack_size) {
142 for (cp = count + bmin; nc > 0; cp++) {
155 nc--;
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Dradixsort.c149 static u_int count[256], nc, bmin; local
171 if (nc == 0) {
178 nc++;
181 if (sp + nc > s + SIZE) { /* Get more stack. */
202 for (cp = count + bmin; nc > 0; cp++) {
213 nc--;
240 static u_int count[256], nc, bmin; local
260 if (nc == 0) {
267 nc++;
270 if (sp + nc >
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/rdist/
H A Dgram.y371 struct cmd *c, *prev, *nc;
393 nc = ALLOC(cmd);
394 if (nc == NULL)
396 nc->c_type = ARROW;
397 nc->c_name = h->n_name;
398 nc->c_label = label;
399 nc->c_files = files;
400 nc->c_cmds = subcmds;
401 nc->c_next = c;
403 cmds = nc;
[all...]
/netbsd-6-1-5-RELEASE/distrib/prep/floppies/kernel-generic/
H A DMakefile15 gzip -9nc ${.ALLSRC} > ${.TARGET}
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ia64/
H A Dopc-m.s54 ld1.c.nc r4 = [r5]
55 ld1.c.nc r4 = [r5], r6
56 ld1.c.nc r4 = [r5], -61
57 ld1.c.nc.nt1 r4 = [r5]
58 ld1.c.nc.nt1 r4 = [r5], r6
59 ld1.c.nc.nt1 r4 = [r5], -48
60 ld1.c.nc.nta r4 = [r5]
61 ld1.c.nc.nta r4 = [r5], r6
62 ld1.c.nc.nta r4 = [r5], -35
144 ld2.c.nc r
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/java/
H A DKerberosInit.java51 NameCallback nc = (NameCallback)callbacks[i];
52 nc.setName("lha");
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arc/
H A Dbranch.d23 00000038 <text_label\+38> @IC+7@fff886 @OC@nc 00000000 <text_label>
24 0000003c <text_label\+3c> @IC+7@fff806 @OC@nc 00000000 <text_label>
25 00000040 <text_label\+40> @IC+7@fff786 @OC@nc 00000000 <text_label>
45 0000008c <text_label\+8c> @IC+7@ffee46 @OC@nc.jd 00000000 <text_label>

Completed in 326 milliseconds

1234567