Searched defs:rename (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Drename.c32 rename(char *path1, char *path2) function
41 * to map the utmp or wtmp rename operation into
42 * a rename of utmpx or wtmpx
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Drename.c31 rename(char *path1, char *path2) function
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dstub.c34 rename(char *x, char *y) function
/illumos-gate/usr/src/lib/libc/port/sys/
H A Drename.c39 #pragma weak _rename = rename
41 rename(const char *oldname, const char *newname) function
/illumos-gate/usr/src/uts/common/syscall/
H A Drename.c77 rename(char *from, char *to) function
/illumos-gate/usr/src/lib/libast/common/comp/
H A Domitted.c717 rename(const char* fp, const char* tp) function
848 * rename to a `deleted' path just in case the file is open
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_profile.c247 char *name, char *rename)
256 newdv = sdev_cache_lookup(dir, rename);
284 prof_getattr(dir, rename, gdv, &vattr, &avp, NULL);
292 if (prof_mknode(dir, rename, &newdv, &vattr, avp,
353 char *rename = nvpair_name(nvp); local
360 sdcmn_err10(("map %s -> %s\n", name, rename));
362 name, rename);
246 prof_lookup_globaldev(struct sdev_node *dir, struct sdev_node *gdir, char *name, char *rename) argument
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h212 SMB_COM_DECL(rename); variable
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodify.c75 #define T_RENAMECTSTR "rename" /* non-standard */
449 int expect_deleteoldrdn, expect_newparent, rename, moddn; local
458 expect_chgtype_or_control = linenum = got_value = rename = moddn = 0;
599 rename = 1;
617 fprintf(stderr, gettext("%s: Missing changetype operation specification.\n\tThe dn line must be followed by \"changetype: operation\"\n\t(unless ldapmodify is called with -a option)\n\twhere operation is add|delete|modify|modrdn|moddn|rename\n\t\"%s\" is not a valid changetype operation specification\n\t(line %d of entry %s)\n"),
663 if ( rename ) {
676 if ( rename ) {
686 /* Since this is an optional argument for rename/moddn, cause
741 rename = 0;
1171 printf( gettext("rename complete
[all...]
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.c935 /* Don't allow rename of temporary pools/resources */
937 boolean_t rename = B_TRUE; local
947 rename = B_FALSE;
951 if (rename) {
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c356 return (rename(zfarg->zfarg_filename,
395 * Same as rename(2), except that old and new are relative to zoneid's zone
908 * Find any properties in linkp that refer to "old", and rename to "new".
973 boolean_t writeall, rename, attr_renamed; local
992 * In the case of a rename, linkp's name has been updated to
995 rename = (strcmp(req->ls_link, linkp->ll_link) != 0);
1033 * If we're doing a rename operation, ensure that any
1045 if (!writeall && !rename)
1047 } else if (rename && persist) {
1086 if (req->ls_op == DLMGMT_DB_OP_WRITE && !writeall && !rename
[all...]

Completed in 126 milliseconds