Searched refs:root_dir (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_glob.h51 extern int update_root_object(nis_name root_dir,
54 extern int remove_root_object(nis_name root_dir,
H A Dldap_glob.c36 __local_update_root_object(nis_name root_dir, nis_object *d_obj) { argument
46 __local_remove_root_object(nis_name root_dir, nis_object* d_obj) { argument
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_hotplug.c137 uint32_t *root_dir; local
208 root_dir = CFGROM_ROOT_DIR(node->cfgrom);
209 root_dir_len = CFGROM_DIR_LEN(root_dir);
213 CFGROM_TYPE_KEY_VALUE(root_dir[i + 1], type, key, value);
238 &root_dir[i + 1] + value;
491 uint32_t *ptr, *root_dir, dir_len; local
510 root_dir = CFGROM_ROOT_DIR(node->cfgrom);
512 if (node->cfgrom_valid_size < CFGROM_DIR_LEN(root_dir))
515 dir_len = CFGROM_DIR_LEN(root_dir);
517 CFGROM_TYPE_KEY_VALUE(root_dir[
676 uint32_t *ptr, *root_dir, dir_len; local
[all...]
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevalloc.c58 _da_check_for_usb(char *link, char *root_dir) argument
69 if (strcmp(root_dir, "") != 0) {
70 if (strlcat(path, root_dir, dstsize) >= dstsize)
177 char *root_dir)
176 _update_devalloc_db(devlist_t *devlist, int devflag, int action, char *devname, char *root_dir) argument
H A Ddevfsadm.c148 static char *root_dir = ""; variable
350 if (getenv(RECONFIG_BOOT) != NULL && root_dir[0] != '\0') {
405 if (root_dir[0] == '\0')
485 lock_root = attr_root ? attr_root : root_dir;
558 if (zone_pathcheck(root_dir) !=
656 root_dir = s_strdup(optarg);
657 if (zone_pathcheck(root_dir) !=
815 root_dir = s_strdup(optarg);
889 if (zone_pathcheck(root_dir) != DEVFSADM_SUCCESS)
933 if (zone_pathcheck(root_dir) !
[all...]
/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.h95 static void enter_lock(char *root_dir);
H A Dsyseventadm.c76 static char *root_dir = ""; variable
150 enter_lock(root_dir);
220 enter_lock(char *root_dir) argument
224 if (snprintf(lock_file, sizeof (lock_file), "%s%s", root_dir,
278 root_dir = sc_strdup(dir);
342 (void) strcpy(fname, root_dir);
465 (void) strcpy(path, root_dir);
575 (void) strcpy(tmp_name, root_dir);
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_reg_mod/
H A Dsysevent_reg_mod.c55 extern char *root_dir;
77 * environment, ie install. If root_dir is set, implying
80 if (strcmp(root_dir, "") != 0) {
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.c79 static char *root_dir = ""; /* Relative root for lock and door */ variable
109 root_dir = malloc(strlen(dir) + 1);
110 if (root_dir == NULL) {
114 (void) strcpy(root_dir, dir);
726 root_dir, SYSEVENTCONFD_SERVICE_DOOR) >= sizeof (door_path)) {
/illumos-gate/usr/src/uts/common/io/sbp2/
H A Dcfgrom.c83 sbp2_cfgrom_ent_t *root_dir = &crp->cr_root; local
99 bzero(root_dir, sizeof (sbp2_cfgrom_ent_t));
100 root_dir->ce_kt = IEEE1212_DIRECTORY_TYPE;
101 root_dir->ce_offset = SBP2_CFGROM_ADDR(tp) + 4 + bib->cb_len * 4;
102 pa.pa_dir = root_dir;
/illumos-gate/usr/src/cmd/syseventd/modules/devfsadmd_mod/
H A Ddevfsadmd_mod.c47 extern char *root_dir;
299 if (strcmp(root_dir, "") == 0) {
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c76 char *root_dir = ""; /* Relative root for lock and door */ variable
147 "[-r <root_dir>]\n");
293 root_dir = malloc(strlen(dir) + 1);
294 if (root_dir == NULL) {
298 (void) strcpy(root_dir, dir);
1459 root_dir, LOGEVENT_DOOR_UPCALL) >= sizeof (local_door_file)) {
1556 root_dir, DAEMON_LOCK_FILE) >= sizeof (local_lock_file)) {
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c124 di_devlink_open(const char *root_dir, uint_t flags) argument
136 if ((hdp = handle_alloc(root_dir, OPEN_RDWR)) == NULL) {
311 handle_alloc(const char *root_dir, uint_t flags) argument
328 if (root_dir && root_dir[0] != '\0') {
330 if (root_dir[0] != '/') {
339 if ((realpath(root_dir, dev_dir) == NULL) ||
340 (realpath(root_dir, db_dir) == NULL)) {
418 if (enter_db_lock(&proto, root_dir) != 1) {
1991 devlink_snapshot(const char *root_dir) argument
3074 enter_db_lock(struct di_devlink_handle *hdp, const char *root_dir) argument
[all...]
H A Ddevinfo_devlink.h400 static int enter_db_lock(struct di_devlink_handle *hdp, const char *root_dir);
414 static di_devlink_handle_t devlink_snapshot(const char *root_dir);
H A Dlibdevinfo.h466 extern di_devlink_handle_t di_devlink_open(const char *root_dir, uint_t flags);
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c475 char root_dir[TLM_VOLNAME_MAX_LENGTH]; local
499 (void) strlcpy(root_dir, fil, TLM_VOLNAME_MAX_LENGTH);
502 (void) strlcpy(root_dir, fil, TLM_VOLNAME_MAX_LENGTH);
505 if (strcmp(root_dir, tlm_acls->acl_root_dir) != 0) {
508 erc = lstat64(root_dir, &attr);
511 root_dir);
515 (void) strlcpy(tlm_acls->acl_root_dir, root_dir,
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c534 secno = hsvp->root_dir.ext_lbn >> hsvp->lbn_secshift;
968 if (!hsfs_valid_dir(&fsp->hsfs_vol.root_dir)) {
970 if (hs_remakenode(fsp->hsfs_vol.root_dir.ext_lbn,
980 fsp->hsfs_rootvp = hs_makenode(&fsp->hsfs_vol.root_dir,
981 fsp->hsfs_vol.root_dir.ext_lbn, 0, vfsp);
1112 return (hs_parsedir(fsp, HSV_ROOT_DIR(volp), &hvp->root_dir,
1329 return (hs_parsedir(fsp, ISO_ROOT_DIR(volp), &hvp->root_dir,
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h143 struct hs_direntry root_dir; /* dir entry for Root Directory */ member in struct:hs_volume
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c409 const char *root_dir = NULL; local
445 root_dir = optarg;
468 if (root_dir == NULL) {
472 size = strlen(root_dir) + sizeof (perm_file_sfx);
476 (void) snprintf(perm_file, size, "%s%s", root_dir,
478 size = strlen(root_dir) + sizeof (temp_file_sfx);
482 (void) snprintf(temp_file, size, "%s%s", root_dir,
489 update_table = (!perm_flag || root_dir == NULL);
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c149 extern char *root_dir;
2159 * environment, ie install. If root_dir is set, implying
2163 if (strcmp(root_dir, "") != 0) {
2247 if (strcmp(root_dir, "") != 0) {
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c2776 struct direct root_dir[] = { variable in typeref:struct:direct
2828 node.i_size = makedir(root_dir, PREDEFDIR);

Completed in 159 milliseconds