Searched refs:existing (Results 1 - 19 of 19) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/udhcpd/
H A Doptions.c203 struct option_set *existing, *new, **curr; local
205 /* add it to an existing option */
206 if ((existing = find_option(*opt_list, option->code))) {
207 DEBUG(LOG_INFO, "Attaching option %s to existing member of list", option->name);
209 if (existing->data[OPT_LEN] + length <= 255) {
210 existing->data = realloc(existing->data,
211 existing->data[OPT_LEN] + length + 2);
212 memcpy(existing->data + existing
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/
H A Dsmbldap-migrate-accounts.pl83 my %existing = ( 'user' => 0, 'machine' => 0);
155 $existing{$entry_type}++;
171 $sum = $existing{'user'} + $existing{'machine'};
172 print STDERR "existing: all=$sum user=$existing{'user'} machine=$existing{'machine'}\n";
H A Dsmbldap-useradd.pl467 existing group. The default group number is 1.
H A Dsmbldap-usermod.pl434 already existing group. The default group number is 1.
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dsmbldap.h118 void smbldap_make_mod(LDAP *ldap_struct, LDAPMessage *existing,
/asus-wl-520gu-7.0.1.45/src/router/samba/source/passdb/
H A Dpdb_ldap.c746 LDAPMessage *existing,
766 smbldap_make_mod(ldap_state->smbldap_state->ldap_struct, existing, mods,
786 smbldap_make_mod(ldap_state->smbldap_state->ldap_struct, existing, mods,
792 smbldap_make_mod(ldap_state->smbldap_state->ldap_struct, existing, mods,
821 smbldap_make_mod(ldap_state->smbldap_state->ldap_struct, existing, mods,
827 smbldap_make_mod(ldap_state->smbldap_state->ldap_struct, existing, mods,
848 smbldap_make_mod(ldap_state->smbldap_state->ldap_struct, existing, mods,
853 smbldap_make_mod(ldap_state->smbldap_state->ldap_struct, existing, mods,
858 smbldap_make_mod(ldap_state->smbldap_state->ldap_struct, existing, mods,
863 smbldap_make_mod(ldap_state->smbldap_state->ldap_struct, existing, mod
745 init_ldap_from_sam(struct ldapsam_privates *ldap_state, LDAPMessage *existing, LDAPMod *** mods, SAM_ACCOUNT * sampass, BOOL (*need_update)(const SAM_ACCOUNT *, enum pdb_elements)) argument
1752 init_ldap_from_group(LDAP *ldap_struct, LDAPMessage *existing, LDAPMod ***mods, const GROUP_MAP *map) argument
[all...]
/asus-wl-520gu-7.0.1.45/tools/visionice/
H A Dupdate.bat8 echo Backing up the existing files to be replaced....
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dsmbldap.c412 void smbldap_make_mod(LDAP *ldap_struct, LDAPMessage *existing, argument
419 if (existing != NULL) {
420 existed = smbldap_get_single_attribute(ldap_struct, existing, attribute, oldval);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dhead_4xx.S98 ## Save the existing PID and load the kernel PID.
116 mtspr SPRN_PID,r7 # Restore the existing PID
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/cdrom/
H A Dcdrom-standard.tex57 and then changing an existing one. Unfortunately, this practice did not
71 manufacturers adopted an existing electrical interface and changed
73 adapted their drives to one or more of the already existing electrical
77 scheme, either a separate driver had to be written, or an existing
84 When (in the 1.3.70's) I looked at the existing software interface,
918 tracks with audio. Because this is an existing interface, rather
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dgen_except.S210 | No bits in the enable byte match existing exceptions. Check for
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/
H A Dsmp.tex124 probably need to be modified in existing kernels to cope with this.
176 The memory management core of the existing Linux system functions
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-tunnels.tex199 some features related to the fact that they work over existing Internet
H A Dip-cref.tex851 {\tt ip neighbour change} --- change an existing entry\\
852 {\tt ip neighbour replace} --- add a new entry or change an existing one}
858 or update existing ones.
1783 \verb|show| shows existing routes. \verb|get| resolves them and
2347 {\tt ip tunnel change} --- change an existing tunnel\\
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/libevent/Doc/
H A Dlibevent.tex300 is established for \param{sig}. Any existing signal disposition is
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Mandrake/
H A Dsamba2.spec1845 testing. It shouldn't touch existing installations. Of course, only
1982 need a start-up script for winbind, or need to modify existing one.
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/et/
H A Dtexinfo.tex1887 % Read the last existing aux file, if any. No error if none exists.
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1657 # we don't mess with the existing fsave frame. just re-insert it and
H A Dfpsp.S1658 # we don't mess with the existing fsave frame. just re-insert it and

Completed in 380 milliseconds