Searched refs:ID (Results 1 - 25 of 67) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/nsswitch/
H A Dgetent_r.sh10 ID=$2
11 FILES="/tmp/${TYPE}_r-${ID}.out-*"
21 SORTED="/tmp/${TYPE}_r-${ID}.out-*.sorted"
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/eicon/
H A Deicon_pci.h29 extern int eicon_pci_find_card(char *ID);
H A Deicon_pci.c32 int eicon_pci_find_card(char *ID) argument
70 sprintf(did, "%s%d", (strlen(ID) < 1) ? "eicon":ID, pci_cards);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Driotable.c168 if ( MapP->ID || MapP->SysPort || MapP->Flags ) {
196 /* MapP->ID = 0; */
205 if ( !MapP->ID ) {
206 rio_dprintk (RIO_DEBUG_TABLE, "RIO: RTA %s has been allocated an ID of zero!\n",
212 if ( MapP->ID > MAX_RUP ) {
213 rio_dprintk (RIO_DEBUG_TABLE, "RIO: RTA %s has been allocated an illegal ID %d\n",
214 MapP->Name, MapP->ID);
222 MapP->ID == p->RIOConnectTable[SubEnt].ID ) {
223 rio_dprintk (RIO_DEBUG_TABLE, "Dupl. ID numbe
[all...]
H A Dmap.h58 ushort ID; /* ID used in the subnet */ member in struct:Map
59 ushort ID2; /* ID of 2nd block of 8 for 16 port */
60 ulong Flags; /* Booted, ID Given, Disconnected */
62 struct Top Topology[LINKS_PER_UNIT]; /* ID connected to each link */
90 ** ID will be in the range 0-16 for a `known' RTA. ID will be 0xFFFF for an
91 ** unused slot/unknown ID etc.
92 ** The Topology array contains the ID of the unit connected to each of the
H A Driocmd.c104 CmdBlkP->Packet.dest_unit = MapP->ID;
114 if ( RIOQueueCmdBlk( HostP, MapP->ID-1, CmdBlkP) == RIO_FAIL ) {
137 CmdBlkP->Packet.dest_unit = MapP->ID;
147 if ( RIOQueueCmdBlk( HostP, MapP->ID-1, CmdBlkP) == RIO_FAIL ) {
244 CmdBlkP->Packet.dest_unit = MapP->ID;
251 CmdBlkP->Packet.data[2] = IdRta.ID;
253 if ( RIOQueueCmdBlk( HostP, MapP->ID-1, CmdBlkP) == RIO_FAIL ) {
273 uint ID; local
306 ID = 0;
318 for ( ID
[all...]
H A Driotypes.h109 typedef unsigned long ID ; typedef
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/boot/compressed/
H A Dhead-l7200.S29 mov r7, #19 @ Set architecture ID
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/
H A Dsmbldap-groupdel.pl85 with the named group as the file group ID.
H A Dsmbldap-groupmod.pl249 -g gid The numerical value of the group's ID. This value must be
251 negative. Any files which the old group ID is the file
252 group ID must have the file group ID changed manually.
H A Dsmbldap-groupadd.pl146 -g gid The numerical value of the group's ID. This value must be
148 negative. The default is to use the smallest ID value greater
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/simple/
H A Dhead.S44 .long 0x62726f6d # structure ID - "brom"
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/block/
H A Ddasd_eckd.h231 __u16 ID; member in struct:dasd_eckd_confdata_t::__anon2069
250 __u16 ID; member in struct:dasd_eckd_confdata_t::__anon2071
269 __u16 ID; member in struct:dasd_eckd_confdata_t::__anon2073
288 __u16 ID; member in struct:dasd_eckd_confdata_t::__anon2075
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dio_apic.h26 ID : 4, member in struct:IO_APIC_reg_00
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dio_apic.h26 ID : 4, member in struct:IO_APIC_reg_00
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dio_apic.h26 ID : 4, member in struct:IO_APIC_reg_00
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dio_apic.h26 ID : 4, member in struct:IO_APIC_reg_00
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/include/
H A DMakefile.in137 ID: $(HEADERS) $(SOURCES) $(LISP)
139 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
156 -rm -f TAGS ID
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/include/
H A DMakefile.in137 ID: $(HEADERS) $(SOURCES) $(LISP)
139 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
156 -rm -f TAGS ID
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dcpqphp_pci.c509 u32 ID; local
539 ID = 0xFFFFFFFF;
540 rc = pci_read_config_dword_nodev (ctrl->pci_ops, busnumber, device, 0, PCI_VENDOR_ID, &ID);
542 if (ID != 0xFFFFFFFF) { // device in slot
617 rc = pci_read_config_dword_nodev (ctrl->pci_ops, busnumber, device, function, PCI_VENDOR_ID, &ID);
618 if (ID == 0xFFFFFFFF) { // nothing there.
669 u32 ID; local
677 ID = 0xFFFFFFFF;
679 pci_read_config_dword_nodev (ctrl->pci_ops, new_slot->bus, new_slot->device, 0, PCI_VENDOR_ID, &ID);
681 if (ID !
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dsendauth.c305 from = Find_str_value(info,ID,Value_sep);
342 destination = Find_str_value(info,ID,Value_sep);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/
H A DMakefile.in178 ID: $(HEADERS) $(SOURCES) $(LISP)
180 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
200 -rm -f TAGS ID
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/lib/
H A DMakefile.in223 ID: $(HEADERS) $(SOURCES) $(LISP)
225 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
242 -rm -f TAGS ID
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/login.radius/
H A DMakefile.in181 ID: $(HEADERS) $(SOURCES) $(LISP)
183 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
203 -rm -f TAGS ID
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/
H A DMakefile.in178 ID: $(HEADERS) $(SOURCES) $(LISP)
180 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
200 -rm -f TAGS ID

Completed in 110 milliseconds

123