/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dsl_bookmark.c | 57 dsl_dataset_bmark_lookup(dsl_dataset_t *ds, const char *shortname, in dsl_dataset_bmark_lookup() argument 73 err = zap_lookup_norm(mos, bmark_zapobj, shortname, sizeof (uint64_t), in dsl_dataset_bmark_lookup() 91 char *shortname; in dsl_bookmark_lookup() local 95 error = dsl_bookmark_hold_ds(dp, fullname, &ds, FTAG, &shortname); in dsl_bookmark_lookup() 99 error = dsl_dataset_bmark_lookup(ds, shortname, bmp); in dsl_bookmark_lookup() 119 char *shortname; in dsl_bookmark_create_check_impl() local 127 &bmark_fs, FTAG, &shortname); in dsl_bookmark_create_check_impl() 136 error = dsl_dataset_bmark_lookup(bmark_fs, shortname, in dsl_bookmark_create_check_impl() 192 char *shortname; in dsl_bookmark_create_sync() local 197 &bmark_fs, FTAG, &shortname)); in dsl_bookmark_create_sync() [all …]
|
/titanic_44/usr/src/cmd/troff/troff.d/ |
H A D | t6.c | 690 char longname[NS], shortname[20]; local 695 strcpy(shortname, truename); 697 shortname[0] = f & BYTEMASK; 698 shortname[1] = f >> BYTE; 699 shortname[2] = '\0'; 701 sprintf(longname, "%s/dev%s/%s.out", fontfile, devname, shortname); 712 errprint(gettext("Font %s too big for position %d"), shortname, 734 ptfpcmd(pos, shortname);
|
/titanic_44/usr/src/grub/grub-0.97/lib/ |
H A D | device.c | 357 char shortname[16]; in get_ide_disk_name() 360 sprintf (shortname, "wd%d", unit); in get_ide_disk_name() 361 fd = opendisk (shortname, O_RDONLY, name, in get_ide_disk_name() 400 char shortname[16]; in get_scsi_disk_name() 403 sprintf (shortname, "sd%d", unit); in get_scsi_disk_name() 404 fd = opendisk (shortname, O_RDONLY, name, in get_scsi_disk_name()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_mangle_name.c | 376 char shortname[SMB_SHORTNAMELEN]; in smb_unmangle() local 431 smb_mangle(namep, ino, shortname, SMB_SHORTNAMELEN); in smb_unmangle() 433 if (smb_strcasecmp(name, shortname, 0) == 0) { in smb_unmangle()
|
H A D | smb_odir.c | 1365 char shortname[SMB_SHORTNAMELEN]; in smb_odir_match_name() local 1376 smb_mangle(name, ino, shortname, SMB_SHORTNAMELEN); in smb_odir_match_name() 1377 if (smb_match(od->d_pattern, shortname, ci)) in smb_odir_match_name()
|
/titanic_44/usr/src/cmd/tar/ |
H A D | tar.c | 462 static int putfile(char *longname, char *shortname, char *parent, 507 static void append_ext_attr(char *shortname, char **secinfo, int *len); 521 static int getstat(int dirfd, char *longname, char *shortname, 528 static int put_extra_attributes(char *longname, char *shortname, 530 static int put_xattr_hdr(char *longname, char *shortname, char *longattrname, 1746 putfile(char *longname, char *shortname, char *parent, attr_data_t *attrinfo, in putfile() argument 1813 if (getstat(dirfd, longname, shortname, attrparent)) in putfile() 1820 j = fstatat(dirfd, shortname, &sbuf, AT_SYMLINK_NOFOLLOW); in putfile() 1923 (split == NAMSIZ && strlen(shortname) < NAMSIZ) || in putfile() 2049 if (put_extra_attributes(longname, shortname, in putfile() [all …]
|
/titanic_44/usr/src/cmd/audio/audioctl/ |
H A D | audioctl.c | 454 char *devnm = d->card.shortname; in print_control() 672 msg(_("%s: '%s' set to '%s'\n"), d->card.shortname, in set_device_control() 774 if ((name) && (strcmp(name, card->shortname) == 0)) { in find_device() 820 msg(_("%s (%s)\n"), d->card.shortname, in do_list_devices() 823 msg(_("%s\n"), d->card.shortname); in do_list_devices() 861 msg(_(" Name = %s\n"), d->card.shortname); in do_show_device() 1056 (void) fprintf(fp, "# Name = %s\n", d->card.shortname); in do_save_controls()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/seattle/frutree/ |
H A D | piclfrutree.info | 69 * There are a lot of nodes below the rmclomv node, define a shortname
|
/titanic_44/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 165 char *shortname; member 3994 for (i = 0; aliases[i].shortname != NULL; i++) in zonecfg_valid_alias_limit() 3995 if (strcmp(name, aliases[i].shortname) == 0) in zonecfg_valid_alias_limit() 3998 if (aliases[i].shortname == NULL) in zonecfg_valid_alias_limit() 6493 for (i = 0; aliases[i].shortname != NULL; i++) in zonecfg_get_aliased_rctl() 6494 if (strcmp(name, aliases[i].shortname) == 0) in zonecfg_get_aliased_rctl() 6497 if (aliases[i].shortname == NULL) in zonecfg_get_aliased_rctl() 6576 for (i = 0; aliases[i].shortname != NULL; i++) in zonecfg_rm_aliased_rctl() 6577 if (strcmp(name, aliases[i].shortname) == 0) in zonecfg_rm_aliased_rctl() 6580 if (aliases[i].shortname == NULL) in zonecfg_rm_aliased_rctl() [all …]
|
/titanic_44/usr/src/uts/common/fs/pcfs/ |
H A D | pc_dir.c | 1451 char shortname[20]; in generate_short_name() local 1543 (void) pc_fname_ext_to_name(shortname, fname, fext, 0); in generate_short_name() 1544 error = pc_findentry(dp, shortname, &slot, NULL); in generate_short_name()
|
/titanic_44/usr/src/uts/common/io/audio/impl/ |
H A D | audio_oss.c | 1195 (void) snprintf(ci->shortname, sizeof (ci->shortname), in sndctl_cardinfo() 1202 (void) snprintf(ci->shortname, sizeof (ci->shortname), in sndctl_cardinfo()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/ |
H A D | fru_SC_data.info | 69 * There are a lot of nodes below the rmclomv node, define a shortname
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/ |
H A D | fru_SC_data.info | 69 * There are a lot of nodes below the rmclomv node, define a shortname
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/ |
H A D | fru_SC_data.info | 69 * There are a lot of nodes below the rmclomv node, define a shortname
|
/titanic_44/usr/src/uts/common/sys/audio/ |
H A D | audio_oss.h | 421 char shortname[16]; member
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/boston/frudr/ |
H A D | fru_SC_data.info | 74 * There are a lot of nodes below the rmclomv node, define a shortname
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/ents/frudr/ |
H A D | fru_SC_data.info | 69 * There are a lot of nodes below the rmclomv node, define a shortname
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/ents/frutree/ |
H A D | piclfrutree.info | 69 * There are a lot of nodes below the rmclomv node, define a shortname
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/mpxu/frutree/ |
H A D | piclfrutree.info | 69 * There are a lot of nodes below the rmclomv node, define a shortname
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/chalupa/frutree/ |
H A D | piclfrutree.info | 69 * There are a lot of nodes below the rmclomv node, define a shortname
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs4.c | 3679 get_flags(uint_t flag, ftype_names_t *names, uint_t num_flags, int shortname, in get_flags() argument 3698 str = (shortname ? fn->short_name : fn->long_name); in get_flags()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/boston/frutree/ |
H A D | piclfrutree.info | 63 * There are a lot of nodes below the rmclomv node, define a shortname
|