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

1234

/freebsd-10-stable/sys/dev/ntb/
H A Dntb.c64 struct ntb_child *nc; local
101 nc = malloc(sizeof(*nc), M_DEVBUF, M_WAITOK | M_ZERO);
102 nc->mwoff = mwu;
103 nc->mwcnt = mw;
104 nc->spadoff = spadu;
105 nc->spadcnt = spad;
106 nc->dboff = dbu;
107 nc->dbmask = (db == 0) ? 0 : (0xffffffffffffffff >> (64 - db));
108 rm_init(&nc
152 struct ntb_child *nc; local
170 struct ntb_child *nc; local
185 struct ntb_child *nc; local
206 struct ntb_child *nc = device_get_ivars(ntb); local
223 struct ntb_child *nc = device_get_ivars(ntb); local
240 struct ntb_child *nc = device_get_ivars(ntb); local
248 struct ntb_child *nc = device_get_ivars(ntb); local
268 struct ntb_child *nc = device_get_ivars(ntb); local
279 struct ntb_child *nc = device_get_ivars(ntb); local
290 struct ntb_child *nc = device_get_ivars(ntb); local
300 struct ntb_child *nc = device_get_ivars(ntb); local
309 struct ntb_child *nc = device_get_ivars(ntb); local
318 struct ntb_child *nc = device_get_ivars(ntb); local
326 struct ntb_child *nc = device_get_ivars(ntb); local
334 struct ntb_child *nc = device_get_ivars(ntb); local
342 struct ntb_child *nc = device_get_ivars(ntb); local
350 struct ntb_child *nc = device_get_ivars(ntb); local
360 struct ntb_child *nc = device_get_ivars(ntb); local
368 struct ntb_child *nc = device_get_ivars(ntb); local
376 struct ntb_child *nc = device_get_ivars(ntb); local
385 struct ntb_child *nc = device_get_ivars(ntb); local
394 struct ntb_child *nc = device_get_ivars(ntb); local
409 struct ntb_child *nc = device_get_ivars(ntb); local
425 struct ntb_child *nc = device_get_ivars(ntb); local
433 struct ntb_child *nc = device_get_ivars(ntb); local
441 struct ntb_child *nc = device_get_ivars(ntb); local
450 struct ntb_child *nc = device_get_ivars(ntb); local
458 struct ntb_child *nc = device_get_ivars(ntb); local
[all...]
H A Dntb_transport.c331 struct ntb_transport_child *nc; local
412 nc = malloc(sizeof(*nc), M_DEVBUF, M_WAITOK | M_ZERO);
413 nc->qpoff = qpu;
414 nc->qpcnt = qp;
415 nc->dev = device_add_child(dev, name, -1);
416 if (nc->dev == NULL) {
420 device_set_ivars(nc->dev, nc);
421 *cpp = nc;
471 struct ntb_transport_child *nc; local
503 struct ntb_transport_child *nc = device_get_ivars(dev); local
619 struct ntb_transport_child *nc = device_get_ivars(dev); local
[all...]
/freebsd-10-stable/usr.sbin/lpr/lptest/
H A Dlptest.c57 register int i, j, fc, nc; local
73 nc = fc;
75 if (putchar(nc) == EOF)
77 if (++nc == 0177)
78 nc = ' ';
/freebsd-10-stable/tools/diag/dumpvfscache/
H A Ddumpvfscache.c73 struct namecache *nc; local
85 nc = malloc(sizeof *nc + NAME_MAX);
98 kvm_read(kvm, p, nc, sizeof *nc + NAME_MAX);
99 kvm_read(kvm, (u_long)nc->nc_dvp, &vn, sizeof vn);
100 nc->nc_name[nc->nc_nlen] = '\0';
101 for (j=k=kn=0;nc->nc_name[j];j++) {
102 k+= nc
[all...]
/freebsd-10-stable/usr.bin/nc/
H A DMakefile5 PROG= nc
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-raid.h133 uint64_t nc : 1; /**< When set, indicates that RAD should not allocate L2 cache space for the P/Q data on member in struct:__anon7419::__anon7421
150 uint64_t nc : 1; /**< When set, indicates that RAD should not allocate L2 cache space for this input buffer member in struct:__anon7419::__anon7422
/freebsd-10-stable/lib/libc/stdlib/
H A Dradixsort.c140 static int count[256], nc, bmin; local
159 if (nc == 0) {
166 nc++;
169 if (sp + nc > s + SIZE) { /* Get more stack. */
180 if (nc == 1 && count[bmin] == n) {
182 nc = count[bmin] = 0;
201 for (cp = count + bmin; nc > 0; cp++) {
212 nc--;
242 static int count[256], nc, bmin; local
258 if (nc
[all...]
/freebsd-10-stable/lib/libypclnt/
H A Dypclnt_passwd.c67 struct netconfig *nc = NULL; local
85 while ((nc = getnetconfig(localhandle)) != NULL) {
86 if (nc->nc_protofmly != NULL &&
87 strcmp(nc->nc_protofmly, NC_LOOPBACK) == 0)
90 if (nc == NULL) {
97 MASTER_YPPASSWDVERS, nc)) == NULL) {
141 struct netconfig *nc = NULL; local
168 while ((nc = getnetconfig(localhandle)) != NULL) {
169 if (nc->nc_protofmly != NULL &&
170 strcmp(nc
[all...]
/freebsd-10-stable/crypto/openssh/regress/
H A Ddynamic-forward.sh8 if have_prog nc && nc -h 2>&1 | grep "proxy address" >/dev/null; then
9 proxycmd="nc -x 127.0.0.1:$FWDPORT -X"
/freebsd-10-stable/contrib/libc++/src/
H A Ddebug.cpp152 size_t nc = __next_prime(2*static_cast<size_t>(__cend_ - __cbeg_) + 1); local
153 __c_node** cbeg = static_cast<__c_node**>(calloc(nc, sizeof(void*)));
165 size_t h = hash<void*>()(q->__c_) % nc;
174 __cend_ = __cbeg_ + nc;
472 size_t nc = 2*static_cast<size_t>(cap_ - beg_); local
473 if (nc == 0)
474 nc = 1;
476 static_cast<__i_node**>(malloc(nc * sizeof(__i_node*)));
483 if (nc > 1)
484 memcpy(beg, beg_, nc/
501 size_t nc = __next_prime(2*static_cast<size_t>(__iend_ - __ibeg_) + 1); local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/x509v3/
H A Dv3_ncons.c76 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
226 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc)
238 r = nc_match(&gntmp, nc);
257 r = nc_match(&gntmp, nc);
267 r = nc_match(gen, nc);
276 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc)
286 for (i = 0; i < sk_GENERAL_SUBTREE_num(nc->permittedSubtrees); i++) {
287 sub = sk_GENERAL_SUBTREE_value(nc->permittedSubtrees, i);
309 for (i = 0; i < sk_GENERAL_SUBTREE_num(nc->excludedSubtrees); i++) {
310 sub = sk_GENERAL_SUBTREE_value(nc
[all...]
/freebsd-10-stable/usr.sbin/services_mkdb/
H A Dservices_mkdb.c428 size_t nc, i, pos; local
432 nc = strlcpy(buf + pos, sl->sl_str[i], len);
433 if (nc >= len)
435 pos += nc;
436 len -= nc;
437 nc = strlcpy(buf + pos, " ", len);
438 if (nc >= len)
440 pos += nc;
441 len -= nc;
/freebsd-10-stable/usr.bin/tip/libacu/
H A Dcourier.c200 int nc, nl, n; local
209 nc = 0; nl = sizeof(dialer_buf)-1;
212 for (nc = 0, nl = sizeof(dialer_buf)-1 ; nl > 0 ; nc++, nl--) {
254 dialer_buf[nc] = c;
H A Dt3000.c215 int nc, nl, n; local
224 nc = 0; nl = sizeof(dialer_buf)-1;
227 for (nc = 0, nl = sizeof(dialer_buf)-1 ; nl > 0 ; nc++, nl--) {
269 dialer_buf[nc] = c;
/freebsd-10-stable/tools/bsdbox/
H A DMakefile.base10 CRUNCH_PROGS_usr.bin+= true false hexdump tail nc w head uname tset
/freebsd-10-stable/contrib/gdb/gdb/mi/
H A Dmi-cmd-var.c487 int nc; local
489 nc = varobj_update (&var, &changelist);
491 /* nc == 0 means that nothing has changed.
492 nc == -1 means that an error occured in updating the variable.
493 nc == -2 means the variable has changed type. */
495 if (nc == 0)
497 else if (nc == -1)
507 else if (nc == -2)
/freebsd-10-stable/crypto/openssl/crypto/bn/asm/
H A Dppc64-mont.pl149 $na="f4"; $nb="f5"; $nc="f6"; $nd="f7";
323 lfd $nc,`$FRAME+48`($sp)
339 fcfid $nc,$nc
396 fmadd $T1a,$N0,$nc,$T1a
398 fmadd $T2a,$N1,$nc,$T2a
400 fmadd $T3a,$N2,$nc,$T3a
402 fmadd $dota,$N3,$nc,$dota
528 fmadd $T1a,$N0,$nc,$T1a
531 fmadd $T2a,$N1,$nc,
[all...]
H A Dsparcv9a-mont.pl110 $na="%f8"; $nb="%f10"; $nc="%f12"; $nd="%f14";
218 ldda [%sp+$bias+$frame+2]%asi,$nc
228 fxtod $nc,$nc
238 fmuld $nlo,$nc,$nloc
250 fmuld $nhi,$nc,$nhic
304 fmuld $nlo,$nc,$nloc
333 fmuld $nhi,$nc,$nhic
392 fmuld $nlo,$nc,$nloc
417 fmuld $nhi,$nc,
[all...]
/freebsd-10-stable/crypto/openssl/util/
H A Dopenssl-format-source58 -nc) COMMENTS="true";
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dexpand_path.c97 DWORD nc; local
99 nc = GetModuleFileName(_krb5_hInstance, path, sizeof(path)/sizeof(path[0]));
100 if (nc == 0 ||
101 nc == sizeof(path)/sizeof(path[0])) {
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_provider.c247 int i, nc, xc; local
259 for (nc = -1, i = 0; i < adc; i++, adp++) {
272 nc = MAX(nc, adp->dtargd_mapping);
276 nc++;
286 if (xc == 0 && nc == 0 &&
288 nc = adc;
289 dt_pid_get_types(dtp, pdp, adv, &nc);
290 xc = nc;
299 nargs = dt_probe_alloc_args(pvp, nc);
[all...]
/freebsd-10-stable/crypto/heimdal/lib/hx509/
H A Dcert.c641 NameConstraints *nc)
647 memset(nc, 0, sizeof(*nc));
655 nc, &size);
1654 init_name_constraints(hx509_name_constraints *nc) argument
1656 memset(nc, 0, sizeof(*nc));
1662 hx509_name_constraints *nc)
1679 val = realloc(nc->val, sizeof(nc
640 find_extension_name_constraints(const Certificate *subject, NameConstraints *nc) argument
1661 add_name_constraints(hx509_context context, const Certificate *c, int not_ca, hx509_name_constraints *nc) argument
1902 check_name_constraints(hx509_context context, const hx509_name_constraints *nc, const Certificate *c) argument
1948 free_name_constraints(hx509_name_constraints *nc) argument
1978 hx509_name_constraints nc; local
[all...]
/freebsd-10-stable/usr.bin/m4/
H A Deval.c869 int nc; local
877 nc = strlen(fc);
880 nc = min(nc, expr(argv[4]));
882 nc = min(nc, atoi(argv[4]));
885 for (k = fc + nc - 1; k >= fc; k--)
/freebsd-10-stable/sys/geom/virstor/
H A Dg_virstor.c319 u_int nc; local
391 nc = sc->n_components;
392 sc->components[nc].gcons = cp;
393 sc->components[nc].sc = sc;
394 sc->components[nc].index = nc;
395 sc->components[nc].chunk_count = cp->provider->mediasize /
397 sc->components[nc].chunk_next = 0;
398 sc->components[nc].chunk_reserved = 0;
400 if (sc->components[nc]
502 fill_metadata(struct g_virstor_softc *sc, struct g_virstor_metadata *md, u_int nc, u_int hardcode) argument
1373 unsigned int nc, i; local
[all...]
/freebsd-10-stable/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh115 /^P_/b nc
116 /(void)/b nc
136 :nc

Completed in 247 milliseconds

1234