/titanic_44/usr/src/lib/libdevinfo/ |
H A D | devinfo_realpath.c | 81 s_realpath(const char *path, char *resolved) in s_realpath() argument 93 resolved[0] = '/'; in s_realpath() 94 resolved[1] = '\0'; in s_realpath() 96 return (resolved); in s_realpath() 100 if (getcwd(resolved, PATH_MAX) == NULL) { in s_realpath() 101 (void) strlcpy(resolved, ".", PATH_MAX); in s_realpath() 104 resolved_len = strlen(resolved); in s_realpath() 131 if (resolved[resolved_len - 1] != '/') { in s_realpath() 136 resolved[resolved_len++] = '/'; in s_realpath() 137 resolved[resolved_len] = '\0'; in s_realpath() [all …]
|
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | realpath.c | 62 realpath(const char *path, char *resolved) in realpath() argument 72 (void)strlcpy(resolved, ".", MAXPATHLEN); in realpath() 89 strlcpy(resolved, path, MAXPATHLEN); in realpath() 91 q = strrchr(resolved, '/'); in realpath() 94 if (q == resolved) in realpath() 99 } while (q > resolved && *q == '/'); in realpath() 101 q = resolved; in realpath() 106 p = resolved; in realpath() 115 n = readlink(p, resolved, MAXPATHLEN-1); in realpath() 118 resolved[n] = '\0'; in realpath() [all …]
|
/titanic_44/usr/src/cmd/dis/ |
H A D | dis_list.c | 153 resolved_name_t *resolved; in walk_sections() local 163 resolved = safe_malloc(sizeof (resolved_name_t)); in walk_sections() 165 resolved->rn_data = dis_section_copy(scn); in walk_sections() 166 resolved->rn_value = unp->un_value; in walk_sections() 169 resolved); in walk_sections() 236 resolved_name_t *resolved; in walk_functions() local 240 resolved = safe_malloc(sizeof (resolved_name_t)); in walk_functions() 242 resolved->rn_data = dis_function_copy(func); in walk_functions() 243 resolved->rn_value = unp->un_value; in walk_functions() 246 resolved); in walk_functions()
|
/titanic_44/usr/src/cmd/hal/tools/ |
H A D | hal-storage-mount.c | 313 char *resolved; in bailout_if_in_fstab() local 376 resolved = resolve_symlink (entry); in bailout_if_in_fstab() 378 printf ("/etc/fstab: device %s -> %s \n", entry, resolved); in bailout_if_in_fstab() 380 if (strcmp (device, resolved) == 0) { in bailout_if_in_fstab() 381 printf ("%s (-> %s) found in /etc/fstab. Not mounting.\n", entry, resolved); in bailout_if_in_fstab() 385 g_free (resolved); in bailout_if_in_fstab() 406 char *resolved; in device_is_mounted() local 408 resolved = resolve_symlink (entry); in device_is_mounted() 410 printf ("/proc/mounts: device %s -> %s \n", entry, resolved); in device_is_mounted() 412 if (strcmp (device, resolved) == 0) { in device_is_mounted() [all …]
|
/titanic_44/usr/src/cmd/ipf/lib/common/ |
H A D | ipft_tx.c | 52 static u_32_t tx_hostnum(host, resolved) in tx_hostnum() argument 54 int *resolved; 58 *resolved = 0; 65 *resolved = -1;
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | realpath.h | 16 char *realpath(const char *path, char *resolved);
|
/titanic_44/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_impl.c | 602 char *resolved; in get_resource_state() local 618 if ((resolved = resolve_name(rsrcname)) == NULL) in get_resource_state() 622 if (s && (strcmp(resolved, s) == 0)) { in get_resource_state() 627 free(resolved); in get_resource_state()
|
/titanic_44/usr/src/cmd/fm/dicts/ |
H A D | FMD.dict | 35 list.resolved=6
|
H A D | STORAGE.po | 39 … fabric is down, and user data storage is unavailable until the configuration problem is resolved." 55 … fabric is down, and user data storage is unavailable until the configuration problem is resolved." 71 … fabric is down, and user data storage is unavailable until the configuration problem is resolved."
|
H A D | FMD.po | 133 # keys: list.resolved
|
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_protocol.c | 213 boolean_t acquitted, boolean_t resolved, nvlist_t *diag_de, in fmd_protocol_rsrc_asru() argument 241 err |= nvlist_add_boolean_value(nvl, FM_RSRC_ASRU_RESOLVED, resolved); in fmd_protocol_rsrc_asru()
|
H A D | fmd_case.c | 1744 int resolved = 0; in fmd_case_transition() local 1851 resolved = 1; in fmd_case_transition() 1863 resolved = 1; in fmd_case_transition() 1880 resolved = 1; in fmd_case_transition() 1903 if (resolved) { in fmd_case_transition()
|
H A D | fmd_asru.c | 444 boolean_t acquitted = FMD_B_FALSE, resolved = FMD_B_FALSE; in fmd_asru_hash_recreate() local 486 &resolved); in fmd_asru_hash_recreate() 497 resolved ? FMD_CASE_RESOLVED : FMD_CASE_REPAIRED, case_uuid, in fmd_asru_hash_recreate()
|
/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | in.test | 148 # are resolved properly. 157 'collisions','hash','table','are','resolved','properly',
|
H A D | trigger1.test | 428 # Also verify that references within trigger programs are resolved at
|
/titanic_44/usr/src/cmd/sgs/rtld/i386/ |
H A D | boot_elf.s | 324 ret / invoke resolved function
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping.c | 898 union any_in_addr *gwIPlist6, int *resolved, int *resolved6) in get_gwaddrs() argument 905 *resolved = *resolved6 = 0; in get_gwaddrs() 942 (*resolved)++; in get_gwaddrs()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute.c | 1081 union any_in_addr *gwIPlist6, int *resolved, int *resolved6) in get_gwaddrs() argument 1088 *resolved = *resolved6 = 0; in get_gwaddrs() 1128 (*resolved)++; in get_gwaddrs()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | THIRDPARTYLICENSE.unicode | 116 regarding this site shall be resolved solely in the courts located
|
/titanic_44/usr/src/uts/common/io/e1000api/ |
H A D | README.new | 340 This issue MAY be resolved by updating to the latest BIOS. You can
|
/titanic_44/usr/src/tools/depcheck/ |
H A D | examples.txt | 30 which are links but cannot be resolved to an executable. The "README" file
|
/titanic_44/usr/src/uts/common/io/ntxn/ |
H A D | unm_inc.h | 1065 resolved:1, /* 1:speed and duplex resolved, 0:not yet */ member
|
/titanic_44/usr/src/uts/common/krtld/ |
H A D | kobj.c | 2975 int resolved = 1; in do_symbols() local 3033 resolved = 0; in do_symbols() 3086 } else if (resolved) { in do_symbols()
|
/titanic_44/usr/src/uts/common/smbsrv/ndl/ |
H A D | lsarpc.ndl | 34 * resolved within that domain.
|
/titanic_44/usr/src/cmd/sendmail/cf/m4/ |
H A D | proto.m4 | 172 dnl mark for "domain is ok" (resolved or accepted anyway) 1143 R< $~[ : $* > $* $>MailerToTriple < $1 : $2 > $3 check -- resolved? 1289 R< $~[ : $* > $* $>MailerToTriple < $1 : $2 > $3 check resolved? 1305 R$* <$~[ : $* > $* $>MailerToTriple < $2 : $3 > $4 check -- resolved?
|