Searched defs:flag (Results 576 - 600 of 1243) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c144 static int parse_unsigned(char *str, unsigned *dst, char *flag);
221 /* Clear the non-blocking flag (in System V it persists after open) */
232 /* If -v flag, set the output volume now */
899 parse_unsigned(char *str, unsigned *dst, char *flag) argument
904 Error(stderr, MGET("%s: invalid value for %s\n"), prog, flag);
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk2.c45 static FILE *openfile(NODE *np, int flag, int fatal);
587 openfile(NODE *np, int flag, int fatal) argument
596 if (flag)
617 flag ? "print/printf" : "getline", cp);
621 fp = flag ? stdout : stdin;
657 awkperr(flag ? gettext("output file \"%s\"") :
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.c1077 uint_t flag; local
1085 for (flag = 1; flag < RTA_IFA; flag <<= 1) {
1086 if (ifam->ifam_addrs & flag) {
1144 uint_t flag; local
1149 for (flag = ifam->ifam_addrs; flag != 0; flag &= flag
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c93 static void pr_name(char *name, int flag);
1508 * Prints out list in record_table if flag is 1 otherwise
1512 pr_name(char *name, int flag) argument
1519 if (flag) {
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c82 static int largefiles = 0; /* flag - add default nolargefiles to mnttab */
112 int flag; member in struct:fop_subopt
245 * the default value (i.e., the one if no flag or option is
248 * the flag value. This allows "mount -r" command to mount a
477 args.flags |= s->flag;
730 * If "flag" is true, forcibly set the option to the "true" setting; otherwise,
734 replace_opts(char *options, int flag, char *trueopt, char *falseopt) argument
753 if (flag)
764 (void) strcat(options, flag ? trueopt : falseopt);
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dnldaputils.c119 int flag; member in struct:idmap_nldap_query_state
290 s->flag = NS_LDAP_KEEP_CONN;
420 merge_SSD_filter, attrs, NULL, qs->flag, &q->result,
494 merge_SSD_filter, attrs, NULL, qs->flag, &q->result,
574 merge_SSD_filter, attrs, NULL, qs->flag, &q->result,
884 /* Reset nldap flag */
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Desi.c577 * pending - the pending flag.
618 * flag - wake up flag.
625 int flag
632 if (flag != 0) {
702 * flag - 0: the ESI is currently in use, otherwise it is scheduled.
703 * pending - flag for the ESI removal pending.
712 int flag,
731 if (flag != 0) {
752 state = (pending << 1) | flag;
709 ev_remove( void *p, uint32_t portal_uid, int flag, int pending ) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c312 Dbg_file_bindings(Rt_map *lmp, int flag) argument
326 if (flag & RT_SORT_REV)
347 if (flag & RT_SORT_REV) {
353 if ((flag & RT_SORT_DELETE) &&
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Da.out.c371 aout_findsb(const char *aname, Rt_map *lmp, int flag) argument
395 if (!(flag & LKUP_LDOT))
414 if (!(flag & LKUP_LDOT))
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfixpath.c576 mkbasedir(int flag, char *basedir) argument
586 if (flag) { /* Interaction is OK. */
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmkpkgmap.c116 static void error(int flag);
650 error(int flag) argument
658 if (flag)
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h88 int flag; /* flag word */ member in struct:filed_stats
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_trans.c553 * modification flag because the operation is now in
563 * At this point, the logging specific flag should be clear,
599 * clear the DQ_TRANS flag and decrement the reference count.
749 int nchunks, flag; local
771 flag = 0;
780 if (!flag) {
783 flag = 1;
/illumos-gate/usr/src/uts/common/disp/
H A Drt.c1075 rt_alloc(void **p, int flag) argument
1078 bufp = kmem_alloc(sizeof (rtproc_t), flag);
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddcpc.c176 char *eventname, int64_t umask, uint32_t ovfval, char flag)
191 pp->dcpc_flag = flag | CPC_OVF_NOTIFY_EMT;
214 int i, flag = 0; local
254 flag |= CPC_COUNT_USER;
256 flag |= CPC_COUNT_SYSTEM;
258 flag |= CPC_COUNT_USER | CPC_COUNT_SYSTEM;
315 event, umask, (uint32_t)val, flag);
1026 dcpc_open(dev_t *devp, int flag, int otyp, cred_t *cred_p) argument
1169 D_NEW | D_MP /* Driver compatibility flag */
175 dcpc_create_probe(dtrace_provider_id_t id, const char *probename, char *eventname, int64_t umask, uint32_t ovfval, char flag) argument
H A Dprofile.c527 profile_open(dev_t *devp, int flag, int otyp, cred_t *cred_p) argument
547 D_NEW | D_MP /* Driver compatibility flag */
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c123 auto_open(vnode_t **vpp, int flag, cred_t *cred, caller_context_t *ct) argument
142 error = VOP_OPEN(vpp, flag, cred, ct);
155 int flag,
400 * Since it is legitimate to have the VROOT flag set for the
403 * just checking whether VROOT flag is set in dvp
671 int flag,
691 mode, vpp, cred, flag, ct, vsecp);
153 auto_close( vnode_t *vp, int flag, int count, offset_t offset, cred_t *cred, caller_context_t *ct) argument
663 auto_create( vnode_t *dvp, char *nm, vattr_t *va, vcexcl_t excl, int mode, vnode_t **vpp, cred_t *cred, int flag, caller_context_t *ct, vsecattr_t *vsecp) argument
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c115 * remove them from the results. This is indicated by using the SDEV_VTOR flag
147 * have the SDEV_LOOKUP flag set.
150 * this state will be blocked until the SDEV_LOOKUP flag
153 * When the SDEV_LOOKUP flag is cleared, the node may
319 sdev_open(struct vnode **vpp, int flag, struct cred *cred, caller_context_t *ct) argument
343 error = VOP_OPEN(&(dv->sdev_attrvp), flag, cred, ct);
350 sdev_close(struct vnode *vp, int flag, int count, argument
369 return (VOP_CLOSE(dv->sdev_attrvp, flag, count, offset, cred, ct));
432 sdev_ioctl(struct vnode *vp, int cmd, intptr_t arg, int flag, argument
445 return (VOP_IOCTL(dv->sdev_attrvp, cmd, arg, flag, cre
637 sdev_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
1509 sdev_frlock(struct vnode *vp, int cmd, struct flock64 *bfp, int flag, offset_t offset, struct flk_callback *flk_cbp, struct cred *cr, caller_context_t *ct) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c72 devfs_open(struct vnode **vpp, int flag, struct cred *cred, argument
88 devfs_close(struct vnode *vp, int flag, int count, argument
137 devfs_ioctl(struct vnode *vp, int cmd, intptr_t arg, int flag, argument
829 int mode, struct vnode **vpp, struct cred *cred, int flag,
828 devfs_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/fd/
H A Dfdops.c94 fdclose(vnode_t *vp, int flag, int count, offset_t offset, cred_t *cr, argument
219 int mode, vnode_t **vpp, cred_t *cr, int flag, caller_context_t *ct,
409 fdunmount(vfs_t *vfsp, int flag, cred_t *cr) argument
420 if (flag & MS_FORCE)
218 fdcreate(vnode_t *dvp, char *comp, vattr_t *vap, enum vcexcl excl, int mode, vnode_t **vpp, cred_t *cr, int flag, caller_context_t *ct, vsecattr_t *vsecp) argument
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c572 * The FIFOCONNLD flag is used when CONNLD has been pushed on the stream.
573 * If the flag is set, a new vnode is created by calling fifo_connld().
586 fifo_stropen(vnode_t **vpp, int flag, cred_t *crp, int dotwist, int lockheld) argument
607 fifo_cleanup(oldvp, flag);
620 fifo_cleanup(oldvp, flag);
650 if ((error = stropen(oldvp, &pdev, flag, crp)) != 0) {
652 fifo_cleanup(oldvp, flag);
681 if (error = fifo_connld(vpp, flag, crp)) {
682 (void) fifo_close(oldvp, flag, 1, 0, crp, NULL);
693 (void) fifo_close(oldvp, flag,
771 fifo_cleanup(vnode_t *vp, int flag) argument
899 fifo_connld(struct vnode **vpp, int flag, cred_t *crp) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vfsops.c1361 nfs3_unmount(vfs_t *vfsp, int flag, cred_t *cr) argument
1370 if (flag & MS_FORCE) {
1470 * if the SV_ROOT_STALE flag was reset above, reset the
1471 * RSTALE flag if needed and return an error
1592 nfs3_sync(vfs_t *vfsp, short flag, cred_t *cr) argument
1598 if (!(flag & SYNC_ATTR) && mutex_tryenter(&nfs3_syncbusy) != 0) {
H A Dnfs_vfsops.c1356 nfs_unmount(vfs_t *vfsp, int flag, cred_t *cr) argument
1365 if (flag & MS_FORCE) {
1465 * if the SV_ROOT_STALE flag was reset above, reset the
1466 * RSTALE flag if needed and return an error
1593 nfs_sync(vfs_t *vfsp, short flag, cred_t *cr) argument
1599 if (!(flag & SYNC_ATTR) && mutex_tryenter(&nfs_syncbusy) != 0) {
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c495 objfs_data_open(vnode_t **cpp, int flag, cred_t *cr, argument
498 if (flag & FWRITE)
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c313 * An argument of port_alloc_event() is a flag which determines the behavior
926 port_noshare(void *arg, int *events, pid_t pid, int flag, void *evp) argument
928 if (flag == PORT_CALLBACK_DEFAULT && curproc->p_pid != pid)
939 * processes (see PORT_SYS_NOSHARE flag).
1069 * - set the ALERT flag
1118 * The PORTGET_ALERT flag is set to indicate the thread to return
1175 int flag; local
1182 flag = pgt->pgt_flags;
1273 &blocking, flag);
1339 (error == ETIME && flag))) {
[all...]

Completed in 180 milliseconds

<<21222324252627282930>>