Searched refs:entp (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones_lofs.c64 struct mnttab *entp; local
86 entp = &mountTable[mountTableSize++];
91 (void) memset(entp, 0, sizeof (*entp));
94 entp->mnt_special = _z_strdup(ent.mnt_special);
96 entp->mnt_mntopts = _z_strdup(ent.mnt_mntopts);
97 entp->mnt_mountp = _z_strdup(ent.mnt_mountp);
98 entp->mnt_fstype = _z_strdup(ent.mnt_fstype);
/osnet-11/usr/src/lib/libtsnet/common/
H A Dtsol_gettpent.c162 str_to_tpstr(const char *instr, int lenstr, void *entp, char *buffer, argument
168 tsol_tpstr_t *tpstrp = (tsol_tpstr_t *)entp;
H A Dtsol_getrhent.c168 str_to_rhstr(const char *instr, int lenstr, void *entp, char *buffer, argument
175 tsol_rhstr_t *rhstrp = (tsol_rhstr_t *)entp;
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_mount.c1726 struct mnttab *entp = NULL; local
1748 entp = &table[size++];
1754 (void) memset(entp, 0, sizeof (*entp));
1755 if ((entp->mnt_mountp = strdup(ent.mnt_mountp)) == NULL ||
1756 (entp->mnt_fstype = strdup(ent.mnt_fstype)) == NULL) {
1770 entp = &table[i - 1];
1773 if (strcmp(entp->mnt_fstype, MNTTYPE_LOFS) != 0)
1777 if (strncmp(entp->mnt_mountp, ud->altroot, altroot_len) == 0 &&
1778 entp
[all...]
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c443 struct dirent *entp; local
494 while ((entp = readdir(dirp)) != NULL) {
495 if (strcmp(entp->d_name, ".") == 0 ||
496 strcmp(entp->d_name, "..") == 0)
499 if (entp->d_name[0] != 'c')
506 sprintf(namebuf, "%s/%s", dev_name, entp->d_name);
522 if (strstr(entp->d_name, s) != NULL) {
530 if (atoi(&s[1]) == atoi(&entp->d_name[1])) {
533 s, entp->d_name);
H A Dmap.c5722 struct dirent *entp; local
5745 while ((entp = readdir(dirp)) != NULL) {
5750 if ((strcmp(entp->d_name, ".") == 0) ||
5751 (strcmp(entp->d_name, "..") == 0) ||
5752 (fnmatch(pattern_match, entp->d_name, 0) != 0))
5756 sprintf(namebuf, "%s/%s", dir_name, entp->d_name);
5982 struct dirent *entp; local
5991 while ((entp = readdir(dirp)) != NULL) {
5996 if ((strcmp(entp->d_name, ".") == 0) ||
5997 (strcmp(entp
[all...]
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dmon.c1478 struct dirent *entp; local
1514 while ((entp = readdir(dirp)) != NULL) {
1515 if (strcmp(entp->d_name, ".") == 0 ||
1516 strcmp(entp->d_name, "..") == 0)
1519 (void) sprintf(namebuf, "%s/%s", dev_name, entp->d_name);
1540 dev_name, entp->d_name);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.c9671 PTR_TBL_ENT_t **curentp, **entp, *ent; local
9675 for (entp = ary, ent = *ary; ent; ent = *entp) {
9677 *entp = ent->next;
9683 entp = &ent->next;

Completed in 80 milliseconds