Searched refs:np (Results 126 - 150 of 334) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/acpi/acpidb/
H A Dacpidb.c226 char buf[256], *np, *ep; local
239 np = buf;
241 rc.regtype = strtoq(np, &ep, 10);
242 if (np == ep) {
245 np = ep;
248 rc.addr = strtoq(np, &ep, 16);
249 if (np == ep) {
252 np = ep;
255 rc.value = strtoq(np, &ep, 16);
256 if (np
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dmdoc_validate.c1065 struct roff_node *np, *nch; local
1072 np = mdoc->last;
1073 if (np->type != ROFFT_HEAD)
1076 assert(np->parent->type == ROFFT_BLOCK);
1077 assert(np->parent->tok == MDOC_Bf);
1081 nch = np->child;
1082 if (np->parent->args == NULL) {
1085 np->line, np->pos, "Bf");
1096 if (np
1270 struct roff_node *n, *np; local
1384 struct roff_node *np, *nch; local
1945 struct roff_node *np, *nch, *next, *prev; local
2417 struct roff_node *np; local
2488 struct roff_node *np; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86-mont.pl46 $np="ebp";
72 # pointer and ap argument [np is also position sensitive vector,
114 &mov ("ebp",&DWP(3*4,"esi"));# const BN_ULONG *np
148 &mov ($np,$_np);
155 &movd ($car1,&DWP(0,$np)); # np[0]
164 &pmuludq($car1,$mul1); # "t[0]"*np[0]*n0
167 &movd ($acc1,&DWP(4,$np)); # np[1]
176 &pmuludq($acc1,$mul1); # np[
[all...]
H A Dmips3-mont.pl25 $np="a3"; # const BN_ULONG *np,
78 ld $nj,0($np) # np[0]
96 ld $nlo,8($np)
123 PTR_ADD $nj,$np,$j
178 ld $nj,($np)
179 ld $nlo,8($np)
211 PTR_ADD $nj,$np,$j
278 ld $lo1,($np)
[all...]
H A Darmv4-mont.pl47 $np="r3";
65 # np permanently resides in r3
120 ldr $nj,[$np],#4 @ np[0],np++
128 umlal $alo,$nlo,$nj,$n0 @ np[0]*n0+"t[0]"
134 ldr $nj,[$np],#4 @ np[j],np++
138 umlal $nlo,$nhi,$nj,$n0 @ np[
[all...]
H A Ds390x-mont.pl69 $np="%r5"; # const BN_ULONG *np,
134 lg $nlo,0($np) #
136 mlgr $nhi,$mn0 # np[0]*m1
153 lg $nlo,0($j,$np)
155 mlgr $nhi,$mn0 # np[j]*m1
186 lg $nlo,0($np) # np[0]
188 mlgr $nhi,$mn0 # np[0]*m1
207 lg $nlo,0($j,$np)
[all...]
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c506 struct nfsnode *np; local
524 np = VTONFS(vp);
552 if (!(np->n_flag & NDELEGRECALL)) {
993 struct nfsnode *np; local
1001 np = VTONFS(vp);
1060 ldp = dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh,
1061 np->n_fhp->nfh_len);
1071 ret = nfscl_getopen(&dp->nfsdl_owner, np->n_fhp->nfh_fh,
1072 np->n_fhp->nfh_len, openownp, ownp, mode, NULL, &op);
1075 np
1191 struct nfsnode *np; local
1299 struct nfsnode *np; local
1340 struct nfsnode *np; local
3240 struct nfsnode *np; local
3832 struct nfsnode *np; local
3888 struct nfsnode *np; local
4040 struct nfsnode *np; local
4147 struct nfsnode *np; local
4306 struct nfsnode *np; local
4340 struct nfsnode *np; local
4377 struct nfsnode *np; local
4474 struct nfsnode *np; local
4643 struct nfsnode *np = VTONFS(vp); local
4670 struct nfsnode *np = VTONFS(vp); local
4697 struct nfsnode *np = VTONFS(vp); local
4726 struct nfsnode *np = VTONFS(vp); local
4791 struct nfsnode *np = VTONFS(vp); local
5286 struct nfsnode *np = VTONFS(vp); local
[all...]
H A Dnfsnode.h169 #define NFSTOV(np) ((struct vnode *)(np)->n_vnode)
/freebsd-11-stable/sys/amd64/amd64/
H A Dmp_machdep.c208 struct nmi_pcpu *np; local
226 np = ((struct nmi_pcpu *) &nmi_stack[PAGE_SIZE]) - 1;
227 common_tss[cpu].tss_ist2 = (long) np;
230 np = ((struct nmi_pcpu *) &mce_stack[PAGE_SIZE]) - 1;
231 common_tss[cpu].tss_ist3 = (long) np;
234 np = ((struct nmi_pcpu *) &dbg_stack[PAGE_SIZE]) - 1;
235 common_tss[cpu].tss_ist4 = (long) np;
276 np = ((struct nmi_pcpu *) &nmi_stack[PAGE_SIZE]) - 1;
277 np->np_pcpu = (register_t) pc;
280 np
[all...]
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A Ddevice.c119 int *np = 0; local
127 np = &dev->sizescale;
129 np = &dev->res;
131 np = &dev->unitwidth;
133 np = &dev->paperwidth;
135 np = &dev->paperlength;
137 if (np) {
139 if (!q || sscanf(q, "%d", np) != 1 || *np <= 0) {
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c475 dump_sym(const struct nlist *np) argument
482 switch (np->n_type & ~N_EXT) {
496 case N_FN: strcpy(type, np->n_type&N_EXT ? "fn" : "warn"); break;
524 snprintf(type, sizeof type, "%#02x", np->n_type);
528 if (np->n_type & N_EXT && type[0] != '0')
532 switch (N_AUX(np)) {
536 default: snprintf(aux, sizeof aux, "%#01x", N_AUX(np)); break;
539 weak = N_BIND(np) == BIND_WEAK ? 'w' : ' ';
541 printf("%c%-6s %-4s %8lx", weak, type, aux, np->n_value);
/freebsd-11-stable/contrib/libpcap/
H A Dnametoaddr.c224 struct netent *np;
248 np = NULL;
249 err = getnetbyname_r(name, &result_buf, buf, sizeof buf, &np,
265 np = getnetbyname_r(name, &result_buf, buf, (int)sizeof buf);
274 np = NULL;
276 np = &result_buf;
288 np = getnetbyname(name);
290 if (np != NULL)
291 return np->n_net;
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Decona_machdep.c179 #define valloc_pages(var, np) \
180 alloc_pages((var).pv_va, (np)); \
183 #define alloc_pages(var, np) \
185 freemempos += (np * PAGE_SIZE); \
186 memset((char *)(var), 0, ((np) * PAGE_SIZE));
/freebsd-11-stable/sbin/restore/
H A Dinteractive.c97 struct entry *np; local
160 np = lookupname(name);
161 if (np == NULL || (np->e_flags & NEW) == 0) {
165 treescan(name, np->e_ino, deletefile);
445 char *cp, *np; local
462 for (cp = np = canonname; *np != '\0'; cp++) {
463 *cp = *np++;
464 while (*cp == '/' && *np
581 struct entry *np; local
[all...]
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_filter.c49 char *np; local
141 INT2CHAR(sp, cmd, STRLEN(cmd)+1, np, nlen);
142 execl(O_STR(sp, O_SHELL), name, "-c", np, (char *)NULL); local
286 uwait: INT2CHAR(sp, cmd, STRLEN(cmd) + 1, np, nlen);
287 return (proc_wait(sp, (long)utility_pid, np,
H A Dex_tag.c148 char *np; local
170 np, nlen);
171 msgq(sp, M_INFO, "%s", np);
188 char *np; local
210 np, nlen);
211 msgq(sp, M_INFO, "%s", np);
717 char *np; local
779 np, nlen);
780 msgq(sp, M_INFO, "%s", np);
913 char *np; local
980 char *np; local
[all...]
/freebsd-11-stable/usr.bin/wall/
H A Dwall.c104 char **np; local
162 for (np = grp->gr_mem; *np; np++) {
163 if (strcmp(*np, utmp->ut_user) == 0) {
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpagent.c574 const struct snmp_node *np; local
579 np = context->node[i];
583 ret = (*np->op)(&context->ctx, b, np->oid.len, np->index,
682 const struct snmp_node *np; local
702 if ((np = context.node[i] = find_node(b, &except)) == NULL) {
710 } else if ((np = find_subnode(b)) != NULL) {
731 if (np->type == SNMP_NODE_LEAF &&
732 !(np
[all...]
/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Dcrb_machdep.c179 #define valloc_pages(var, np) \
180 alloc_pages((var).pv_pa, (np)); \
183 #define alloc_pages(var, np) \
184 freemempos -= (np * PAGE_SIZE); \
186 memset((char *)(var), 0, ((np) * PAGE_SIZE));
/freebsd-11-stable/usr.sbin/bhyve/
H A Dmem.c128 struct mmio_rb_range *np;
131 RB_FOREACH(np, mmio_rb_tree, rbt) {
132 printf(" %lx:%lx, %s\n", np->mr_base, np->mr_end,
133 np->mr_param.name);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dutil.c101 uint64_t np; local
107 if (nvlist_lookup_uint64(cnv, ZPOOL_CONFIG_NPARITY, &np) == 0)
108 tname[strlen(tname)] = '0' + np;
/freebsd-11-stable/usr.sbin/config/
H A Dconfig.y383 struct device *np;
391 np = (struct device *) calloc(1, sizeof *np);
392 if (np == NULL)
394 np->d_name = name;
395 STAILQ_INSERT_TAIL(&dtab, np, d_next);
/freebsd-11-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_kr.h275 struct al_eth_an_np *np);
278 struct al_eth_an_np *np);
/freebsd-11-stable/sys/net/
H A Dbpf_filter.c95 u_char *cp, *np; local
115 np = mtod(m0, u_char *);
119 ((u_int32_t)np[0] << 16) |
120 ((u_int32_t)np[1] << 8) |
121 (u_int32_t)np[2]);
126 ((u_int32_t)np[0] << 8) |
127 (u_int32_t)np[1]);
133 (u_int32_t)np[0]);
/freebsd-11-stable/sbin/mount_nfs/
H A Dmount_nfs.c989 xdr_fh(XDR *xdrsp, struct nfhret *np) argument
994 if (!xdr_u_long(xdrsp, &np->stat))
996 if (np->stat)
998 switch (np->vers) {
1000 np->fhsize = NFS_FHSIZE;
1001 return (xdr_opaque(xdrsp, (caddr_t)np->nfh, NFS_FHSIZE));
1003 if (!xdr_long(xdrsp, &np->fhsize))
1005 if (np->fhsize <= 0 || np->fhsize > NFS3_FHSIZE)
1007 if (!xdr_opaque(xdrsp, (caddr_t)np
[all...]

Completed in 313 milliseconds

1234567891011>>