HomeSort by: relevance | last modified time | path
    Searched defs:nl (Results 1 - 25 of 193) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/libexec/identd/
ipf.c 37 natlookup_t nl; local
42 (void)memset(&nl, 0, sizeof(nl));
46 obj.ipfo_size = sizeof(nl);
47 obj.ipfo_ptr = &nl;
53 (void)memcpy(&nl.nl_realip, &csatosin(&ss[0])->sin_addr,
55 (void)memcpy(&nl.nl_outip, &csatosin(&ss[1])->sin_addr,
57 nl.nl_realport = ntohs(csatosin(&ss[0])->sin_port);
58 nl.nl_outport = ntohs(csatosin(&ss[1])->sin_port);
59 nl.nl_flags = IPN_TCP | IPN_IN
    [all...]
pf.c 33 struct pfioc_natlook nl; local
36 (void)memset(&nl, 0, sizeof(nl));
41 (void)memcpy(&nl.daddr.v4, &csatosin(&ss[0])->sin_addr,
43 (void)memcpy(&nl.saddr.v4, &csatosin(&ss[1])->sin_addr,
45 nl.dport = csatosin(&ss[0])->sin_port;
46 nl.sport = csatosin(&ss[1])->sin_port;
47 nl.af = AF_INET;
48 nl.proto = IPPROTO_TCP;
49 nl.direction = PF_IN
    [all...]
  /src/usr.sbin/crash/arch/
mips.c 45 static struct nlist nl[] = { variable in typeref:struct:nlist
57 if (kvm_nlist(kd, nl) == -1) {
60 if ((size_t)kvm_read(kd, nl[0].n_value, &pcb, sizeof(pcb)) !=
70 return (vaddr_t)nl[1].n_value;
sparc.c 48 static struct nlist nl[] = { variable in typeref:struct:nlist
59 if (kvm_nlist(kd, nl) == -1) {
62 if ((size_t)kvm_read(kd, nl[0].n_value, &pcb, sizeof(pcb)) !=
x86.c 54 static struct nlist nl[] = { variable in typeref:struct:nlist
68 if (kvm_nlist(kd, nl) == -1) {
71 if ((size_t)kvm_read(kd, nl[0].n_value, &pcb, sizeof(pcb)) !=
76 if ((size_t)kvm_read(kd, nl[1].n_value, &vm_min_kernel_address,
aarch64.c 48 static struct nlist nl[] = { variable in typeref:struct:nlist
58 if (kvm_nlist(kd, nl) == -1)
61 el0_trap = nl[0].n_value;
62 el1_trap = nl[1].n_value;
63 cpu_switchto_softint = nl[2].n_value;
powerpc.c 49 static struct nlist nl[] = { variable in typeref:struct:nlist
60 if (kvm_nlist(kd, nl) == -1)
63 trapexit = (void *)nl[N_TRAPEXIT].n_value;
64 sctrapexit = (void *)nl[N_SCTRAPEXIT].n_value;
65 intrcall = (void *)nl[N_INTRCALL].n_value;
  /src/external/bsd/libarchive/dist/libarchive/test/
test_write_disk_hfs_compression.c 37 char *nl, *nlp; local
47 assert((nl = malloc(r)) != NULL);
48 if (nl == NULL)
51 r = listxattr(filename, nl, r, XATTR_SHOWCOMPRESSION);
53 free(nl);
58 for (nlp = nl; nlp < nl + r; nlp += strlen(nlp) + 1) {
64 free(nl);
test_write_disk_no_hfs_compression.c 37 char *nl, *nlp; local
47 assert((nl = malloc(r)) != NULL);
48 if (nl == NULL)
51 r = listxattr(filename, nl, r, XATTR_SHOWCOMPRESSION);
53 free(nl);
58 for (nlp = nl; nlp < nl + r; nlp += strlen(nlp) + 1) {
64 free(nl);
test_write_disk_appledouble.c 67 char *nl, *nlp; local
77 assert((nl = malloc(r)) != NULL);
78 if (nl == NULL)
81 r = listxattr(filename, nl, r, XATTR_SHOWCOMPRESSION);
83 free(nl);
88 for (nlp = nl; nlp < nl + r; nlp += strlen(nlp) + 1) {
94 free(nl);
test_write_disk_mac_metadata.c 67 char *nl, *nlp; local
77 assert((nl = malloc(r)) != NULL);
78 if (nl == NULL)
81 r = listxattr(filename, nl, r, XATTR_SHOWCOMPRESSION);
83 free(nl);
88 for (nlp = nl; nlp < nl + r; nlp += strlen(nlp) + 1) {
94 free(nl);
  /src/lib/libkvm/
kvm_getloadavg.c 58 static struct nlist nl[] = { variable in typeref:struct:nlist
82 if (kvm_nlist(kd, nl) != 0) {
83 for (p = nl; p->n_type != 0; ++p);
89 if (KREAD(kd, nl[X_AVERUNNABLE].n_value, &loadinfo)) {
98 if (!KREAD(kd, nl[X_FSCALE].n_value, &fscale))
kvm_file.c 155 struct nlist nl[3], *p; local
157 nl[0].n_name = "_nfiles";
158 nl[1].n_name = "_filehead";
159 nl[2].n_name = 0;
161 if (kvm_nlist(kd, nl) != 0) {
162 for (p = nl; p->n_type != 0; ++p)
168 if (KREAD(kd, nl[0].n_value, &numfiles)) {
174 numfiles = kvm_deadfiles(kd, op, arg, (long)nl[1].n_value,
kvm_vax.c 80 struct nlist nl[2]; local
92 nl[0].n_name = "_end";
93 nl[1].n_name = 0;
94 if (kvm_nlist(kd, nl) != 0) {
98 vm->end = (u_long)nl[0].n_value;
  /src/share/man/tools/
line.c 11 char nl = '\n'; variable
22 while ((c = readc()) != nl)
32 write(1,&nl,1);
41 return(nl);
  /src/usr.bin/make/unit-tests/
deptgt-makeflags.mk 58 # The following line looks as if it assigned a newline to nl, but it doesn't.
60 # assignment. At that point, the line is simply "nl=\n", and the \n is
62 .MAKEFLAGS: nl="\n" macro
63 .if ${nl} != ""
78 .MAKEFLAGS: nl:="$${:U}\n$${:U}" macro
79 .if ${nl} != ${.newline}
  /src/external/bsd/nvi/dist/vi/
v_at.c 99 static CHAR_T nl[] = { '\n', 0 }; local
102 v_event_push(sp, NULL, nl, 1, 0)) ||
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-console.c 63 char nl = '\n'; local
64 m_raw->write_async_safe (&nl, 1);
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-console.c 63 char nl = '\n'; local
64 m_raw->write_async_safe (&nl, 1);
  /src/external/lgpl3/gmp/dist/mpz/
rrandomb.c 40 mp_size_t nl; local
43 nl = BITS_TO_LIMBS (nbits);
46 xp = MPZ_NEWALLOC (x, nl);
50 SIZ(x) = nl;
tdiv_q.c 39 mp_size_t ns, ds, nl, dl; local
45 nl = ABS (ns);
47 ql = nl - dl + 1;
72 tp = TMP_ALLOC_LIMBS (nl + 1);
77 MPN_COPY (tp, np, nl);
81 mpn_div_q (qp, np, nl, dp, dl, tp);
tdiv_r.c 39 mp_size_t ns, nl, dl; local
44 nl = ABS (ns);
46 ql = nl - dl + 1;
56 rp = MPZ_NEWALLOC (rem, nl);
58 MPN_COPY (rp, np, nl);
86 tp = TMP_ALLOC_LIMBS (nl);
87 MPN_COPY (tp, np, nl);
91 mpn_tdiv_qr (qp, rp, 0L, np, nl, dp, dl);
  /src/lib/libc/stdio/
fvwrite.c 68 char *nl; local
199 nl = memchr(p, '\n', len);
200 nldist = nl ? (size_t)(nl + 1 - p) : len + 1;
  /src/sys/arch/hp300/dev/
diofb_mono.c 132 int nl; /* temp copy of nlMiddle */ local
200 nl = nlMiddle;
201 while (nl-- > 0) {
210 nl = nlMiddle + 1;
211 while (--nl > 0) {
249 nl = nlMiddle + 1;
250 while (--nl > 0) {
  /src/usr.bin/find/
misc.c 105 int ch, first, nl; local
114 for (nl = 0;;) {
116 nl = 1;
124 if (!nl) {

Completed in 45 milliseconds

1 2 3 4 5 6 7 8