Lines Matching defs:lock_fd
83 int lock_fd;
86 if ((lock_fd = open(DLADM_FLOW_DB_LOCK, O_RDWR | O_CREAT | O_TRUNC,
95 if (fcntl(lock_fd, F_SETLKW, &lock) < 0) {
96 (void) close(lock_fd);
100 return (lock_fd);
326 int nfd, fn_rc, lock_fd;
346 if ((lock_fd = i_dladm_flow_lock_db(F_WRLCK)) < 0)
350 i_dladm_flow_unlock_db(lock_fd);
357 i_dladm_flow_unlock_db(lock_fd);
365 i_dladm_flow_unlock_db(lock_fd);
416 i_dladm_flow_unlock_db(lock_fd);
419 i_dladm_flow_unlock_db(lock_fd);
426 i_dladm_flow_unlock_db(lock_fd);
490 int lock_fd;
501 if ((lock_fd = i_dladm_flow_lock_db(F_WRLCK)) < 0)
506 i_dladm_flow_unlock_db(lock_fd);
540 i_dladm_flow_unlock_db(lock_fd);