Searched defs:flag (Results 701 - 725 of 1243) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c883 char *flag = ""; local
940 flag = "-F -m -f";
942 flag = "-F";
946 flag = "-m -f";
951 "%s %s %s %s %s", BE_INSTALL_GRUB, flag,
955 "%s %s %s %s %s", BE_INSTALL_BOOT, flag,
961 flag = "-f -F zfs";
963 flag = "-F zfs";
966 "%s %s %s %s", BE_INSTALL_BOOT, flag, stage2, diskname);
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c63 static int dpopen(dev_t *devp, int flag, int otyp, cred_t *credp);
69 static int dpclose(dev_t dev, int flag, int otyp, cred_t *credp);
567 dpopen(dev_t *devp, int flag, int otyp, cred_t *credp) argument
885 * regardless of epoll compatibility mode, as the flag
1371 * represented as readable data via the POLLIN flag. To limit surface area,
1500 dpclose(dev_t dev, int flag, int otyp, cred_t *credp) argument
H A Dsignalfd.c343 signalfd_open(dev_t *devp, int flag, int otyp, cred_t *cred_p) argument
653 signalfd_close(dev_t dev, int flag, int otyp, cred_t *cred_p) argument
821 D_NEW | D_MP /* Driver compatibility flag */
/illumos-gate/usr/src/uts/i86pc/io/xsvc/
H A Dxsvc.c57 static int xsvc_open(dev_t *devp, int flag, int otyp, cred_t *cred);
58 static int xsvc_close(dev_t devp, int flag, int otyp, cred_t *cred);
381 xsvc_open(dev_t *devp, int flag, int otyp, cred_t *cred) argument
401 xsvc_close(dev_t devp, int flag, int otyp, cred_t *cred) argument
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c112 MP_UINT32 flag)
126 if (flag == MP_OBJECT_TYPE_MATCH) {
111 validate_object(MP_OID obj, MP_OBJECT_TYPE objType, MP_UINT32 flag) argument
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c894 boolean_t flag; /* wether to print ":" or not */ local
952 flag = B_TRUE;
961 flag = B_TRUE;
964 flag = B_FALSE;
972 (flag == B_TRUE) ? ": " : "", cfg_descr);
/illumos-gate/usr/src/lib/efcode/engine/
H A Dfcode.c112 define_word(fcode_env_t *env, int flag, char *name, void (*fn)(fcode_env_t *)) argument
114 header(env, name, strlen(name), flag);
276 header(fcode_env_t *env, char *name, int len, flag_t flag) argument
298 flag |= FLAG_NONAME;
300 *fptr = flag;
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c916 * If flag==0 then line must begin with string
920 Histloc_t hist_find(register History_t*hp,char *string,register int index1,int flag,int direction) argument
932 if(flag)
939 flag=0;
943 if(flag)
1072 register int flag = 0; local
1080 if(c && flag)
1085 flag = 0;
1087 else if(c==0 && flag==0)
1090 flag
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Djobs.c838 * flag JOB_LFLAG for long listing
839 * flag JOB_NFLAG for list only jobs marked for notification
840 * flag JOB_PFLAG for process id(s) only
843 int job_list(struct process *pw,register int flag) argument
853 if((flag&JOB_NFLAG) && (!(px->p_flag&P_NOTIFY)||px->p_pgrp==0))
855 if((flag&JOB_PFLAG))
860 if((px->p_flag&P_DONE) && job.waitall && !(flag&JOB_LFLAG))
870 if(flag&JOB_NLFLAG)
876 if(flag&JOB_LFLAG)
902 if(flag
1053 register int *flag = 0; local
[all...]
H A Dlex.c287 register int flag; local
292 if(tok==0 && (flag=lp->arg->argflag))
294 if(flag&ARG_MAC)
296 if(flag&ARG_EXP)
298 if(flag&ARG_QUOTED)
1691 * noted with the IOQUOTE flag
H A Dnvdisc.c581 static void putdisc(Namval_t* np, const char* val, int flag, Namfun_t* fp) argument
583 nv_putv(np,val,flag,fp);
584 if(!val && !(flag&NV_NOFREE))
887 unsigned short flag = mp->nvflag; local
909 flag = mp->nvflag;
916 if(mp->nvflag == flag)
H A Dnvtype.c225 static void put_chtype(Namval_t* np, const char* val, int flag, Namfun_t* fp) argument
229 nv_putv(np,val,flag,fp);
289 static int fixnode(Namtype_t *dp, Namtype_t *pp, int i, struct Namref *nrp,int flag) argument
318 clone_all_disc(np,nq,flag&~NV_TYPE);
320 clone_all_disc(np,nq,flag);
485 static Namval_t *create_type(Namval_t *np,const char *name,int flag,Namfun_t *fp) argument
535 static void put_type(Namval_t* np, const char* val, int flag, Namfun_t* fp) argument
544 _nv_unset(np, flag);
549 nv_putv(np,val,flag,fp);
564 _nv_unset(nq,flag|NV_TYP
1517 put_stat(Namval_t* np, const char* val, int flag, Namfun_t* nfp) argument
[all...]
H A Dparse.c240 static Shnode_t *makeparent(Lex_t *lp, int flag, Shnode_t *child) argument
243 par->fork.forktyp = flag;
321 void *sh_parse(Shell_t *shp, Sfio_t *iop, int flag) argument
328 if(shp->binscript && (sffileno(iop)==shp->infd || (flag&SH_FUNEVAL)))
358 if(sffileno(iop)==shp->infd || (flag&SH_FUNEVAL))
364 flag &= ~SH_FUNEVAL;
365 if((flag&SH_NL) && (shp->inlineno=error_info.line+shp->st.firstline)==0)
370 t = sh_cmd(lexp,(flag&SH_EOF)?EOFSYM:'\n',SH_SEMI|SH_EMPTY|(flag&SH_NL));
382 if(flag
453 sh_funstaks(register struct slnod *slp,int flag) argument
475 sh_cmd(Lex_t *lexp, register int sym, int flag) argument
529 list(Lex_t *lexp, register int flag) argument
543 term(Lex_t *lexp,register int flag) argument
719 register int flag; local
1021 item(Lex_t *lexp,int flag) argument
1279 simple(Lex_t *lexp,int flag, struct ionod *io) argument
1528 skipnl(Lex_t *lexp,int flag) argument
1542 inout(Lex_t *lexp,struct ionod *lastio,int flag) argument
[all...]
H A Dpath.c225 * Invokes getcwd() if flag==0 and if necessary
228 char *path_pwd(int flag) argument
252 if(flag) /* skip next case when non-zero flag */
392 register int flag=0; local
404 flag = PATH_STD_DIR;
410 flag |= PATH_SKIP;
414 pp->flags |= flag;
669 * if flag is 0, or if name not found, then try autoloading function
670 * if flag
677 path_search(register const char *name,Pathcomp_t **oldpp, int flag) argument
1414 path_addcomp(Pathcomp_t *first, Pathcomp_t *old,const char *name, int flag) argument
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c80 _DropConnection(ConnectionID cID, int flag, int fini);
1037 _DropConnection(ConnectionID cID, int flag, int fini) argument
1052 "tid %d: Dropping connection cID=%d flag=0x%x\n",
1053 thr_self(), cID, flag);
1068 ((flag & NS_LDAP_NEW_CONN) == 0) &&
1069 ((flag & NS_LDAP_KEEP_CONN) || __s_api_nscd_proc() ||
1095 DropConnection(ConnectionID cID, int flag) argument
1097 _DropConnection(cID, flag, 0);
1111 * flag indicating if connection should be open
1114 * flag indicatin
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cg.c95 int flag = idp != NULL ? DT_INT_PRIVATE : DT_INT_SHARED; local
96 int intoff = dt_inttab_insert(yypcb->pcb_inttab, x, flag);
1944 * set the code generator register flag, then this variable
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c514 const char *f; /* flag name */
520 jobject flag = NULL; local
536 flag = (*env)->GetObjectArrayElement(env, flags, i);
542 flagname = (*env)->CallObjectMethod(env, flag, g_enumname_jm);
543 (*env)->DeleteLocalRef(env, flag);
603 dtj_flag(uint_t *flags, uint_t flag, boolean_t *get, boolean_t *set) argument
608 *get = (*flags & flag);
611 *flags |= flag;
613 *flags &= ~flag;
619 * Returns B_TRUE if opt is a recognized compile flag, B_FALS
[all...]
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c71 #define COORD_FMT1 (1) /* flag for format 1 */
72 #define COORD_FMT2 (2) /* flag for format 2 */
698 * If flag = 0, return Quoted POSIX timezone like: <GMT+8>+8
699 * If flag = 1, return zoneinfo timezone like: :Etc/GMT+8
702 conv_gmt(int seconds, int flag) argument
713 if (flag == 0) {
715 } else if (flag == 1) {
815 * timezone, depending on the value of flag. For flag = _VTZ_INSTALL,
826 isvalid_tz(char *timezone, char *root, int flag) argument
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c374 * XXX : Used for setting flag to indicate that this is TCP
379 __svc_vc_setflag(SVCXPRT *xprt, int flag) argument
816 if (r->tcp_flag) /* if TCP, set NODELAY flag */
1371 int flag; local
1374 res = t_rcv(fd, buf, (unsigned)len, &flag);
1493 int flag; local
1498 res = t_rcv(fd, buf, (unsigned)len, &flag);
1518 } while (len && (flag & T_MORE));
1530 int flag; local
1579 flag
[all...]
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c753 int flag = 0; local
762 if (!flag) {
768 flag = 0;
777 if (!flag) {
779 flag = 1;
1028 sun4v_display_diaginfo(int flag, Prom_node *root, picl_nodehdl_t plafh) argument
1031 flag = flag;
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/sunfire/common/
H A Dsunfire.c81 void display_diaginfo(int flag, Prom_node *root, Sys_tree *tree,
653 display_diaginfo(int flag, Prom_node *root, Sys_tree *tree, argument
662 if (flag) {
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/tazmo/common/
H A Dtazmo.c75 void display_diaginfo(int flag, Prom_node *root, Sys_tree *tree,
376 display_diaginfo(int flag, Prom_node *root, Sys_tree *tree, argument
385 if (flag) {
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c81 int mqd_flags; /* operation flag per open */
502 * all for a flag word in anonymous shared memory
1082 uint_t flag = 0; local
1103 flag = FNONBLOCK;
1104 mqdp->mqd_mqdn->mqdn_flags = flag;
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertgetsetop.c173 * a "crit/non-crit/all" flag, search the extensions and
185 kmf_get_cert_extns(const KMF_DATA *certdata, KMF_FLAG_CERT_EXTN flag, argument
196 if (flag < KMF_ALL_EXTNS || flag > KMF_NONCRITICAL_EXTNS)
212 if (flag == KMF_CRITICAL_EXTNS && eptr->critical == 0)
214 else if (flag == KMF_NONCRITICAL_EXTNS && eptr->critical != 0)
242 * If the flag is not all, then it is possible that we did not find
246 if (flag != KMF_ALL_EXTNS && ret == KMF_OK && *nextns == 0)
1249 KMF_PRINTABLE_ITEM flag, char *resultStr)
1279 return (getPrintableFn(handle, SignedCert, flag, resultSt
1248 KMF_CertGetPrintable(KMF_HANDLE_T handle, const KMF_DATA *SignedCert, KMF_PRINTABLE_ITEM flag, char *resultStr) argument
[all...]
/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c600 ctf_add_generic(ctf_file_t *fp, uint_t flag, const char *name, ctf_dtdef_t **rp) argument
606 if (flag != CTF_ADD_NONROOT && flag != CTF_ADD_ROOT)
660 ctf_add_encoded(ctf_file_t *fp, uint_t flag, argument
669 if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR)
672 dtd->dtd_data.ctt_info = CTF_TYPE_INFO(kind, flag, 0);
680 ctf_add_reftype(ctf_file_t *fp, uint_t flag, ctf_id_t ref, uint_t kind) argument
688 if ((type = ctf_add_generic(fp, flag, NULL, &dtd)) == CTF_ERR)
693 dtd->dtd_data.ctt_info = CTF_TYPE_INFO(kind, flag, 0);
700 ctf_add_integer(ctf_file_t *fp, uint_t flag, argument
707 ctf_add_float(ctf_file_t *fp, uint_t flag, const char *name, const ctf_encoding_t *ep) argument
714 ctf_add_pointer(ctf_file_t *fp, uint_t flag, ctf_id_t ref) argument
720 ctf_add_array(ctf_file_t *fp, uint_t flag, const ctf_arinfo_t *arp) argument
784 ctf_add_function(ctf_file_t *fp, uint_t flag, const ctf_funcinfo_t *ctc, const ctf_id_t *argv) argument
841 ctf_add_struct(ctf_file_t *fp, uint_t flag, const char *name) argument
863 ctf_add_union(ctf_file_t *fp, uint_t flag, const char *name) argument
885 ctf_add_enum(ctf_file_t *fp, uint_t flag, const char *name) argument
907 ctf_add_forward(ctf_file_t *fp, uint_t flag, const char *name, uint_t kind) argument
946 ctf_add_typedef(ctf_file_t *fp, uint_t flag, const char *name, ctf_id_t ref) argument
968 ctf_add_volatile(ctf_file_t *fp, uint_t flag, ctf_id_t ref) argument
974 ctf_add_const(ctf_file_t *fp, uint_t flag, ctf_id_t ref) argument
980 ctf_add_restrict(ctf_file_t *fp, uint_t flag, ctf_id_t ref) argument
1258 uint_t kind, flag, vlen; local
[all...]

Completed in 271 milliseconds

<<21222324252627282930>>