Searched refs:np (Results 276 - 300 of 334) sorted by relevance

<<11121314

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlparser.c502 if (fs->np >= f->sizep) {
504 luaM_growvector(L, f->p, fs->np, f->sizep, Proto *, MAXARG_Bx, "functions");
507 f->p[fs->np++] = clp = luaF_newproto(L);
521 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1));
537 fs->np = 0;
566 luaM_reallocvector(L, f->p, f->sizep, fs->np, Proto *);
567 f->sizep = fs->np;
/freebsd-11-stable/sbin/route/
H A Droute.c652 struct netent *np = NULL; local
668 np = getnetbyaddr(i, AF_INET);
669 if (np != NULL)
670 cp = np->n_name;
1186 struct netent *np; local
1336 ((np = getnetbyname(str)) != NULL && (val = np->n_net) != 0))) {
/freebsd-11-stable/contrib/lua/src/
H A Dlparser.c504 if (fs->np >= f->sizep) {
506 luaM_growvector(L, f->p, fs->np, f->sizep, Proto *, MAXARG_Bx, "functions");
510 f->p[fs->np++] = clp = luaF_newproto(L);
524 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1));
539 fs->np = 0;
564 luaM_reallocvector(L, f->p, f->sizep, fs->np, Proto *);
565 f->sizep = fs->np;
/freebsd-11-stable/sys/amd64/amd64/
H A Dmachdep.c1573 struct nmi_pcpu *np; local
1744 np = ((struct nmi_pcpu *) &nmi0_stack[sizeof(nmi0_stack)]) - 1;
1745 np->np_pcpu = (register_t) pc;
1746 common_tss[0].tss_ist2 = (long) np;
1752 np = ((struct nmi_pcpu *) &mce0_stack[sizeof(mce0_stack)]) - 1;
1753 np->np_pcpu = (register_t) pc;
1754 common_tss[0].tss_ist3 = (long) np;
1759 np = ((struct nmi_pcpu *) &dbg0_stack[sizeof(dbg0_stack)]) - 1;
1760 np->np_pcpu = (register_t) pc;
1761 common_tss[0].tss_ist4 = (long) np;
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_base.c2684 struct nodeinfo *const np = local
2690 strcpy(np->name, NG_NODE_NAME(node));
2691 strcpy(np->type, node->nd_type->name);
2692 np->id = ng_node2ID(node);
2693 np->hooks = node->nd_numhooks;
2723 struct nodeinfo *const np = local
2728 strcpy(np->name, NG_NODE_NAME(node));
2729 strcpy(np->type, node->nd_type->name);
2730 np->id = ng_node2ID(node);
2731 np
[all...]
/freebsd-11-stable/contrib/tnftp/src/
H A Dfetch.c624 char *np, *np_copy, *np_iter; local
633 if ((np = strrchr(cp, ':')) != NULL) {
634 *np++ = '\0';
635 np_port = strtoul(np, &ep, 10);
636 if (*np == '\0' || *ep != '\0')
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsedit.c1506 register char *tp, *np; local
1524 np = tp = bn->string;
1531 fd = mkstemp(np);
1532 if (fd < 0 || !*np)
1550 return np;
/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1075 struct netbuf *np; local
1077 if ((np = calloc(1, sizeof(struct netbuf))) == NULL)
1079 if (netbuf_copybuf(np, ap) == FALSE) {
1080 free(np);
1083 return (np);
/freebsd-11-stable/sys/dev/sume/
H A Dif_sume.c218 int np; local
247 np = (ffs(dport & SUME_DPORT_MASK) >> 1) - 1;
248 if (np > SUME_NPORTS) {
250 dport, np);
255 ifp = adapter->ifp[np];
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon.h1845 #define radeon_copy_blit(rdev, s, d, np, f) (rdev)->asic->copy.blit((rdev), (s), (d), (np), (f))
1846 #define radeon_copy_dma(rdev, s, d, np, f) (rdev)->asic->copy.dma((rdev), (s), (d), (np), (f))
1847 #define radeon_copy(rdev, s, d, np, f) (rdev)->asic->copy.copy((rdev), (s), (d), (np), (f))
/freebsd-11-stable/sys/dev/ntb/
H A Dntb_transport.c339 char *n, *np, *c, *name; local
409 np = c;
410 name = strsep(&np, ":");
413 qp = (np && np[0] != 0) ? strtol(np, NULL, 10) : qpo - qpu;
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c3235 const char *np, *vp; local
3243 np = vp = NULL;
3256 np = *datap;
3257 cp = np;
3268 nlen = (size_t)(*datap - np);
3316 nlen = str_strip(&np, nlen);
3323 pf_error("runaway name", np, cpend);
3332 memcpy(name, np, nlen);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pcsx-defs.h516 uint64_t np : 1; /**< Always 0, no next page capability supported */ member in struct:cvmx_pcsx_anx_adv_reg::cvmx_pcsx_anx_adv_reg_s
543 uint64_t np : 1;
616 uint64_t np : 1; /**< 1=lp next page capable, 0=lp not next page capable */ member in struct:cvmx_pcsx_anx_lp_abil_reg::cvmx_pcsx_anx_lp_abil_reg_s
640 uint64_t np : 1;
/freebsd-11-stable/usr.bin/netstat/
H A Dinet.c1495 struct netent *np; local
1503 np = getnetbyaddr(net, AF_INET);
1504 if (np)
1505 cp = np->n_name;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c1343 void *np; local
1346 np = realloc(cs->multis, cs->smultis);
1347 if (np == NULL) {
1354 cs->multis = np;
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_proxy.c677 ipf_proxy_ok(fin, tcp, np)
680 ipnat_t *np;
682 aproxy_t *apr = np->in_apr;
683 u_short dport = np->in_odport;
/freebsd-11-stable/contrib/groff/src/devices/grotty/
H A Dtty.cpp219 void draw(int code, int *p, int np, const environment *env);
487 void tty_printer::draw(int code, int *p, int np, const environment *env) argument
491 if (np != 2) {
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-spu.c619 const char *np = get_reg (param, &tmp_insn, arg, 0);
621 if (np)
622 syntax_error_param = np;
617 const char *np = get_reg (param, &tmp_insn, arg, 0); local
/freebsd-11-stable/sys/fs/udf/
H A Dudf_vfsops.c736 struct udf_node *np; local
747 np = VTON(nvp);
748 fsize = le64toh(np->fentry->inf_len);
/freebsd-11-stable/contrib/unbound/services/
H A Doutside_network.c1526 struct service_callback* p = sq->cblist, *np; local
1532 np = p->next;
1534 p = np;
1567 struct port_comm* p = outnet->unused_fds, *np; local
1569 np = p->next;
1572 p = np;
1630 struct waiting_tcp* p = outnet->tcp_wait_first, *np; local
1632 np = p->next_waiting;
1634 p = np;
1642 struct pending* p = outnet->udp_wait_first, *np; local
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c2479 unsigned char *np; local
2495 np = zip->entry_names;
2511 memcpy(np, p, b);
2512 np += b;
2515 np = zip->entry_names;
2519 entries[i].utf16name = np;
2521 entries[i].wname = (wchar_t *)np;
2525 while (nl >= 2 && (np[0] || np[1])) {
2526 np
[all...]
/freebsd-11-stable/sys/vm/
H A Dvm_object.c910 vm_page_t np, p; local
938 for (p = vm_page_find_least(object, tstart); p != NULL; p = np) {
942 np = TAILQ_NEXT(p, listq);
952 np = vm_page_find_least(object, pi);
987 np = vm_page_find_least(object, pi + n);
/freebsd-11-stable/contrib/sendmail/src/
H A Dutil.c1375 ** np -- pointer to bytes available; will be updated with
1393 fgetfolded(buf, np, f)
1395 int *np;
1403 SM_REQUIRE(np != NULL);
1404 n = *np;
1446 *np = nn;
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c3233 struct netent *np = NULL; local
3280 if (sa == NULL && (np = getnetbyname(cp)) != NULL) {
3284 sin.sin_addr = inet_makeaddr(np->n_net, 0);
3301 if (np) {
3302 name = np->n_name;
/freebsd-11-stable/contrib/gcc/
H A Dgcc.c1213 char *np;
1226 np = xstrdup (sp);
1230 while (*np == ' ')
1231 np++;
1232 if (*np == 0)
1234 newv[newindex++] = np;
1235 while (*np != ' ' && *np)
1236 np++;
1237 if (*np
1208 char *np; local
[all...]

Completed in 507 milliseconds

<<11121314