Searched defs:flag (Results 876 - 900 of 1243) sorted by relevance

<<31323334353637383940>>

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_znode.c752 * flag - flags:
764 uint_t flag, znode_t **zpp, zfs_acl_ids_t *acl_ids)
835 if (flag & IS_ROOT_NODE) {
845 flag |= IS_XATTR;
855 links = (flag & (IS_ROOT_NODE | IS_XATTR)) ? 2 : 1;
866 if (flag & IS_XATTR)
980 if (!(flag & IS_ROOT_NODE)) {
1358 zfs_tstamp_update_setup(znode_t *zp, uint_t flag, uint64_t mtime[2], argument
1372 if (flag & AT_ATIME) {
1376 if (flag
763 zfs_mknode(znode_t *dzp, vattr_t *vap, dmu_tx_t *tx, cred_t *cr, uint_t flag, znode_t **zpp, zfs_acl_ids_t *acl_ids) argument
1657 zfs_freesp(znode_t *zp, uint64_t off, uint64_t len, int flag, boolean_t log) argument
[all...]
H A Ddnode.c1057 dnode_hold_impl(objset_t *os, uint64_t object, int flag, argument
1085 if ((flag & DNODE_MUST_BE_ALLOCATED) && type == DMU_OT_NONE)
1087 if ((flag & DNODE_MUST_BE_FREE) && type != DMU_OT_NONE)
1166 ((flag & DNODE_MUST_BE_ALLOCATED) && type == DMU_OT_NONE) ||
1167 ((flag & DNODE_MUST_BE_FREE) &&
1698 * doesn't have a flag to indicate MUSTSUCCEED.
/illumos-gate/usr/src/lib/librcm/
H A Dlibrcm.c53 rcm_alloc_handle(char *modname, uint_t flag, void *arg, rcm_handle_t **hdp) argument
59 if ((hdp == NULL) || (flag & ~RCM_ALLOC_HDL_MASK)) {
92 if (flag & RCM_NOPID) {
126 rcm_get_info(rcm_handle_t *hd, char *rsrcname, uint_t flag, rcm_info_t **infop) argument
130 if ((flag & ~RCM_GET_INFO_MASK) || (infop == NULL)) {
139 ((flag & RCM_DR_OPERATION|RCM_MOD_INFO) == 0)) {
147 return (rcm_common(CMD_GETINFO, hd, rsrcnames, flag, NULL, infop));
152 rcm_get_info_list(rcm_handle_t *hd, char **rsrcnames, uint_t flag, argument
156 if ((flag & RCM_DR_OPERATION) || (flag
166 rcm_request_offline(rcm_handle_t *hd, char *rsrcname, uint_t flag, rcm_info_t **infop) argument
179 rcm_request_offline_list(rcm_handle_t *hd, char **rsrcnames, uint_t flag, rcm_info_t **infop) argument
192 rcm_notify_online(rcm_handle_t *hd, char *rsrcname, uint_t flag, rcm_info_t **infop) argument
205 rcm_notify_online_list(rcm_handle_t *hd, char **rsrcnames, uint_t flag, rcm_info_t **infop) argument
218 rcm_notify_remove(rcm_handle_t *hd, char *rsrcname, uint_t flag, rcm_info_t **infop) argument
231 rcm_notify_remove_list(rcm_handle_t *hd, char **rsrcnames, uint_t flag, rcm_info_t **infop) argument
244 rcm_request_suspend(rcm_handle_t *hd, char *rsrcname, uint_t flag, timespec_t *interval, rcm_info_t **infop) argument
257 rcm_request_suspend_list(rcm_handle_t *hd, char **rsrcnames, uint_t flag, timespec_t *interval, rcm_info_t **infop) argument
272 rcm_notify_resume(rcm_handle_t *hd, char *rsrcname, uint_t flag, rcm_info_t **infop) argument
285 rcm_notify_resume_list(rcm_handle_t *hd, char **rsrcnames, uint_t flag, rcm_info_t **infop) argument
298 rcm_request_capacity_change(rcm_handle_t *hd, char *rsrcname, uint_t flag, nvlist_t *nvl, rcm_info_t **infop) argument
320 rcm_notify_capacity_change(rcm_handle_t *hd, char *rsrcname, uint_t flag, nvlist_t *nvl, rcm_info_t **infop) argument
342 rcm_notify_event(rcm_handle_t *hd, char *rsrcname, uint_t flag, nvlist_t *nvl, rcm_info_t **infop) argument
368 rcm_register_capacity(rcm_handle_t *hd, char *rsrcname, uint_t flag, rcm_info_t **infop) argument
388 rcm_unregister_capacity(rcm_handle_t *hd, char *rsrcname, uint_t flag) argument
411 rcm_register_event(rcm_handle_t *hd, char *rsrcname, uint_t flag, rcm_info_t **infop) argument
431 rcm_unregister_event(rcm_handle_t *hd, char *rsrcname, uint_t flag) argument
456 rcm_register_interest(rcm_handle_t *hd, char *rsrcname, uint_t flag, rcm_info_t **infop) argument
476 rcm_unregister_interest(rcm_handle_t *hd, char *rsrcname, uint_t flag) argument
498 int flag = 0; local
981 rcm_common(int cmd, rcm_handle_t *hd, char **rsrcnames, uint_t flag, void *arg, rcm_info_t **infop) argument
1038 rcm_direct_call(int cmd, rcm_handle_t *hd, char **rsrcnames, uint_t flag, void *arg, rcm_info_t **infop) argument
1120 rcm_daemon_call(int cmd, rcm_handle_t *hd, char **rsrcnames, uint_t flag, void *arg, rcm_info_t **infop) argument
1326 rcm_generate_nvlist(int cmd, rcm_handle_t *hd, char **rsrcnames, uint_t flag, void *arg, char **nvl_packed, size_t *nvl_size) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kshare.c211 uint32_t flag = SMB_SHRF_ACC_OPEN; local
223 flag |= SMB_SHRF_ACC_NONE;
225 flag |= SMB_SHRF_ACC_RO;
227 flag |= SMB_SHRF_ACC_RW;
232 req.shq_flag = flag;
1104 * returns the corresponding flag value, otherwise returns 0.
1107 smb_kshare_decode_bool(nvlist_t *nvl, const char *propname, uint32_t flag) argument
1113 return (flag);
1120 * flag. Only one option is allowed; an error will be logged if
1134 uint32_t flag; member in struct:__anon80
[all...]
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c354 pfp_packet(void *arg, mac_resource_handle_t mrh, mblk_t *mp, boolean_t flag) argument
862 * are racing to set the flag one way or the other, the end result is
1110 sdpfp_close(sock_lower_handle_t handle, int flag, struct cred *cr) argument
H A Dsocksctp.c530 * flag possibilities:
660 * MOREDATA flag is set if all data could not be copied
1818 sosctp_close(struct sonode *so, int flag, struct cred *cr) argument
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_login.c344 * Use the icl_busy flag to keep the state machine single threaded.
345 * This also serves as recursion avoidance since this flag will
2720 int flag = U8_TEXTPREP_NFKC; local
2730 flag |= U8_TEXTPREP_TOUPPER;
2734 flag |= U8_TEXTPREP_TOLOWER;
2738 flag |= U8_TEXTPREP_TOUPPER;
2749 if (u8_textprep_str(name + coff, &inlen, ret + coff, &outlen, flag,
/illumos-gate/usr/src/uts/common/io/
H A Dmem.c219 mmopen(dev_t *devp, int flag, int typ, struct cred *cred) argument
765 mmioctl(dev_t dev, int cmd, intptr_t data, int flag, cred_t *cred, int *rvalp) argument
H A Dtem_safe.c2208 * flag: TEM_ATTR_SCREEN_REVERSE or TEM_ATTR_REVERSE
2212 text_color_t *bg, uint8_t flag)
2214 if (tem->tvs_flags & flag) {
2211 tem_safe_get_color(struct tem_vt_state *tem, text_color_t *fg, text_color_t *bg, uint8_t flag) argument
/illumos-gate/usr/src/uts/common/ipp/
H A Dippctl.c400 int flag,
464 int flag,
398 ippctl_open( dev_t *devp, int flag, int otyp, cred_t *credp) argument
462 ippctl_close( dev_t dev, int flag, int otyp, cred_t *credp) argument
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c661 upimutex_unlock(struct upimutex *upimutex, uint16_t flag) argument
672 if (ts != NULL && !(flag & LOCK_NOTRECOVERABLE)) {
711 uint16_t flag; local
744 fuword16_noerr(&lp->mutex_flag, &flag);
747 upimutex_unlock((upimutex_t *)upimutex, flag);
751 if (flag & LOCK_NOTRECOVERABLE) {
755 * in lwp_upimutex_unlock(), this flag needs to
760 upimutex_unlock((upimutex_t *)upimutex, flag);
763 } else if (flag & (LOCK_OWNERDEAD | LOCK_UNMAPPED)) {
764 if (flag
977 uint16_t flag; local
1060 uint16_t flag; local
1165 uint16_t flag; local
2878 uint16_t flag; local
3040 uint16_t flag; local
3147 uint16_t flag; local
[all...]
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c50 lo_open(vnode_t **vpp, int flag, struct cred *cr, caller_context_t *ct) argument
69 error = VOP_OPEN(&rvp, flag, cr, ct);
105 int flag,
115 return (VOP_CLOSE(vp, flag, count, offset, cr, ct));
145 int flag,
154 return (VOP_IOCTL(vp, cmd, arg, flag, cr, rvalp, ct));
315 * dvp (empty name == lookup "."). If an XATTR flag is set
367 * In the standard case if the looping flag is set and
579 * The LO_AUTOLOOP flag is set on the returned lonode
671 int flag,
103 lo_close( vnode_t *vp, int flag, int count, offset_t offset, struct cred *cr, caller_context_t *ct) argument
141 lo_ioctl( vnode_t *vp, int cmd, intptr_t arg, int flag, struct cred *cr, int *rvalp, caller_context_t *ct) argument
663 lo_create( vnode_t *dvp, char *nm, struct vattr *va, enum vcexcl exclusive, int mode, vnode_t **vpp, struct cred *cr, int flag, caller_context_t *ct, vsecattr_t *vsecp) argument
1034 lo_frlock( vnode_t *vp, int cmd, struct flock64 *bfp, int flag, offset_t offset, struct flk_callback *flk_cbp, cred_t *cr, caller_context_t *ct) argument
1049 lo_space( vnode_t *vp, int cmd, struct flock64 *bfp, int flag, offset_t offset, struct cred *cr, caller_context_t *ct) argument
1235 lo_shrlock( vnode_t *vp, int cmd, struct shrlock *shr, int flag, cred_t *cr, caller_context_t *ct) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dbio.c290 * force_wait - wait for write completion regardless of B_ASYNC flag
300 int flag; local
305 flag = bp->b_flags;
313 do_wait = ((flag & B_ASYNC) == 0 || force_wait);
417 * Clear the retry write flag if the buffer was written without
998 * write here if the B_ASYNC flag is set. This needs
1014 * makes sure that the retry write flag is cleared.
1536 * B_DELWRI flag should not be set.
2052 * The cloned buffer does not inherit the B_REMAPPED flag.
H A Dproject.c214 project_hold_by_id(projid_t id, zone_t *zone, int flag) argument
228 if (flag == PROJECT_HOLD_FIND) {
241 ASSERT(flag == PROJECT_HOLD_INSERT);
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c518 gfxp_vgatext_open(dev_t *devp, int flag, int otyp, cred_t *cred, argument
531 gfxp_vgatext_close(dev_t devp, int flag, int otyp, cred_t *cred, argument
/illumos-gate/usr/src/uts/common/io/audio/drv/audioens/
H A Daudioens.c542 audioens_open(void *arg, int flag, unsigned *nframes, caddr_t *bufp) argument
547 _NOTE(ARGUNUSED(flag));
/illumos-gate/usr/src/uts/common/disp/
H A Dsysdc.c144 * To fix this, SDC uses the TS_RUNQMATCH flag introduced for FSS.
193 * flag. This flag currently has no effect, but marks threads which
1141 sysdc_alloc(void **p, int flag) argument
1146 if ((new = kmem_zalloc(sizeof (*new), flag)) == NULL) {
1149 if ((new->sdc_pset = kmem_zalloc(sizeof (*new->sdc_pset), flag)) ==
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c241 smbfs_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *ct) argument
318 if (flag & FTRUNC)
319 flag |= FWRITE;
329 if ((flag & FWRITE) &&
332 if ((flag & FREAD) &&
351 if ((flag & FREAD))
353 if ((flag & FWRITE))
418 smbfs_close(vnode_t *vp, int flag, int count, offset_t offset, cred_t *cr, argument
783 smbfs_ioctl(vnode_t *vp, int cmd, intptr_t arg, int flag, argument
823 error = smbfs_acl_iocget(vp, arg, flag, c
2928 smbfs_frlock(vnode_t *vp, int cmd, struct flock64 *bfp, int flag, offset_t offset, struct flk_callback *flk_cbp, cred_t *cr, caller_context_t *ct) argument
2950 smbfs_space(vnode_t *vp, int cmd, struct flock64 *bfp, int flag, offset_t offset, cred_t *cr, caller_context_t *ct) argument
3074 smbfs_getsecattr(vnode_t *vp, vsecattr_t *vsa, int flag, cred_t *cr, caller_context_t *ct) argument
3115 smbfs_setsecattr(vnode_t *vp, vsecattr_t *vsa, int flag, cred_t *cr, caller_context_t *ct) argument
3165 smbfs_shrlock(vnode_t *vp, int cmd, struct shrlock *shr, int flag, cred_t *cr, caller_context_t *ct) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dxattr.c36 * Applications get to the XATTR directory by passing the LOOKUP_XATTR flag
983 * directory was created. Set the LOOKUP_HAVE_SYSATTR_DIR flag
1193 int mode, vnode_t **vpp, cred_t *cr, int flag, caller_context_t *ct,
1211 error = VOP_CREATE(pvp, name, vap, excl, mode, vpp, cr, flag,
1192 xattr_dir_create(vnode_t *dvp, char *name, vattr_t *vap, vcexcl_t excl, int mode, vnode_t **vpp, cred_t *cr, int flag, caller_context_t *ct, vsecattr_t *vsecp) argument
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtoken.c42 static int ipc_type_match(int flag, char type);
420 int flag = 0; local
426 flag = 1;
431 if (flag)
1744 ipc_type_match(int flag, char type) argument
1746 if (flag == OBJ_SEM && type == AT_IPC_SEM)
1749 if (flag == OBJ_MSG && type == AT_IPC_MSG)
1752 if (flag == OBJ_SHM && type == AT_IPC_SHM)
1945 * security flag set string
2011 char flag; local
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c459 CK_BBOOL flag; local
464 flag = template_attribute_find(tmpl, CKA_PUBLIC_EXPONENT,
466 if (!flag) {
2123 CK_BBOOL flag; local
2140 flag = template_attribute_find(publ_tmpl, CKA_MODULUS_BITS, &attr);
2141 if (!flag) {
/illumos-gate/usr/src/lib/efcode/engine/
H A Ddebug.c500 flag_t *flag; local
504 flag = LINK_TO_FLAGS(link);
505 *flag &= ~FLAG_DEBUG;
751 "Unknown debug flag: '%s'\n", str);
/illumos-gate/usr/src/lib/librsm/common/
H A Drsmlib.c1451 int flag = MAP_SHARED; local
1468 flag, seg->rsmseg_fd, 0);
1793 * If the RSM_SIGPOST_NO_ACCUMULATE flag has been
2125 * If the RSM_SIGPOST_NO_ACCUMULATE flag has been
2163 int flag = MAP_SHARED; local
2234 flag |= MAP_FIXED;
2243 va = mmap(*address, length, prot, flag, seg->rsmseg_fd, offset);
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c2426 int flag; local
2430 flag = 0;
2436 /* They match, set the flag */
2437 flag = 1;
2443 if(!flag) {
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dinit.c989 static void put_mode(Namval_t* np, const char* val, int flag, Namfun_t* nfp) argument
995 if(flag&NV_INTEGER)
997 if(flag&NV_LONG)
1009 nv_putv(np,val,flag,nfp);
1264 /* set[ug]id scripts require the -p flag */
1450 static Namval_t *create_stat(Namval_t *np,const char *name,int flag,Namfun_t *fp) argument
1754 int flag = *(unsigned char*)cp-' '; local
1756 if((flag&NV_INTEGER) && size==0)
1764 flag |= NV_DOUBLE;
1773 flag |
[all...]

Completed in 221 milliseconds

<<31323334353637383940>>