/osnet-11/usr/src/lib/libpkg/common/ |
H A D | devtype.c | 42 devtype(char *alias, struct pkgdev *devp) argument 46 devp->name = alias; 52 /* see if alias represents an existing file */ 53 if (alias[0] == '/') { 54 if (!isdir(alias)) { 60 /* see if alias represents a mountable device (e.g., a floppy) */ 61 if ((devp->mount = devattr(alias, "mountpt")) != NULL && 63 devp->bdevice = devattr(alias, "bdevice"); 77 devp->cdevice = devattr(alias, "cdevice"); 80 if (name = devattr(alias, "capacit [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | charnames.pm | 47 sub alias (@) subroutine 50 my $alias = ref $_[0] ? $_[0] : { @_ }; 51 @alias3{keys %$alias} = values %$alias; 52 } # alias 64 croak "Charnames alias files can only have identifier characters"; 66 if (my @alias = do $file) { 67 @alias == 1 && !defined $alias[0] and 68 croak "$file cannot be used as alias fil [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/ieee1275/ |
H A D | cmos.c | 29 auto int hook (struct grub_ieee1275_devalias *alias); 30 int hook (struct grub_ieee1275_devalias *alias) argument 37 if (grub_ieee1275_finddevice (alias->path, &dev))
|
H A D | datetime.c | 36 auto int hook (struct grub_ieee1275_devalias *alias); 37 int hook (struct grub_ieee1275_devalias *alias) argument 39 if (grub_strcmp (alias->type, "rtc") == 0) 41 grub_dprintf ("datetime", "Found RTC %s\n", alias->path); 42 rtc = grub_strdup (alias->path);
|
/osnet-11/usr/src/lib/libdiskmgt/common/ |
H A D | alias.c | 58 /* Find the alias for this descriptor */ 64 /* we found the alias for this descriptor */ 94 /* get the status for this alias */ 122 descriptor_t *alias = NULL; local 131 alias = aliases[i]; 139 if (alias == NULL) { 143 return (alias);
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/ |
H A D | enctype_util.c | 75 const char *alias; local 86 alias = ktp->aliases[j]; 87 if (alias == NULL) 89 if (strcasecmp(alias, string) == 0) {
|
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_getalias.c | 41 * 1 = alias not found; 102 __getldapaliasbyname(char *alias, int *retval) argument 116 if (!alias || !*alias) { 131 if (snprintf(filter, sizeof (filter), ALIAS_FILTER, alias, alias) < 0) { 140 alias, alias) < 0) {
|
/osnet-11/usr/src/lib/libnsl/include/rpcsvc/ |
H A D | nis_dhext.h | 77 char *alias; member in struct:__anon2017 90 * Except if the alias is equal to NIS_SEC_CF_DES_ALIAS, 98 #define AUTH_DES_COMPAT_CHK(mp) ((mp)->alias && \ 100 (mp)->alias,\ 114 VALID_ALIAS((mp)->alias)) 117 #define MECH_PK_TECH(mp) (((mp)->alias)[0] == 'd' && ((mp)->alias)[1] == 'h') 120 #define MECH_MAXALIASNAME 32 /* Mechanism max size of mech alias name */
|
/osnet-11/usr/src/lib/libparted/common/include/parted/ |
H A D | filesys.h | 68 * Structure describing a file system alias. This is separate from 75 const char* alias; member in struct:_PedFileSystemAlias 97 const char* alias, int deprecated); 99 const char* alias);
|
/osnet-11/usr/src/grub/grub2/grub-core/disk/ieee1275/ |
H A D | nand.c | 38 auto int dev_iterate (struct grub_ieee1275_devalias *alias); 39 int dev_iterate (struct grub_ieee1275_devalias *alias) argument 41 if (! grub_strcmp (alias->name, "nand")) 43 hook (alias->name);
|
H A D | ofdisk.c | 117 auto int dev_iterate (struct grub_ieee1275_devalias *alias); 119 int dev_iterate (struct grub_ieee1275_devalias *alias) argument 123 grub_dprintf ("disk", "device name = %s type = %s\n", alias->name, 124 alias->type); 126 if (grub_strcmp (alias->type, "block") != 0) 129 grub_dprintf ("disk", "disk name = %s\n", alias->name); 130 grub_dprintf ("disk", "disk name = %s, path = %s\n", alias->name, 131 alias->path); 133 op = ofdisk_hash_find (alias->name); 136 char *name = grub_strdup (alias [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/video/ |
H A D | ieee1275.c | 60 auto int hook (struct grub_ieee1275_devalias *alias); 61 int hook (struct grub_ieee1275_devalias *alias) argument 63 if (grub_strcmp (alias->type, "display") == 0) 65 grub_dprintf ("video", "Found display %s\n", alias->path); 66 display = grub_strdup (alias->path);
|
/osnet-11/usr/src/lib/libvolmgt/common/ |
H A D | volmgt.c | 581 struct alias { struct 582 char *alias; member in struct:alias 589 static struct alias device_aliases[] = { 615 struct alias *s; 619 for (s = device_aliases; s->alias != NULL; s++) { 620 if (strcmp(start, s->alias) == 0) {
|
/osnet-11/usr/src/lib/nsswitch/ldap/common/ |
H A D | getprotoent.c | 51 char *alias; member in struct:protocol_alias 80 * So it needs to replicate the canonical name as an alias of upper case. 92 * form as much as possible. If the alias can't be found in the aliases table, 93 * it assumes the alias is all upper case. 104 return (ip_aliases[i].alias); 140 char *buffer = NULL, **number, *alias; local 182 alias = get_alias(cname); 183 len = snprintf(buffer, buflen, " %s", alias);
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/ |
H A D | openfw.c | 38 int (*hook) (struct grub_ieee1275_devalias *alias)) 71 struct grub_ieee1275_devalias alias; local 92 alias.type = childtype; 93 alias.path = childpath; 94 alias.name = childname; 95 ret = hook (&alias); 109 grub_ieee1275_devices_iterate (int (*hook) (struct grub_ieee1275_devalias *alias)) argument 111 auto int it_through (struct grub_ieee1275_devalias *alias); 112 int it_through (struct grub_ieee1275_devalias *alias) argument 114 if (hook (alias)) 37 grub_children_iterate(const char *devpath, int (*hook) (struct grub_ieee1275_devalias *alias)) argument 125 grub_devalias_iterate(int (*hook) (struct grub_ieee1275_devalias *alias)) argument 130 struct grub_ieee1275_devalias alias; local [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/ieee1275/ |
H A D | ofnet.c | 190 auto int find_alias_hook (struct grub_ieee1275_devalias *alias); 192 int find_alias_hook (struct grub_ieee1275_devalias *alias) argument 194 if (grub_strcmp (alias->path, fullname) == 0) 196 ret = grub_strdup (alias->name); 210 auto int search_net_devices (struct grub_ieee1275_devalias *alias); 212 int search_net_devices (struct grub_ieee1275_devalias *alias) argument 214 if (!grub_strcmp (alias->type, "network")) 236 ofdata->path = grub_strdup (alias->path); 266 shortname = find_alias (alias->path); 267 card->name = grub_xasprintf ("ofnet_%s", shortname ? : alias [all...] |
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | alias.c | 18 SM_RCSID("@(#)$Id: alias.c,v 8.219 2006/10/24 18:04:09 ca Exp $") 31 ** Scans the alias file for an alias for the given address. 32 ** If found, it arranges to deliver to the alias list instead. 36 ** a -- address to alias. 39 ** aliaslevel -- the current alias nesting depth. 54 alias(a, sendq, aliaslevel, e) function 66 sm_dprintf("alias(%s)\n", a->q_user); 94 /* Look for owner of alias */ 113 "alias databas [all...] |
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | clientinit.c | 326 GetCertDBName(void *alias, int dbVersion) argument 331 source = (char *)alias;
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_yp_util.c | 447 char *tobj, *alias, *dupalias, *tmp; local 523 alias = (char *)strtok_r(tobj, " ", 527 while (alias) { 529 dupalias = s_strndup(alias, 530 strlen(alias)); 556 alias = (char *)strtok_r(NULL, 563 if (alias ||
|
/osnet-11/usr/src/lib/libparted/common/libparted/ |
H A D | filesys.c | 77 ped_file_system_alias_register (PedFileSystemType* fs_type, const char* alias, argument 83 PED_ASSERT (alias != NULL, return); 91 fs_alias->alias = alias; 98 const char* alias) 105 PED_ASSERT (alias != NULL, return); 108 if (walk->fs_type == fs_type && !strcmp (walk->alias, alias)) 142 if (!strcasecmp (alias_walk->alias, name)) 147 PED_DEBUG (0, "File system alias 97 ped_file_system_alias_unregister(PedFileSystemType* fs_type, const char* alias) argument [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/ |
H A D | crypto.c | 135 const char **alias; local 140 for (alias = ciph->aliases; *alias; alias++) 141 if (grub_strcasecmp (name, *alias) == 0)
|
/osnet-11/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_diskmgt.c | 186 /* For each alias... */ 189 dm_descriptor_t alias = aliases[j]; local 190 char *aname = dm_get_name(alias, error); 192 handle_error("could not get alias %d "
|
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | slp_auth.c | 137 char *alias, *aliasp; local 182 alias = aliasp; 189 err = make_authblock(authiov, authiov_len, alias, ts, 579 * alias IN signing alias for this auth block 590 const char *alias, time_t timestamp, 608 if ((ami_err = dld_ami_init(&amih, alias, NULL, 0, 0, NULL)) 628 /* @@@ determine the AID and BSD for this alias */ 589 make_authblock(struct iovec *authiov, int authiov_len, const char *alias, time_t timestamp, caddr_t *abs, size_t *abs_len) argument
|
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | devinfo_pca.c | 36 /* pca: <chassis-name> <chassis-serial> -> <alias-id> mapping */ 45 /* implementation of a <chassis-name>.<chassis-serial> to <alias-id> map */ 172 "error: duplicate <alias-id>: %s", 201 "error: reserved <alias-id> name: %s", DI_CRODC_SYSALIAS); 208 "error: reserved character being used in <alias-id>: '%s'", 328 * <chassis-name>.<chassis-serial> || <alias-id> 414 char *prod, *chassis, *alias, *comment; local 424 * "<chassis-name>.<chassis-serial> <white-space> <alias-id> \ 475 if (((alias = strtok(NULL, " \t\n")) == NULL) || 476 (*alias [all...] |
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/ |
H A D | bay.c | 296 /* set chassis alias */ 433 char *part, char *serial, char *alias) 444 { FM_FMRI_AUTH_V1_CHASSIS_ALIAS, alias }, 463 char *part, char *serial, char *alias) 474 { FM_FMRI_AUTH_V1_CHASSIS_ALIAS, alias }, 432 bay_xch_auth(topo_mod_t *mod, nvlist_t *auth, char *mfg, char *name, char *part, char *serial, char *alias) argument 462 bay_xch_props(topo_mod_t *mod, tnode_t *tnode, char *mfg, char *name, char *part, char *serial, char *alias) argument
|