| /onnv/onnv-gate/usr/src/cmd/mailx/ |
| myfopen.c | 60 static NODE *search(); 77 search(FILE *fp) function 147 cur = search(iop);
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| Options.cxx | 22 const T *Options<T>::search(T c) const function in class:SP_NAMESPACE::Options 54 && (cp = search(c)) != 0 89 if (c == T(':') || (cp = search(c)) == 0) {
|
| ExtendEntityManager.h | 47 PackedBoolean search; member in struct:SP_NAMESPACE::StorageObjectSpec
|
| /onnv/onnv-gate/usr/src/cmd/sgs/liblddbg/common/ |
| libs.c | 112 uint_t search; local 119 search = orig & 122 switch (search) {
|
| /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/fs/hfs/ |
| probe.c | 68 PedSector search, max; local 81 search = ((PedSector) PED_BE16_TO_CPU (mdb->start_block) 84 max = search + (PED_BE32_TO_CPU (mdb->block_size) / PED_SECTOR_SIZE_DEFAULT); 85 if (!(geom_ret = ped_geometry_new (geom->dev, geom->start, search + 2))) 88 for (; search < max; search++) { 89 if (!ped_geometry_set (geom_ret, geom_ret->start, search + 2) 90 || !ped_geometry_read (geom_ret, buf, search, 1)) 125 PedSector search, max; local 142 search = max - 2 * ( PED_BE32_TO_CPU (vh->block_size 196 PedSector search, max; local [all...] |
| file.c | 73 HfsExtentKey search; local 80 search.key_length = sizeof (HfsExtentKey) - 1; 81 search.type = HFS_DATA_FORK; 82 search.file_ID = file->CNID; 83 search.start = PED_CPU_TO_BE16 (block); 86 (HfsPrivateGenericKey*) &search, 90 if (ret_key->file_ID != search.file_ID || ret_key->type != search.type)
|
| file_plus.c | 75 HfsPExtentKey search; local 82 search.key_length = PED_CPU_TO_BE16 (sizeof (HfsPExtentKey) - 2); 83 search.type = HFS_DATA_FORK; 84 search.pad = 0; 85 search.file_ID = file->CNID; 86 search.start = PED_CPU_TO_BE32 (block); 89 (HfsPPrivateGenericKey*) &search, 93 if (ret_key->file_ID != search.file_ID || ret_key->type != search.type)
|
| advfs.c | 183 HfsExtentKey search; local 189 search.key_length = sizeof (HfsExtentKey) - 1; 190 search.type = HFS_DATA_FORK; 191 search.file_ID = PED_CPU_TO_BE32 (HFS_BAD_BLOCK_ID); 197 search.start = PED_CPU_TO_BE16 (block); 199 (HfsPrivateGenericKey*) &search, 201 || ret_key->file_ID != search.file_ID 202 || ret_key->type != search.type) {
|
| advfs_plus.c | 68 /* WARNING : the search function called only handle Extents BTree */ 190 HfsPExtentKey search; local 197 search.key_length = sizeof (HfsExtentKey) - 2; 198 search.type = HFS_DATA_FORK; 199 search.pad = 0; 200 search.file_ID = PED_CPU_TO_BE32 (HFS_BAD_BLOCK_ID); 206 search.start = PED_CPU_TO_BE32 (block); 208 (HfsPPrivateGenericKey*) &search, 210 || ret_key->file_ID != search.file_ID 211 || ret_key->type != search.type) [all...] |
| /onnv/onnv-gate/usr/src/lib/libnsl/rpc/ |
| fdsync.c | 62 static mutex_t *search(const void *handle, int fd); 81 * If search() and create_block() fail for rpc_fd_lock(), then search() 94 mp = search(handle, fd); 113 mp = search(handle, fd); 157 search(const void *handle, int fd) function
|
| /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
| pmHelpSearchPanel.java | 29 * Search help keywords 149 // place item titles in search result panel 193 pmUtility.getResource("Search.Results:")); 197 * pmUtility.getIntResource("Search.Results:.mnemonic")); 300 pmButton search; field in class:pmHelpSearchQueryPanel 330 search = new pmButton( 332 search.setMnemonic( 335 search.addActionListener(new ActionListener() { 350 Debug.info("HELP: search vector full"); 353 Debug.info("HELP: search vector empty") [all...] |
| /onnv/onnv-gate/usr/src/cmd/ldapcachemgr/ |
| cachemgr_discovery.c | 364 char *search = NULL; local 394 /* (re)construct the search filter form the input context */ 395 search = malloc(strlen(cookie->context_attr) + 398 if (!search) { 402 (void) sprintf(search, "(%s=%s)", cookie->context_attr, context); 414 search, foreach_server, cookie); 429 if (search) free(search);
|
| /onnv/onnv-gate/usr/src/cmd/refer/ |
| refer0.c | 37 char **search = rdata; variable
|
| /onnv/onnv-gate/usr/src/cmd/zpool/ |
| zpool_iter.c | 147 * Search for any new pools, adding them to the list. We only add pools when no 185 zpool_node_t search, *node; local 187 search.zn_handle = zhp; 188 if ((node = uu_avl_find(zlp->zl_avl, &search, NULL, NULL)) != NULL) {
|
| /onnv/onnv-gate/usr/src/lib/efcode/fcdriver/ |
| load_node.c | 53 * Build the library/drop-in fcode search path. If there's no architecture 54 * passed, we build the search path (per the PSARC decision): 58 * If there is an architecture passed, we prepend the following search path to 114 search_path(char *name, char *search, int (*fn)(char *)) 119 fpath = STRDUP(search); 186 char *search, *fname; local 190 if ((search = cdp->search_path) == NULL && 191 (search = default_search_path) == NULL) { 192 log_message(MSG_ERROR, "find_lib_file: no search path\n"); 198 fname = search_path(lib_name, search, fn) [all...] |
| /onnv/onnv-gate/usr/src/lib/libpp/common/ |
| ppsearch.c | 25 * include file search support 30 #define SEARCH_NEXT (SEARCH_USER<<1)/* search for next (uncover) */ 75 message((-3, "search: %s: status=%s%s test=%s", fp->name, status == INC_CLEAR ? "[CLEAR]" : status == INC_TEST ? "[ONCE]" : status == INC_IGNORE ? "[IGNORE]" : status->name, (pp.mode & HOSTED) ? "[HOSTED]" : "", test == INC_CLEAR ? "[CLEAR]" : test == INC_TEST ? "[TEST]" : test->name)); 107 * search for file using directories in dp 111 search(register struct ppfile* fp, register struct ppdirs* dp, int type, int flags) function 132 message((-3, "search: %s %s%s%s%s%s%s type=%s prefix=%s flags=|%s%s%s%s%s%s start=%s=\"%s\" pre=%s lcl=%s vnd=%s std=%s cur=%s", 164 message((-3, "search: fp=%s need=%02x index=%d dp=%s type=%02x index=%d", fp->name, need, index, dp->name, dp->type, dp->index)); 172 message((-3, "search: omit %s", dp->name)); 350 message((-3, "search: omit %s", t)); 397 message((-3, "search: omit %s/%s", dp->name, fp->name)) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/ |
| spa_errlog.c | 126 spa_error_entry_t search; local 149 search.se_bookmark = *zb; 150 if (avl_find(tree, &search, &where) != NULL) {
|
| /onnv/onnv-gate/usr/src/cmd/hal/hald/ |
| ids.c | 465 /* no need to continue the search */ 978 struct pnp_id search, *res; local 987 search.id = (char *) pnp_id; 988 res = bsearch(&search, pnp_ids_list, sizeof(pnp_ids_list)/sizeof(pnp_ids_list[0]),
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/libproc/ |
| libproc.c | 172 * addr::pr_addr2map search 180 uintptr_t search; local 189 search = argv[0].a_un.a_val; 191 search = mdb_strtoull(argv[0].a_un.a_str); 217 mdb_warn("no corresponding map for %p\n", search);
|
| /onnv/onnv-gate/usr/src/lib/libipmi/common/ |
| ipmi_entity.c | 74 ipmi_entity_t search; local 76 search.ie_type = id; 77 search.ie_instance = instance; 79 if ((cp = ipmi_hash_lookup(ihp->ih_entities, &search)) == NULL) { 199 ipmi_entity_t search; local 206 search.ie_type = id; 207 search.ie_instance = instance; 209 if ((eip = ipmi_hash_lookup(ihp->ih_entities, &search)) == NULL) { 417 * Search the sensors for a present sensor or a discrete sensor that 653 ipmi_entity_t search; local [all...] |
| /onnv/onnv-gate/usr/src/tools/cscope-fast/ |
| display.c | 89 /* last search is not part of the cscope display */ 376 /* search for the symbol or text pattern */ 386 search(void) function
|
| /onnv/onnv-gate/usr/src/cmd/power/ |
| conf.c | 406 * Search for any non-alt entries, call the handler routine, 410 search(char *line, size_t len, cinfo_t *cip) function 415 mesg(MDEBUG, "search: %s\n", skip ? "skipped" : "retained"); 468 parse_conf_file(default_conf, search, B_FALSE);
|
| /onnv/onnv-gate/usr/src/ucbcmd/sed/ |
| sed0.c | 294 if(lpt = search(lab)) { 382 if(lpt = search(lab)) { 777 struct label *search(ptr) function
|
| /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/ |
| paths.c | 33 * PATH setup and search directory functions. 48 * Default and secure dependency search path initialization. 68 print_default_dirs(Lm_list *lml, Alist *alp, int search) 75 if (search) 81 if (search) { 95 if (search) { 105 * Given a search rule type, return a list of directories to search according 113 int search; local 122 search = 1 [all...] |
| /onnv/onnv-gate/usr/src/uts/common/smbsrv/ |
| smb_kproto.h | 123 SMB_COM_DECL(search); variable
|