/titanic_41/usr/src/cmd/localedef/ |
H A D | charmap.c | 196 charmap_t srch; in add_charmap_impl() local 200 srch.wc = wc; in add_charmap_impl() 201 srch.name = sym; in add_charmap_impl() 207 if ((wc != -1) && ((avl_find(&cmap_wc, &srch, &where)) == NULL)) { in add_charmap_impl() 217 if (avl_find(&cmap_sym, &srch, &where) != NULL) { in add_charmap_impl() 243 charmap_t srch; in add_charmap_undefined() local 246 srch.name = sym; in add_charmap_undefined() 247 cm = avl_find(&cmap_sym, &srch, NULL); in add_charmap_undefined() 319 charmap_t srch; in lookup_charmap() local 322 srch.name = sym; in lookup_charmap() [all …]
|
H A D | collate.c | 489 collsym_t srch; in lookup_collsym() local 491 srch.name = name; in lookup_collsym() 492 return (avl_find(&collsyms, &srch, NULL)); in lookup_collsym() 498 collelem_t srch; in lookup_collelem() local 500 srch.symbol = symbol; in lookup_collelem() 501 return (avl_find(&elem_by_symbol, &srch, NULL)); in lookup_collelem() 507 collundef_t srch; in get_collundef() local 512 srch.name = name; in get_collundef() 513 if ((ud = avl_find(&collundefs, &srch, &where)) == NULL) { in get_collundef() 531 collchar_t srch; in get_collchar() local [all …]
|
H A D | ctype.c | 138 ctype_node_t srch; in get_ctype() local 142 srch.wc = wc; in get_ctype() 143 if ((ctn = avl_find(&ctypes, &srch, &where)) == NULL) { in get_ctype()
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | setlocale.c | 70 locale_t srch; in setlocale() local 98 for (srch = setlocale_list; srch != NULL; srch = srch->next) { in setlocale() 99 if (strcmp(srch->locname, loc->locname) == 0) { in setlocale() 104 if (srch == NULL) { in setlocale() 112 loc = srch; in setlocale()
|
/titanic_41/usr/src/lib/libadm/common/ |
H A D | getdev.c | 112 struct srch { struct 152 static struct srch *buildsearchlist(char **); 153 static void freesearchlist(struct srch *); 157 static char *getnextmatch(struct srch *, int); 158 static int matchallcriteria(struct devtabent *, struct srch *); 159 static int matchanycriteria(struct devtabent *, struct srch *); 216 struct srch *searchlist; /* Pointer to searching criteria */ in getdev() 490 static struct srch * 494 struct srch *rtnbuf; /* Value to return */ in buildsearchlist() 495 struct srch *psrch; /* Running pointer */ in buildsearchlist() [all …]
|
/titanic_41/usr/src/uts/common/io/audio/impl/ |
H A D | audio_engine.c | 876 audio_dev_t *srch; in audio_dev_register() local 902 for (srch = list_head(l); srch; srch = list_next(l, srch)) { in audio_dev_register() 904 if (srch->d_index < start) in audio_dev_register() 906 if (srch->d_index > d->d_index) { in audio_dev_register() 917 list_insert_before(l, srch, d); in audio_dev_register() 921 for (srch = list_head(l); srch; srch = list_next(l, srch)) { in audio_dev_register() 922 if (srch->d_number >= d->d_number) { in audio_dev_register() 926 list_insert_before(l, srch, d); in audio_dev_register() 1093 audio_dev_t *srch; in auclnt_set_dev_number() local 1099 for (srch = list_head(l); srch; srch = list_next(l, srch)) { in auclnt_set_dev_number() [all …]
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/smrt/ |
H A D | smrt_commands.c | 354 smrt_command_t srch; in smrt_lookup_inflight() local 358 bzero(&srch, sizeof (srch)); in smrt_lookup_inflight() 359 srch.smcm_tag = tag; in smrt_lookup_inflight() 361 return (avl_find(&smrt->smrt_inflight, &srch, NULL)); in smrt_lookup_inflight()
|
/titanic_41/usr/src/lib/libslp/clib/ |
H A D | SLPUtils.c | 192 char *ascope, **srch; in saadvert_callback() local 200 srch = slp_tsearch( in saadvert_callback() 203 if (*srch != ascope) in saadvert_callback() 386 char *ascope, **srch; in collate_scopes() local 395 srch = slp_tsearch( in collate_scopes() 398 if (*srch != ascope) in collate_scopes()
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | headers.c | 661 HDR *h, *srch, *last = NULL; local 667 for (srch = e->e_header; srch != NULL && idx > 0; 668 srch = srch->h_link, idx--) 669 last = srch; 676 else if (srch == NULL) 684 h->h_link = srch->h_link; 685 srch->h_link = h;
|
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.init.c | 186 struct srch srchn[] = {
|
H A D | sh.h | 165 extern struct srch { struct
|
H A D | sh.func.c | 696 struct srch *sp, *sp1, *sp2; in srchx()
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 856 struct mnttab srch = { 0 }; in libzfs_mnttab_find() local 861 srch.mnt_special = (char *)fsname; in libzfs_mnttab_find() 862 srch.mnt_fstype = MNTTYPE_ZFS; in libzfs_mnttab_find() 863 if (getmntany(hdl->libzfs_mnttab, entry, &srch) == 0) in libzfs_mnttab_find()
|