Home
last modified time | relevance | path

Searched refs:search (Results 1 – 25 of 59) sorted by relevance

123

/linux-2.4.37.9/arch/alpha/kernel/
Dgct.c14 gct6_find_nodes(gct6_node *node, gct6_search_struct *search) in gct6_find_nodes() argument
26 for (wanted = search; in gct6_find_nodes()
41 status |= gct6_find_nodes(GCT_NODE_PTR(node->next), search); in gct6_find_nodes()
45 status |= gct6_find_nodes(GCT_NODE_PTR(node->child), search); in gct6_find_nodes()
/linux-2.4.37.9/net/ipv4/netfilter/
Dip_conntrack_ftp.c45 } search[] = { variable
308 for (i = 0; i < sizeof(search) / sizeof(search[0]); i++) { in help()
309 if (search[i].dir != dir) continue; in help()
312 search[i].pattern, in help()
313 search[i].plen, in help()
314 search[i].skip, in help()
315 search[i].term, in help()
318 search[i].getnum); in help()
328 search[i].pattern, in help()
345 exp_ftp_info->ftptype = search[i].ftptype; in help()
/linux-2.4.37.9/arch/alpha/lib/
Dstrchr.S21 zapnot a1, 1, a1 # e0 : zero extend the search character
23 sll a1, 8, t5 # e0 : replicate the search character
55 and t0, 0xf0, t2 # e0 : binary search for that set bit
Dev6-memchr.S42 # search til the end of the address space, we will overflow
57 addq $16, $5, $5 # E : Max search address
64 ldq_u $6, -1($5) # L : L U U L : eight or less bytes to search Latency=3
Dmemchr.S45 # search til the end of the address space, we will overflow
67 ldq_u $6, -1($5) #-e1 : eight or less bytes to search
Dstrcat.S37 and $2, 0xf0, $3 # binary search for that set bit
Dstrncat.S43 and $2, 0xf0, $3 # binary search for that set bit
Dstrlen_user.S73 and t1, 0xf0, t2 # binary search for that set bit
Dstrrchr.S70 and t8, 0xf0, t2 # e0 : binary search for the high bit set
Dstrncpy_from_user.S321 and t12, 0xf0, t3 # binary search for the address of the
/linux-2.4.37.9/drivers/scsi/
DAM53C974.c670 struct Scsi_Host *instance, *search; in AM53C974_init() local
736 for (search = first_host; in AM53C974_init()
737 search && (((the_template != NULL) && (search->hostt != the_template)) || in AM53C974_init()
738 (search->irq != instance->irq) || (search == instance)); in AM53C974_init()
739 search = search->next); in AM53C974_init()
740 if (!search) { in AM53C974_init()
748 instance->host_no, search->host_no); in AM53C974_init()
DREADME.in200098 search for the 'nosync' keyword in the command-line
132 search for 'setup_strings' near the top of the in2000.c file and
D53c7,8xx.c861 struct Scsi_Host *search; in NCR53c7x0_init() local
1106 for (search = first_host; search && !(search->hostt == the_template && in NCR53c7x0_init()
1107 search->irq == host->irq && search != host); search=search->next); in NCR53c7x0_init()
1109 if (!search) { in NCR53c7x0_init()
1129 host->host_no, search->host_no); in NCR53c7x0_init()
/linux-2.4.37.9/Documentation/isdn/
DREADME.hfc-pci35 supplied else the parameter is assumed 0 and a auto search for a free card is
/linux-2.4.37.9/Documentation/sound/
DSoundblaster30 reverse=1 Reverses the order of the search in the PnP table.
/linux-2.4.37.9/Documentation/vm/
Dnuma38 do concentratic circle search, starting from current node, once the
/linux-2.4.37.9/Documentation/ia64/
DIRQ-redir.txt50 search begins at the default CPU. Therefore most of the interrupts
/linux-2.4.37.9/Documentation/
DBUG-HUNTING15 . Do a binary search over the kernels to figure out which one
Disapnp.txt81 search mode is used (all devices are used for the searching). Otherwise
/linux-2.4.37.9/drivers/usb/
Dhid-core.c784 static __inline__ int search(__s32 *array, __s32 value, unsigned n) in search() function
842 && search(value, field->value[n], count)) in hid_input_field()
847 && search(field->value, value[n], count)) in hid_input_field()
/linux-2.4.37.9/Documentation/usb/
Dsl811hc.txt130 If your hardware not listen in this file. Look into source and search your
161 The disk is power on and the SCSI driver will search some partions on disk. Floppy
/linux-2.4.37.9/fs/sysv/
DINTRO57 When it is exhausted, new free inodes are found using a linear search.
/linux-2.4.37.9/arch/m68k/ifpsp060/
Dilsp.doc54 search and replace function.
/linux-2.4.37.9/fs/befs/
DChangeLog37 * Sergey S. Kostyliov made befs_find_key() use a binary search to find
38 keys within btree nodes, rather than the linear search we were using
/linux-2.4.37.9/fs/jfs/
Djfs_xtree.c103 uint search; member
282 search: in xtLookupList()
388 goto search; in xtLookupList()
514 INCREMENT(xtStat.search); in xtSearch()
4440 xtStat.search, in jfs_xtstat_read()

123