Searched refs:ISNS_DOOR_NAME (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/isns/isnsadm/ |
H A D | isnsadm.c | 301 if ((fd = open(ISNS_DOOR_NAME, 0)) == -1) { in handle_association_info() 2561 if ((fd = open(ISNS_DOOR_NAME, 0)) == -1) { in list_node_func() 2683 if ((fd = open(ISNS_DOOR_NAME, 0)) == -1) { in list_dd_func() 2794 if ((fd = open(ISNS_DOOR_NAME, 0)) == -1) { in list_ddset_func() 2902 if ((fd = open(ISNS_DOOR_NAME, 0)) == -1) { in create_dd_func() 2968 if ((fd = open(ISNS_DOOR_NAME, 0)) == -1) { in create_ddset_func() 3038 if ((fd = open(ISNS_DOOR_NAME, 0)) == -1) { in modify_dd_func() 3175 if ((fd = open(ISNS_DOOR_NAME, 0)) == -1) { in modify_ddset_func() 3307 if ((fd = open(ISNS_DOOR_NAME, 0)) == -1) { in add_node_func() 3373 if ((fd = open(ISNS_DOOR_NAME, 0)) == -1) { in add_dd_func() [all …]
|
/titanic_44/usr/src/cmd/isns/isnsd/ |
H A D | door.c | 1417 if ((fd = open(ISNS_DOOR_NAME, 0)) >= 0) { in setup_mgmt_door() 1449 if (stat(ISNS_DOOR_NAME, &buf) < 0) { in setup_mgmt_door() 1450 if ((fd = creat(ISNS_DOOR_NAME, 0666)) < 0) { in setup_mgmt_door() 1452 "open failed on %s errno = %d", ISNS_DOOR_NAME, errno); in setup_mgmt_door() 1459 (void) chmod(ISNS_DOOR_NAME, 0666); in setup_mgmt_door() 1460 (void) fdetach(ISNS_DOOR_NAME); in setup_mgmt_door() 1462 if (fattach(door_id, ISNS_DOOR_NAME) < 0) { in setup_mgmt_door() 1465 ISNS_DOOR_NAME, errno); in setup_mgmt_door()
|
H A D | isns_mgmt.h | 37 #define ISNS_DOOR_NAME "/var/run/isns_server_door" macro
|
H A D | main.c | 455 (void) fdetach(ISNS_DOOR_NAME); in main()
|