Home
last modified time | relevance | path

Searched refs:st1 (Results 1 – 21 of 21) sorted by relevance

/titanic_50/usr/src/lib/libc/port/locale/
H A Dwcscoll.c69 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 Dpoll104 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 Dgetconf.c152 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 Dprocess_xattrs.c92 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 Ddconf.c307 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 Dsmb_lib.c240 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 Dsulogin.c409 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 Dutil.c696 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 Dconsadm.c484 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 Dat.c797 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 DMakefile45 RTLCKS = audio fd0 sr0 st0 st1
/titanic_50/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c1004 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 Dundi.c370 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 Ddwarf.msg157 @ MSG_REG_PERST1 "%%st1"
/titanic_50/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1512 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 Dnpi_txc.c906 states->st1.value = s1.value; in npi_txc_ro_states_get()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dutil.c280 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 Dnxge_fm.c828 (uint32_t)statsp->txc_stats.errlog.ro_st.st1.value, in nxge_fm_ereport()
/titanic_50/usr/src/uts/common/sys/nxge/
H A Dnxge_txc_hw.h1252 txc_ro_state1_t st1; member
/titanic_50/usr/src/pkg/manifests/
H A DSUNWcs.mf422 file path=etc/security/dev/st1 mode=0400
/titanic_50/
H A D.gitignore97 usr/src/cmd/allocate/st1