Searched defs:flag (Results 276 - 300 of 1243) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dhtable.c686 * flag - 0: not an association object; otherwise association object.
688 * update_p - pointer of update flag for returning.
697 int flag,
718 if (flag == 0) {
774 if (flag == 0) {
953 * rekey - flag that indicates if the callback function will update
694 htab_add( htab_t *tab, void *p, int flag, uint32_t *uid_p, int *update_p ) argument
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c324 Dbg_sec_order_list(Ofl_desc *ofl, int flag) argument
340 * If the flag == 0, then the routine is called before sorting.
342 if (flag == 0)
H A Dutil.c46 Dbg_util_call_init(Rt_map *lmp, int flag) argument
54 if (flag == DBG_INIT_SORT)
56 else if (flag == DBG_INIT_PEND)
58 else if (flag == DBG_INIT_DYN)
203 int ndx, int flag)
213 if (flag & RT_SORT_REV)
221 if (flag & RT_SORT_INTPOSE)
247 Dbg_util_collect(Rt_map *lmp, int ndx, int flag) argument
257 if (flag & RT_SORT_REV)
322 * generated, a flag i
202 Dbg_util_edge_in(Lm_list *lml, Rt_map *clmp, uint_t flags, Rt_map *dlmp, int ndx, int flag) argument
328 Dbg_util_nl(Lm_list *lml, int flag) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy3.c356 int flag; local
397 flag = 0;
410 if (flag++ == 0)
422 if (flag) {
/illumos-gate/usr/src/cmd/sh/
H A Dhashserv.c457 static int flag; local
462 if(flag == 0) {
464 flag = 1;
/illumos-gate/usr/src/cmd/syseventd/modules/devfsadmd_mod/
H A Ddevfsadmd_mod.c55 static int devfsadmdeliver_event(sysevent_t *ev, int flag);
168 devfsadmdeliver_event(sysevent_t *ev, int flag) argument
/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.h105 int reload; /* flag to reload/delete */
115 int reload; /* flag to reload/delete */
129 int flag; /* flag to reload/delete */ member in struct:__anon1906
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_filio.c90 int flag, /* flag from VOP_IOCTL() */
107 STRUCT_INIT(fio, flag & DATAMODEL_MASK);
160 * Large Files: We open this file descriptor with FOFFMAX flag
217 int flag, /* flag from VOP_IOCTL() */
237 if ((flag & DATAMODEL_MASK) == DATAMODEL_ILP32) {
283 int flag, /* flag from ufs_ioctl */
307 uint_t *diop, /* dio flag */
87 ufs_fioio( struct vnode *vp, struct fioio *fiou, int flag, struct cred *cr) argument
214 ufs_fiosatime( struct vnode *vp, struct timeval *tvu, int flag, struct cred *cr) argument
280 ufs_fiogdio( struct vnode *vp, uint_t *diop, int flag, struct cred *cr) argument
305 ufs_fiosdio( struct vnode *vp, uint_t *diop, int flag, struct cred *cr) argument
[all...]
H A Dquotacalls.c76 * Quota sub-system init flag.
88 quotactl(struct vnode *vp, intptr_t arg, int flag, struct cred *cr) argument
94 if ((flag & DATAMODEL_MASK) == DATAMODEL_NATIVE) {
349 * transaction, then cancel it. Clear the flag to
567 /* flag is set since we must have been */
593 /* DQ_FILES flag is set since we must */
/illumos-gate/usr/src/uts/common/fs/zut/
H A Dzut.c200 zut_stat64(vnode_t *vp, struct stat64 *sb, uint64_t *xvs, int flag, cred_t *cr) argument
224 if (error = VOP_GETATTR(vp, &xv.xva_vattr, flag, cr, NULL))
379 zut_ioctl(dev_t dev, int cmd, intptr_t arg, int flag, cred_t *cr, int *rvalp) argument
391 error = zut_lookup(arg, cr, flag, rvalp);
394 error = zut_readdir(arg, cr, flag, rvalp);
452 zut_open(dev_t *devp, int flag, int otyp, cred_t *cr) argument
464 zut_close(dev_t dev, int flag, int otyp, cred_t *cr) argument
495 D_NEW | D_MP | D_64BIT, /* Driver compatibility flag */
/illumos-gate/usr/src/uts/common/dtrace/
H A Dlockstat.c157 lockstat_open(dev_t *devp, int flag, int otyp, cred_t *cred_p) argument
299 D_MP | D_NEW /* Driver compatibility flag */
H A Dsystrace.c305 systrace_open(dev_t *devp, int flag, int otyp, cred_t *cred_p) argument
325 D_NEW | D_MP /* Driver compatibility flag */
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c60 ctfs_endpoint_open(ctfs_endpoint_t *endpt, ct_equeue_t *q, int flag) argument
62 if ((flag & ~FNONBLOCK) != (FREAD | FOFFMAX))
68 if (flag & FNONBLOCK)
222 ctfs_ev_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *cct) argument
235 &evnode->ctfs_ev_contract->ct_events, flag));
298 int flag,
386 ctfs_bu_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *ct) argument
396 bunode->ctfs_bu_queue, flag));
458 int flag,
294 ctfs_ev_ioctl( vnode_t *vp, int cmd, intptr_t arg, int flag, cred_t *cr, int *rvalp, caller_context_t *ct) argument
454 ctfs_bu_ioctl( vnode_t *vp, int cmd, intptr_t arg, int flag, cred_t *cr, int *rvalp, caller_context_t *ct) argument
H A Dctfs_root.c279 ctfs_unmount(vfs_t *vfsp, int flag, struct cred *cr) argument
290 if (flag & MS_FORCE)
399 ctfs_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *ct) argument
401 if ((flag & (FOFFMAX | FWRITE)) != FOFFMAX)
416 int flag,
414 ctfs_close( vnode_t *vp, int flag, int count, offset_t offset, cred_t *cr, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_ptsops.c332 int mode, struct vnode **vpp, struct cred *cred, int flag,
331 devpts_create(struct vnode *dvp, char *nm, struct vattr *vap, vcexcl_t excl, int mode, struct vnode **vpp, struct cred *cred, int flag, caller_context_t *ct, vsecattr_t *vsecp) argument
H A Dsdev_vtops.c452 int mode, struct vnode **vpp, struct cred *cred, int flag,
451 devvt_create(struct vnode *dvp, char *nm, struct vattr *vap, vcexcl_t excl, int mode, struct vnode **vpp, struct cred *cred, int flag, caller_context_t *ct, vsecattr_t *vsecp) argument
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c244 devfs_unmount(struct vfs *vfsp, int flag, struct cred *cr) argument
395 * DR code calls devfs_clean() with the DV_CLEAN_FORCE flag.
/illumos-gate/usr/src/uts/common/fs/
H A Dfdbuffer.c147 fdb_set_iofunc(fdbuffer_t *fdb, fdb_iodone_t iofunc, void *ioargp, int flag) argument
151 ASSERT((flag & ~FDB_ICALLBACK) == 0);
158 if (flag & FDB_ICALLBACK)
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_subr.c348 hsfs_kstats_update(kstat_t *ksp, int flag) argument
359 if (flag != KSTAT_READ)
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c244 * a new lnode can be forced via the LOF_FORCE flag even if
252 makelonode(struct vnode *vp, struct loinfo *li, int flag) argument
260 if (flag != LOF_FORCE)
262 if ((flag == LOF_FORCE) || (lp == NULL)) {
280 if (flag != LOF_FORCE)
H A Dlofs_vfsops.c204 * The special case check for the NET_MAC_AWARE process flag is
248 * the NET_MAC_AWARE flag, then regular read-write
422 lo_unmount(struct vfs *vfsp, int flag, struct cred *cr) argument
433 if (flag & MS_FORCE)
512 short flag,
511 lo_sync(struct vfs *vfsp, short flag, struct cred *cr) argument
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_acl_vnops.c125 acl_getacl2(vnode_t *vp, vsecattr_t *vsp, int flag, cred_t *cr) argument
188 acl_setacl2(vnode_t *vp, vsecattr_t *vsp, int flag, cred_t *cr) argument
506 acl_getacl3(vnode_t *vp, vsecattr_t *vsp, int flag, cred_t *cr) argument
570 acl_setacl3(vnode_t *vp, vsecattr_t *vsp, int flag, cred_t *cr) argument
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fd.c79 port_fd_callback(void *arg, int *events, pid_t pid, int flag, void *evp) argument
88 switch (flag) {
275 * Clear the PORT_KEV_VALID flag if set. No new events
276 * should get submitted after this flag is cleared.
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_vnops.c115 socket_vop_open(struct vnode **vpp, int flag, struct cred *cr, argument
121 flag &= ~FCREAT; /* paranoia */
134 socket_vop_close(struct vnode *vp, int flag, int count, offset_t offset, argument
160 error = socket_close_internal(so, flag, cr);
243 * Sets/clears the SS_ASYNC flag based on the presence/absence
244 * of the FASYNC flag passed to fcntl(F_SETFL).
/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c80 static int swap_sync(struct vfs *vfsp, short flag, struct cred *cr);
241 swap_sync(struct vfs *vfsp, short flag, struct cred *cr) argument
246 if (!(flag & SYNC_ALL))

Completed in 127 milliseconds

<<11121314151617181920>>