/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | wcscoll.c | 69 const int32_t *st1 = NULL; in wcscoll_l() local 106 while ((*w1 || st1) && (*w2 || st2)) { in wcscoll_l() 109 &st1); in wcscoll_l() 134 while ((*w1 || st1) && (*w2 || st2)) { in wcscoll_l() 138 &pri1, pass, &st1); in wcscoll_l()
|
/titanic_50/usr/src/lib/libshell/common/features/ |
H A D | poll | 104 struct stat st1; 109 if (fstat(sfd[0], &st0) < 0 || fstat(sfd[1], &st1) < 0) 112 (st1.st_mode & (S_IRUSR|S_IWUSR)) == S_IWUSR) 119 fstat(sfd[1], &st1) < 0 || 120 (st1.st_mode & (S_IRUSR|S_IWUSR)) != S_IWUSR)
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | getconf.c | 152 struct stat st1; in b_getconf() local 293 …tat(equiv[0].path, &st0) && !stat(equiv[1].path, &st1) && st0.st_ino == st1.st_ino && st0.st_dev =… in b_getconf()
|
/titanic_50/usr/src/lib/libcmdutils/common/ |
H A D | process_xattrs.c | 92 struct stat st1; in mv_xattrs() local 135 if (fstat(sattrfd, &st1) < 0) { in mv_xattrs() 141 O_RDWR|O_CREAT|O_TRUNC, st1.st_mode)) == -1) { in mv_xattrs() 152 dp->d_name, &st1, &st2) != 0) { in mv_xattrs()
|
/titanic_50/usr/src/cmd/dumpadm/ |
H A D | dconf.c | 307 struct stat64 st1, st2; in dconf_swap_compare() local 316 if (open_stat64(s1->ste_path, &st1) == -1) in dconf_swap_compare() 326 if (S_ISBLK(st1.st_mode) == S_ISBLK(st2.st_mode)) { in dconf_swap_compare() 327 if (st2.st_size > st1.st_size) in dconf_swap_compare()
|
/titanic_50/usr/src/lib/libsmbios/common/ |
H A D | smb_lib.c | 240 struct stat64 st1, st2; in smbios_fdopen() local 242 if (stat64(SMB_BIOS_DEVICE, &st1) == 0 && fstat64(fd, &st2) == 0 && in smbios_fdopen() 243 S_ISCHR(st2.st_mode) && st1.st_rdev == st2.st_rdev) in smbios_fdopen()
|
/titanic_50/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 409 struct stat st1; in pathcmp() local 418 if (stat(adev, &st1) || !S_ISCHR(st1.st_mode)) in pathcmp() 424 if (st1.st_rdev == st2.st_rdev) in pathcmp()
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | util.c | 696 const char *st1, *st2; in isdavl_compare() local 707 st1 = ((Isd_node *)n1)->isd_name; in isdavl_compare() 710 rc = strcmp(st1, st2); in isdavl_compare()
|
/titanic_50/usr/src/cmd/consadm/ |
H A D | consadm.c | 484 struct stat st1; in pathcmp() local 490 if (stat(adev, &st1) != 0 || !S_ISCHR(st1.st_mode)) in pathcmp() 496 if (st1.st_rdev == st2.st_rdev) in pathcmp()
|
/titanic_50/usr/src/cmd/cron/ |
H A D | at.c | 797 struct stat buf, st1, st2; in list_jobs() local 822 if (stat(ATDIR, &st1) != 0 || stat(atdir, &st2) != 0) in list_jobs() 830 if ((dentry->d_ino == st1.st_ino) || in list_jobs()
|
/titanic_50/usr/src/cmd/allocate/ |
H A D | Makefile | 45 RTLCKS = audio fd0 sr0 st0 st1
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | via-rhine.c | 1004 unsigned char st1,st2,adv1,adv2,l1,l2; in rhine_probe1() 1006 st1=ReadMII(1,ioaddr)>>8; in rhine_probe1() 1012 printf(" status 0x%hhX%hhX, advertising 0x%hhX%hhX, link 0x%hhX%hhX\n", st1,st2,adv1,adv2,l1,l2); in rhine_probe1()
|
H A D | undi.c | 370 uint16_t st1, uint16_t st2 ) { in _undi_call() argument 376 undi.undi_call_info->stack[1] = st1; in _undi_call()
|
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | dwarf.msg | 157 @ MSG_REG_PERST1 "%%st1"
|
/titanic_50/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 1512 struct stat64 st1, st2; in same_file_system() local 1540 if (stat64(path1, &st1) < 0) { in same_file_system() 1549 if (st1.st_dev == st2.st_dev) in same_file_system()
|
/titanic_50/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_txc.c | 906 states->st1.value = s1.value; in npi_txc_ro_states_get()
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 280 const char *st1, *st2; in pnavl_compare() local 291 st1 = ((PathNode *)n1)->pn_name; in pnavl_compare() 294 rc = strcmp(st1, st2); in pnavl_compare()
|
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_fm.c | 828 (uint32_t)statsp->txc_stats.errlog.ro_st.st1.value, in nxge_fm_ereport()
|
/titanic_50/usr/src/uts/common/sys/nxge/ |
H A D | nxge_txc_hw.h | 1252 txc_ro_state1_t st1; member
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | SUNWcs.mf | 422 file path=etc/security/dev/st1 mode=0400
|
/titanic_50/ |
H A D | .gitignore | 97 usr/src/cmd/allocate/st1
|