Searched refs:component (Results 1 - 23 of 23) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/utilities/
H A Dutalloc.c202 * element contains the caller's component, module name, function name, and
275 u32 component,
313 address->component = component;
355 u32 component,
373 _REPORT_ERROR (module, line, component,
481 u32 component,
508 if ((element->component & component) &&
625 u32 component,
270 acpi_ut_track_allocation( u32 list_id, acpi_debug_mem_block *address, u32 size, u8 alloc_type, u32 component, NATIVE_CHAR *module, u32 line) argument
352 acpi_ut_remove_allocation( u32 list_id, acpi_debug_mem_block *address, u32 component, NATIVE_CHAR *module, u32 line) argument
480 acpi_ut_dump_allocations( u32 component, NATIVE_CHAR *module) argument
623 acpi_ut_allocate( u32 size, u32 component, NATIVE_CHAR *module, u32 line) argument
686 acpi_ut_callocate( u32 size, u32 component, NATIVE_CHAR *module, u32 line) argument
748 acpi_ut_free( void *address, u32 component, NATIVE_CHAR *module, u32 line) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Deeprom.c268 int eeprom_str( char *nic_str, nasid_t nasid, int component )
275 if( (component & C_DIMM) == C_DIMM ) {
282 if( !(component & SUBORD_MASK) )
289 switch( component & BRICK_MASK ) {
291 r = cbrick_eeprom_read( &eep, nasid, component );
294 r = iobrick_eeprom_read( &eep, nasid, component );
297 return EEP_PARAM; /* must be an invalid component */
308 int component, net_vec_t path )
316 if( !(component & SUBORD_MASK) )
322 if( !(component
307 vector_eeprom_str( char *nic_str, nasid_t nasid, int component, net_vec_t path ) argument
575 eeprom_vertex_info_set( int component, int nasid, devfs_handle_t v, net_vec_t path ) argument
753 fake_an_eeprom_record( eeprom_brd_record_t *buf, int component, uint64_t ser ) argument
[all...]
H A Dklgraph.c468 /* Convert component 0 to klrou_t ptr */
636 int comp_index; /* component index */
637 klinfo_t *component; /* component in the board we are local
662 component = KLCF_COMP(board,comp_index);
663 /* If the component is enabled move on to
664 * the next component
666 if (KLCONFIG_INFO_ENABLED(component))
673 /* This component is disabled. Store this
678 component,
[all...]
H A Dklconflib.c91 index++; /* next component */
430 /* Get the canonical hardware graph name for the given pci component
435 klinfo_t *component,
464 modnum, board_name,KLCF_BRIDGE_W_ID(component));
468 * Get the serial number of the main component of a board
542 /* Get the hub component information */
545 /* If we don't have a hub component on an IP27
574 /* Get the tpu component information */
577 /* If we don't have a tpu component on a tpu board
596 /* Get the gsn component informatio
434 device_component_canonical_name_get(lboard_t *brd, klinfo_t *component, char *name) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/
H A Deeprom.h282 #define SUBORD_MASK 0xf0 /* AND with component specification; if the
283 the result is non-zero, then the component
294 int eeprom_str( char *nic_str, nasid_t nasid, int component );
296 int component, net_vec_t path );
309 int component );
311 int component );
313 net_vec_t path, int component );
347 * string. If component is not VECTOR or R_BRICK, the path parameter
352 char *eeprom_vertex_info_set( int component, int nasid, devfs_handle_t v,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/
H A Deeprom.h282 #define SUBORD_MASK 0xf0 /* AND with component specification; if the
283 the result is non-zero, then the component
294 int eeprom_str( char *nic_str, nasid_t nasid, int component );
296 int component, net_vec_t path );
309 int component );
311 int component );
313 net_vec_t path, int component );
347 * string. If component is not VECTOR or R_BRICK, the path parameter
352 char *eeprom_vertex_info_set( int component, int nasid, devfs_handle_t v,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/include/
H A Dacutils.h632 u32 component,
639 u32 component,
646 u32 component,
657 u32 component,
H A Dacnamesp.h216 u32 component);
H A Daclocal.h917 u32 component; \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/arc/
H A Dhinv.h121 typedef struct component { struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/arc/
H A Dhinv.h121 typedef struct component { struct
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/arc/
H A Dhinv.h132 typedef struct component { struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/arc/
H A Dhinv.h132 typedef struct component { struct
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nmbd/
H A Dnmbd_processlogon.c319 char *component, *dc, *q1; local
350 while ((component = strtok(dc, "."))) {
352 size = push_ascii(&q[1], component, -1, 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/namespace/
H A Dnsdump.c47 * Component - Caller's component ID
59 u32 component)
68 /* Do this only if the requested debug level and component are enabled */
70 if (!(acpi_dbg_level & level) || !(acpi_dbg_layer & component)) {
55 acpi_ns_dump_pathname( acpi_handle handle, NATIVE_CHAR *msg, u32 level, u32 component) argument
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Dltmain.sh595 # If there is no directory component, then add one.
1477 # If there was a directory component, then change thisdir.
1771 # If there is no directory component, then add one.
1903 # If there is no directory component, then add one.
1920 # If there is no directory component, then add one.
2096 # If there is no directory component, then add one.
2157 # If there is no directory component, then add one.
2332 The output file name is determined by removing the directory component from
2375 INSTALL-COMMAND is the installation command. The first component should be
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/
H A Dltmain.sh430 # If there is no directory component, then add one.
1250 # If there is no directory component, then add one.
1395 # If there is no directory component, then add one.
1412 # If there is no directory component, then add one.
1532 # If there is no directory component, then add one.
1694 The output file name is determined by removing the directory component from
1732 INSTALL-COMMAND is the installation command. The first component should be
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/
H A Dltmain.sh430 # If there is no directory component, then add one.
1250 # If there is no directory component, then add one.
1395 # If there is no directory component, then add one.
1412 # If there is no directory component, then add one.
1532 # If there is no directory component, then add one.
1694 The output file name is determined by removing the directory component from
1732 INSTALL-COMMAND is the installation command. The first component should be
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dstan.S338 fsubx %fp0,%fp1 |determine low component of result
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/i2o/
H A Di2o_proc.c1533 u8 component; member in struct:__anon1637
1573 len += sprintf(buf+len, "Component : %d = ", result.component);
1574 switch (result.component)
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dash.c1875 char *component; local
1883 * Check each component of the path. If we find a symlink or
1901 component = q;
1904 if (equal(component, ".."))
1929 * Get the next component of the path name pointed to by cdcomppath.
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/ifpsp060/src/
H A Dfplsp.S5496 fsub.x %fp0,%fp1 # determine low component of result
5927 fsub.x %fp0,%fp1 # determine low component of result
H A Dfpsp.S5602 fsub.x %fp0,%fp1 # determine low component of result
6033 fsub.x %fp0,%fp1 # determine low component of result

Completed in 385 milliseconds