Searched refs:nw (Results 1 - 25 of 72) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/script/
H A Dmknissmbpwdtbl.sh9 -D access=og=rmcd,nw= -c \
14 smb_grpid=,nw+r \
15 group_rid=,nw+r \
16 acb=,nw+r \
18 lmpwd=C,nw=,g=r,o=rm \
19 ntpwd=C,nw=,g=r,o=rm \
21 logon_t=,nw+r \
22 logoff_t=,nw+r \
23 kick_t=,nw+r \
24 pwdlset_t=,nw
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_shift.c126 int i,nw,lb,rb; local
131 nw=n/BN_BITS2;
132 if (bn_wexpand(r,a->top+nw+1) == NULL) return(0);
137 t[a->top+nw]=0;
140 t[nw+i]=f[i];
145 t[nw+i+1]|=(l>>rb)&BN_MASK2;
146 t[nw+i]=(l<<lb)&BN_MASK2;
148 memset(t,0,nw*sizeof(t[0]));
149 /* for (i=0; i<nw; i++)
151 r->top=a->top+nw
158 int i,j,nw,lb,rb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_shift.c134 int i,nw,lb,rb; local
142 nw=n/BN_BITS2;
143 if (bn_wexpand(r,a->top+nw+1) == NULL) return(0);
148 t[a->top+nw]=0;
151 t[nw+i]=f[i];
156 t[nw+i+1]|=(l>>rb)&BN_MASK2;
157 t[nw+i]=(l<<lb)&BN_MASK2;
159 memset(t,0,nw*sizeof(t[0]));
160 /* for (i=0; i<nw; i++)
162 r->top=a->top+nw
170 int i,j,nw,lb,rb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dnetware.c83 struct netware_super_block *nw; local
87 nw = (struct netware_super_block *) volume_id_get_buffer(id, off + NW_SUPERBLOCK_OFFSET, 0x200);
88 if (nw == NULL)
91 if (memcmp(nw->SBH_Signature, "SPB5", 4) != 0)
94 volume_id_set_uuid(id, nw->SBH_PoolID, 0, UUID_DCE);
97 le16_to_cpu(nw->SBH_VersionMediaMajor), le16_to_cpu(nw->SBH_VersionMediaMinor));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/Netware/
H A Dbuild.bat15 rem assembly opts - "nw-mwasm" - use Metrowerks assembler
16 rem - "nw-nasm" - use NASM assembler
35 rem set ASM_MODE=nw-mwasm
40 rem set ASM_MODE=nw-nasm
68 if "%1" == "nw-nasm" set ASM_MODE=nw-nasm
69 if "%1" == "nw-nasm" set ASSEMBLER=NASM
70 if "%1" == "nw-nasm" set NO_ASM=
71 if "%1" == "nw-nasm" set ARG_PROCESSED=YES
72 if "%1" == "nw
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_file.c26 size_t nw; local
47 if ((ret = __os_write(env, fhp, buf, FILE_EXTEND_IO_SIZE, &nw)) != 0)
109 size_t len, nw; local
124 env, fhp, buf, FILE_WRITE_IO_SIZE, &nw)) != 0)
128 if ((ret = __os_write(env, fhp, buf, len, &nw)) != 0)
H A Denv_register.c213 size_t nr, nw; local
347 dbenv->registry, PID_EMPTY, PID_LEN, &nw)) != 0)
373 dbenv->registry, pid_buf, PID_LEN, &nw)) != 0)
398 size_t nw; local
423 env, dbenv->registry, PID_EMPTY, PID_LEN, &nw)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dbtcx-risc.c134 s32 nx,nw,dx; local
139 nw = (win->width) & ~mask;
140 if (nx + nw > win->left + win->width)
141 nw -= mask+1;
144 win->width = nw;
152 nw = (clips[i].c.width) & ~mask;
153 if (nx + nw < clips[i].c.left-dx + clips[i].c.width)
154 nw += mask+1;
156 clips[i].c.width = nw;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_net.c704 ssize_t bytes_left, nw; local
713 nw = writesocket(fd, (const char *)&rec->size, 4);
714 if (nw != 4)
718 nw = writesocket(fd, rec->data, rec->size);
719 if (nw < 0)
721 if (nw != (ssize_t)rec->size) {
723 wp = (u_int8_t *)rec->data + nw;
724 bytes_left = rec->size - nw;
726 nw = writesocket(fd, wp, bytes_left);
727 if (nw <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A DMakefile.netware56 INSTDIR = ..$(DS)..$(DS)curl-$(LIBCURL_VERSION_STR)-bin-nw
233 LDLIBS += $(LIBSSH2_PATH)/nw/libssh2.$(LIBEXT)
236 IMPORTS += @$(LIBSSH2_PATH)/nw/libssh2.imp
252 LDLIBS += $(FBOPENSSL_PATH)/nw/fbopenssl.$(LIBEXT)
268 LDLIBS += $(ZLIB_PATH)/nw/$(LIBARCH)/libz.$(LIBEXT)
271 IMPORTS += @$(ZLIB_PATH)/nw/$(LIBARCH)/libz.imp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A DMakefile.netware56 INSTDIR = ..$(DS)curl-$(LIBCURL_VERSION_STR)-bin-nw
233 LDLIBS += $(LIBSSH2_PATH)/nw/libssh2.$(LIBEXT)
236 IMPORTS += @$(LIBSSH2_PATH)/nw/libssh2.imp
251 LDLIBS += $(FBOPENSSL_PATH)/nw/fbopenssl.$(LIBEXT)
268 LDLIBS += $(ZLIB_PATH)/nw/$(LIBARCH)/libz.$(LIBEXT)
271 IMPORTS += @$(ZLIB_PATH)/nw/$(LIBARCH)/libz.imp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A DMakefile.netware56 INSTDIR = ..$(DS)curl-$(LIBCURL_VERSION_STR)-bin-nw
233 LDLIBS += $(LIBSSH2_PATH)/nw/libssh2.$(LIBEXT)
236 IMPORTS += @$(LIBSSH2_PATH)/nw/libssh2.imp
252 LDLIBS += $(FBOPENSSL_PATH)/nw/fbopenssl.$(LIBEXT)
268 LDLIBS += $(ZLIB_PATH)/nw/$(LIBARCH)/libz.$(LIBEXT)
271 IMPORTS += @$(ZLIB_PATH)/nw/$(LIBARCH)/libz.imp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dnetware.bat60 echo Environment variable MWCIncludes is not set - see install.nw
65 echo Environment variable PRELUDE is not set - see install.nw
70 echo Environment variable IMPORTS is not set - see install.nw
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86asm.pl34 elsif ( ($type eq "nw-nasm"))
36 elsif ( ($type eq "nw-mwasm"))
47 nw-nasm - NetWare NASM format
48 nw-mwasm- NetWare Metrowerks Assembler
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Dzerofill.c35 size_t blen, nw; local
75 if ((ret = __os_physwrite(env, fhp, bp, blen, &nw)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_rw.c230 ssize_t nw; local
269 offset < len; taddr += nw, offset += (u_int32_t)nw) {
271 RETRY_CHK(((nw = write(fhp->fd,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_rw.c183 size_t offset, nw; local
198 offset = 0; offset < len; taddr += nw, offset += nw) {
204 nw = (size_t)count;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dinotify.c83 struct watch *nw; local
93 nw = malloc(sizeof(struct watch));
94 if( nw == NULL )
99 nw->wd = wd;
100 nw->next = NULL;
101 nw->path = strdup(path);
105 watches = nw;
110 lastwatch->next = nw;
112 lastwatch = nw;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dinotify.c83 struct watch *nw; local
93 nw = malloc(sizeof(struct watch));
94 if( nw == NULL )
99 nw->wd = wd;
100 nw->next = NULL;
101 nw->path = strdup(path);
105 watches = nw;
110 lastwatch->next = nw;
112 lastwatch = nw;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dinotify.c83 struct watch *nw; local
93 nw = malloc(sizeof(struct watch));
94 if( nw == NULL )
99 nw->wd = wd;
100 nw->next = NULL;
101 nw->path = strdup(path);
105 watches = nw;
110 lastwatch->next = nw;
112 lastwatch = nw;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_posix.c501 int nw; local
503 if ((nw = writev(fd, iovec, buf_count)) == -1)
505 *byte_count_p = (size_t)nw;
519 ssize_t nw; local
521 if ((nw = readv(fd, iovec, buf_count)) == -1)
523 *byte_count_p = (size_t)nw;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dtherm_pm72.c343 int tries, nr, nw; local
348 nw = i2c_master_send(fcu, buf, 1);
349 if (nw > 0 || (nw < 0 && nw != -EIO) || tries >= 100)
354 if (nw <= 0) {
355 printk(KERN_ERR "Failure writing address to FCU: %d", nw);
367 printk(KERN_ERR "Failure reading data from FCU: %d", nw);
373 int tries, nw; local
381 nw
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_upgrade.c123 size_t nw; local
154 if ((ret = __os_write(env, fhp, buf, pagesize, &nw)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Ddec_esp.c392 u32 nw, data0, data1, scsi_data_ptr; local
395 nw = ioasic_read(IO_REG_SCSI_SCR);
400 if (nw) {
403 switch (nw) {
421 printk("Strange: %d words in dma buffer left\n", nw);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_dmap.c1131 int dbitno, word, rembits, nb, nwords, wbitno, nw; local
1219 nw = BUDSIZE(l2size, BUDMIN);
1221 nwords -= nw;
1222 word += nw;
2080 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; local
2151 for (; nwords > 0; nwords -= nw) {
2175 nw = BUDSIZE(size, BUDMIN);
2176 word += nw;
2227 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; local
2299 for (; nwords > 0; nwords -= nw) {
3655 int blkno, w, b, r, nw, nb, i; local
[all...]

Completed in 165 milliseconds

123