Searched defs:flag (Results 76 - 100 of 1243) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dcmd.c120 cmd(int file, struct uscsi_cmd *command, int flag) argument
133 command->uscsi_flags |= flag;
141 (flag & USCSI_RESET) ||
142 (flag & USCSI_RESET_ALL)) {
143 if (flag & USCSI_RESET) {
146 if (flag & USCSI_RESET_ALL) {
165 ((flag & USCSI_READ) == 0)) {
188 (flag & USCSI_READ)) {
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dpromfs.c45 static void promfs_closeall(int flag);
112 promfs_closeall(int flag) argument
/illumos-gate/usr/src/uts/common/syscall/
H A Daccess.c120 faccessat(int fd, char *fname, int fmode, int flag) argument
125 if ((flag & ~AT_EACCESS) != 0)
135 /* Do not allow E_OK unless AT_EACCESS flag is set */
137 if (flag & AT_EACCESS)
H A Dsidsys.c41 allocids(int flag, int nuids, int ngids) argument
66 if (flag)
72 if (flag != 0 || nuids > 0)
73 err = eph_uid_alloc(zone, flag, &su, nuids);
74 if (err == 0 && (flag != 0 || ngids > 0))
75 err = eph_gid_alloc(zone, flag, &sg, ngids);
154 sidsys(int op, int flag, int nuids, int ngids) argument
158 return (allocids(flag, nuids, ngids));
160 return (idmap_reg(flag));
162 return (idmap_unreg(flag));
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_reset_notify.c42 scsi_hba_reset_notify_setup(struct scsi_address *ap, int flag, argument
59 if ((flag & SCSI_RESET_CANCEL) && (p != NULL)) {
68 } else if ((flag & SCSI_RESET_NOTIFY) && (p == NULL)) {
/illumos-gate/usr/src/uts/common/io/
H A Dstrredirm.c132 wcmopen(queue_t *q, dev_t *dev, int flag, int sflag, cred_t *cred) argument
142 wcmclose(queue_t *q, int flag, cred_t *cred) argument
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_krcvudat.c83 int flag; local
103 flag = fp->f_flag;
106 if ((error = tli_recv(tiptr, &bp, flag)) != 0)
/illumos-gate/usr/src/uts/intel/ia32/syscall/
H A Dgetcontext.c92 * If either the trace flag or REQUEST_STEP is set,
93 * arrange for single-stepping and turn off the trace flag.
98 * flag set.
113 * anticipation of such occassions, set AST flag for
151 * If the trace flag is set, mark the lwp to take a
154 * and turned off the flag, but amd64 syscall interface has not.
181 getsetcontext(int flag, void *arg) argument
196 switch (flag) {
289 * If either the trace flag or REQUEST_STEP is set, arrange
290 * for single-stepping and turn off the trace flag
318 getsetcontext32(int flag, void *arg) argument
[all...]
/illumos-gate/usr/src/lib/pysolaris/common/
H A Dmisc.c60 int isuser, err, flag = IDMAP_REQ_FLG_USE_CACHE; local
75 stat = idmap_getwinnamebyuid(pid, flag, &name, NULL);
77 stat = idmap_getwinnamebygid(pid, flag, &name, NULL);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dsign_mgr.c42 CK_BBOOL flag; local
60 flag = *(CK_BBOOL *)attr->pValue;
61 if (flag != TRUE) {
82 flag = template_attribute_find(key_obj->template,
84 if (flag == FALSE) {
115 flag = template_attribute_find(key_obj->template,
117 if (flag == FALSE) {
H A Dverify_mgr.c41 CK_BBOOL flag; local
64 flag = *(CK_BBOOL *)attr->pValue;
65 if (flag != TRUE) {
84 flag = template_attribute_find(key_obj->template,
86 if (flag == FALSE) {
115 flag = template_attribute_find(key_obj->template,
117 if (flag == FALSE) {
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_parse.c75 int ns_msg_getflag(ns_msg handle, int flag) { argument
76 return(((handle)._flags & _ns_flagdata[flag].mask) >> _ns_flagdata[flag].shift);
/illumos-gate/usr/src/lib/librstp/common/
H A Dport.c236 unsigned long flag = 0L; local
240 if (this->reRoot) flag |= 0x000001L;
241 if (this->sync) flag |= 0x000002L;
242 if (this->synced) flag |= 0x000004L;
244 if (this->proposed) flag |= 0x000010L;
245 if (this->proposing) flag |= 0x000020L;
246 if (this->agreed) flag |= 0x000040L;
247 if (this->updtInfo) flag |= 0x000080L;
249 if (this->operEdge) flag |= 0x000100L;
250 stp_trace (" %-12s: flags=0x%04lx fdWhile=%d port=%s", title, flag, thi
[all...]
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dcd_pwd.c59 int rval,flag=0; local
67 flag = 0;
70 flag = 1;
144 if(!flag)
178 if(flag)
196 flag = strlen(dir);
198 while(--flag>0 && dir[flag]=='/')
199 dir[flag] = 0;
211 register int n, flag local
[all...]
/illumos-gate/usr/src/lib/libsmbfs/
H A Dcflib.h63 int flag; /* OPTFL_* */ member in struct:opt_args
/illumos-gate/usr/src/lib/libsmedia/library/common/
H A Dl_defines.h47 uint32_t flag; member in struct:format_track
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/starfire/common/
H A Dstarfire.c66 void display_diaginfo(int flag, Prom_node *root, Sys_tree *tree,
153 display_diaginfo(int flag, Prom_node *root, Sys_tree *tree, argument
161 flag = flag;
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmntent.c123 setmntent(char *fname, char *flag) argument
127 if ((mnttabp = fopen(fname, flag)) == NULL) {
130 for (; *flag ; flag++) {
131 if (*flag == 'w' || *flag == 'a' || *flag == '+') {
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dsignalmap.c143 siginterrupt(int sig, int flag) argument
145 return (ucbsiginterrupt(maptonewsig(sig), flag));
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_preselect.c60 * Refresh the map when the value of flag is AU_PRS_REREAD.
69 au_preselect(au_event_t au_event, au_mask_t *au_mask_p, int sorf, int flag) argument
93 if (flag == AU_PRS_REREAD) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpfmt_print.c61 __pfmt_print(FILE *stream, long flag, const char *format, argument
69 int dofmt = (flag & (long)MM_NOSTD) == 0;
70 long doact = (flag & (long)MM_ACTION);
72 if (format && !(flag & (long)MM_NOGET)) {
116 severity = (int)(flag & 0xff);
/illumos-gate/usr/src/common/crypto/dh/
H A Ddh_impl.c247 * DH key derive operation, flag is ignored in userland
252 int flag)
331 if ((s = kmem_alloc(s_alloc, flag)) == NULL) {
250 dh_key_derive(DHbytekey *bkey, uint32_t key_type, uchar_t *secretkey, uint32_t *secretkey_len, int flag) argument
/illumos-gate/usr/src/cmd/expand/
H A Dexpand.c71 int flag, tflag = 0; local
107 while ((flag = getopt(argc, argv, "t:")) != EOF) {
108 switch (flag) {
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dcrle.c51 * -f flag flags for dldump(3dl).
503 int flag = 0; local
511 flag = RTC_OBJ_OPTINAL;
514 flag |= (RTC_OBJ_ALTER | RTC_OBJ_CMDLINE);
515 if (inspect(&crle, (const char *)optarg, flag) != 0)
523 if ((flag = addenv(&crle, (const char *)optarg,
526 else if ((crle.c_flags & CRLE_VERBOSE) && (flag == 1))
532 if ((flag = addenv(&crle, (const char *)optarg,
535 else if ((crle.c_flags & CRLE_VERBOSE) && (flag == 1))
544 flag
[all...]
/illumos-gate/usr/src/cmd/audio/utilities/
H A Ddevice_ctl.c286 int flag; local
288 flag = (which & AUDIO__PLAY) ? FLUSHW : 0;
289 flag |= (which & AUDIO__RECORD) ? FLUSHR : 0;
291 return ((ioctl(fd, I_FLUSH, flag) < 0) ?

Completed in 110 milliseconds

1234567891011>>