/titanic_50/usr/src/cmd/chgrp/ |
H A D | chgrp.c | 373 struct stat st, st2; in chgrpr() local 418 if (stat(dp->d_name, &st2) < 0) { in chgrpr() 431 if ((st2.st_mode & S_IFMT) == S_IFDIR) { in chgrpr() 441 st2.st_dev, in chgrpr() 442 st2.st_ino)) == 1) { in chgrpr() 451 st2.st_mode & in chgrpr() 482 if ((st2.st_mode & S_IFMT) == S_IFDIR) { in chgrpr() 485 st2.st_mode & ~S_IFMT); in chgrpr()
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | wcscoll.c | 70 const int32_t *st2 = NULL; in wcscoll_l() local 106 while ((*w1 || st1) && (*w2 || st2)) { in wcscoll_l() 118 &st2); in wcscoll_l() 134 while ((*w1 || st1) && (*w2 || st2)) { in wcscoll_l() 149 &pri2, pass, &st2); in wcscoll_l()
|
/titanic_50/usr/src/cmd/chown/ |
H A D | chown.c | 380 struct stat st, st2; in chownr() local 424 if (stat(dp->d_name, &st2) < 0) { in chownr() 437 if ((st2.st_mode & S_IFMT) == S_IFDIR) { in chownr() 447 st2.st_dev, in chownr() 448 st2.st_ino)) == 1) { in chownr()
|
/titanic_50/usr/src/lib/libcmdutils/common/ |
H A D | process_xattrs.c | 93 struct stat st2; in mv_xattrs() local 146 if (fstat(tattrfd, &st2) < 0) { in mv_xattrs() 152 dp->d_name, &st1, &st2) != 0) { in mv_xattrs()
|
/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/dumpadm/ |
H A D | dconf.c | 307 struct stat64 st1, st2; in dconf_swap_compare() local 319 if (open_stat64(s2->ste_path, &st2) == -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() 335 if (S_ISBLK(st2.st_mode)) in dconf_swap_compare()
|
/titanic_50/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 410 struct stat st2; in pathcmp() local 421 if (stat(bdev, &st2) || !S_ISCHR(st2.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 708 st2 = ((Isd_node *)n2)->isd_name; in isdavl_compare() 710 rc = strcmp(st1, st2); in isdavl_compare()
|
/titanic_50/usr/src/cmd/consadm/ |
H A D | consadm.c | 485 struct stat st2; in pathcmp() local 493 if (stat(bdev, &st2) != 0 || !S_ISCHR(st2.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() 831 (dentry->d_ino == st2.st_ino)) in list_jobs()
|
/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() 1007 st2=ReadMII(1,ioaddr)&0xFF; 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 377 undi.undi_call_info->stack[2] = st2; in _undi_call()
|
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | dwarf.msg | 158 @ MSG_REG_PERST2 "%%st2"
|
/titanic_50/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 1512 struct stat64 st1, st2; in same_file_system() local 1544 if (stat64(path2, &st2) < 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 | 907 states->st2.value = s2.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 292 st2 = ((PathNode *)n2)->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 | 830 (uint32_t)statsp->txc_stats.errlog.ro_st.st2.value, in nxge_fm_ereport()
|
/titanic_50/usr/src/uts/common/sys/nxge/ |
H A D | nxge_txc_hw.h | 1253 txc_ro_state2_t st2; member
|