Searched defs:open (Results 51 - 55 of 55) sorted by relevance

123

/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c312 volatile uint_t open; /* producer ref count */ member in struct:cqueue
323 atomic_inc_uint(&ds->q.open)
428 vnode_t *cdev_vp; /* VCHR open of the dump device */
1201 * If the dump device is a block device, attempt to open up the
1610 atomic_dec_uint(&cq->open);
1614 atomic_dec_uint(&cq->open);
1669 while (cq->open)
1712 if (cq->open == 0)
1725 dumpsys_unlock(cq, live, cq->first != NULL || cq->open == 0);
2691 * If this is a live dump, try to open
[all...]
/illumos-gate/usr/src/uts/common/io/drm/
H A DdrmP.h521 * is open. dev->dma_lock protects the incrementing of dev->buf_use, which
523 * occurs (when the last open of the device has closed). The high/low
641 int (*open)(struct drm_device *, drm_file_t *); member in struct:drm_driver_info
734 int flags; /* Flags to open(2) */
745 int open_count; /* Outstanding files open */
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c90 * will connect using libzonestat.so, which will open and
448 boolean_t g_open; /* True if g_ctl is open */
608 * Since the stat_thread holds an open handle to the accounting file, it will
777 fd = open(path, O_CREAT|O_RDWR, 0644);
2518 * Open the current extended accounting file. On initialization, open the
2519 * file as the current file to be used. Otherwise, open the file as the
2526 int *fd, *open; local
2540 open = &ctl->zsctl_proc_open;
2546 open = &ctl->zsctl_proc_open_next;
2550 *open
[all...]
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnreg.h1013 uint8_t open; member in struct:iwn_btcoex_prot
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1214 * The of_ftype of an open file should contain the SMB_FTYPE value
1231 * Set this flag when the corresponding open operation whose
1233 * open file instance has this bit set, the NODE_FLAGS_DELETE_ON_CLOSE
1467 * common open function, and the actual size afterwards.
1729 smb_arg_open_t open; member in union:smb_request::__anon403
1740 #define sr_open arg.open
1867 #define SMB_OPIPE_CMD "pipe open"

Completed in 144 milliseconds

123