Searched refs:bsearch (Results 26 - 50 of 50) sorted by relevance

12

/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_rcm.c470 if ((slot = bsearch(&lookup, arg->table, arg->table_len,
694 * NOTE: for use with qsort() and bsearch().
/illumos-gate/usr/src/cmd/svc/configd/
H A Dobject.c118 elem = bsearch(prop_name, data->txc_cmds, data->txc_count,
H A Dfile_object.c1969 if ((cur = bsearch(&elem, csip->csi_array, csip->csi_count,
H A Drc_node.c538 * rc_node_init(). The array is sorted, so that bsearch(3C) can be used
2342 * This function is suitable for calls to bsearch(3C) and qsort(3C).
2400 * with bsearch(3C).
3646 /* Use bsearch to find the special property information. */
3649 found = (audit_special_prop_item_t *)bsearch(&search_key,
/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c851 p = bsearch(&pe, pidtable, pidcnt, sizeof (struct pidentry), pidcmp);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c475 /* Build a dummy phci_t for use with bsearch(). */
482 if (bsearch(&phci, group->phcis, group->nphcis, sizeof (phci_t),
869 * For bsearch() and qsort(). Returns the results of a strcmp() on the names
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_vols.c1256 result = bsearch(&key, devlist, devcount, sizeof (device_t), compare);
/illumos-gate/usr/src/lib/libtecla/common/
H A Dpcache.c1071 match = (char **)bsearch(pc->path->name, node->files, node->nfile,
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile58 asctime.o atof.o atoi.o atol.o bcmp.o bsearch.o\
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaclust.c805 step_ptr = bsearch(argv[0], step_table, (sizeof (step_table) /
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c711 * use qsort() and bsearch() to speed up the search.
770 uintptr_t *entry = bsearch(&sp->se_thread,
H A Dkmem.c1246 * allocated buffers, sort them so we can bsearch them later.
1367 bsearch(&buf, maglist, magcnt, sizeof (void *),
1580 bsearch(&buf, maglist, magcnt, sizeof (void *),
/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c461 * Someday I'll redo this to use bsearch().
476 bret = (char **)bsearch(infoname, (char *)names, max,
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com101 bsearch.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com130 bsearch.o \
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.c2170 match = bsearch(&datalp[curr_ap].ap_id_info, sortlp,
H A Dri_init.c2009 entry = bsearch(&lookup_arg, table->table, table->n_entries,
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile100 bsearch.o \
/illumos-gate/usr/src/cmd/auditconfig/
H A Dauditconfig.c2308 return ((arg_entry_t *)bsearch((char *)&key, (char *)arg_table,
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1202 * sort them so we can bsearch them later.
1323 bsearch(&buf, maglist, magcnt, sizeof (void *),
1529 bsearch(&buf, maglist, magcnt, sizeof (void *),
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc286 /* bsearch.c */
287 void *bsearch(const void *ky, const void *bs, size_t nel,
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com128 bsearch.o \
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c251 if ((ssvp = bsearch((void *)&value, (void *)ifl->ifl_sortsyms,
/illumos-gate/usr/src/man/man3c/
H A DMakefile59 bsearch.3c \
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvcobj.c2739 /* compare routine for bsearch of str_tbl */
2927 namep = (EStringId_t *)bsearch(name2, hp->othr_tbl,

Completed in 147 milliseconds

12