Searched refs:ISNS_DOOR_NAME (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_mgmt.h37 #define ISNS_DOOR_NAME "/var/run/isns_server_door" macro
H A Ddoor.c1423 if ((fd = open(ISNS_DOOR_NAME, 0)) >= 0) {
1455 if (stat(ISNS_DOOR_NAME, &buf) < 0) {
1456 if ((fd = creat(ISNS_DOOR_NAME, 0666)) < 0) {
1458 "open failed on %s errno = %d", ISNS_DOOR_NAME, errno);
1465 (void) chmod(ISNS_DOOR_NAME, 0666);
1466 (void) fdetach(ISNS_DOOR_NAME);
1468 if (fattach(door_id, ISNS_DOOR_NAME) < 0) {
1471 ISNS_DOOR_NAME, errno);
H A Dmain.c455 (void) fdetach(ISNS_DOOR_NAME);
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm.c307 if ((fd = open(ISNS_DOOR_NAME, 0)) == -1) {
2567 if ((fd = open(ISNS_DOOR_NAME, 0)) == -1) {
2689 if ((fd = open(ISNS_DOOR_NAME, 0)) == -1) {
2800 if ((fd = open(ISNS_DOOR_NAME, 0)) == -1) {
2908 if ((fd = open(ISNS_DOOR_NAME, 0)) == -1) {
2974 if ((fd = open(ISNS_DOOR_NAME, 0)) == -1) {
3044 if ((fd = open(ISNS_DOOR_NAME, 0)) == -1) {
3181 if ((fd = open(ISNS_DOOR_NAME, 0)) == -1) {
3313 if ((fd = open(ISNS_DOOR_NAME, 0)) == -1) {
3379 if ((fd = open(ISNS_DOOR_NAME,
[all...]

Completed in 77 milliseconds