Searched refs:flag (Results 226 - 250 of 374) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dpc98.c44 * # Linux uses this flag to make a distinction between ext2 and swap.
57 * # PC-UX uses this flag to make a distinction between its file system
628 pc98_partition_set_flag (PedPartition* part, PedPartitionFlag flag, int state) argument
637 switch (flag) {
652 pc98_partition_get_flag (const PedPartition* part, PedPartitionFlag flag) argument
660 switch (flag) {
674 const PedPartition* part, PedPartitionFlag flag)
676 switch (flag) {
673 pc98_partition_is_flag_available( const PedPartition* part, PedPartitionFlag flag) argument
H A Ddos.c287 msdos_disk_set_flag (PedDisk *disk, PedDiskFlag flag, int state) argument
290 switch (flag) {
300 msdos_disk_get_flag (const PedDisk *disk, PedDiskFlag flag) argument
303 switch (flag) {
312 msdos_disk_is_flag_available (const PedDisk *disk, PedDiskFlag flag) argument
314 switch (flag) {
1413 PedPartitionFlag flag, int state)
1426 switch (flag) {
1492 msdos_partition_get_flag (const PedPartition* part, PedPartitionFlag flag) argument
1500 switch (flag) {
1412 msdos_partition_set_flag(PedPartition* part, PedPartitionFlag flag, int state) argument
1534 msdos_partition_is_flag_available(const PedPartition* part, PedPartitionFlag flag) argument
[all...]
H A Dmac.c1234 mac_partition_set_flag (PedPartition* part, PedPartitionFlag flag, int state) argument
1243 switch (flag) {
1304 mac_partition_get_flag (const PedPartition* part, PedPartitionFlag flag) argument
1312 switch (flag) {
1335 const PedPartition* part, PedPartitionFlag flag)
1337 switch (flag) {
1334 mac_partition_is_flag_available( const PedPartition* part, PedPartitionFlag flag) argument
H A Drdb.c916 amiga_partition_set_flag (PedPartition* part, PedPartitionFlag flag, int state) argument
925 switch (flag) {
948 amiga_partition_get_flag (const PedPartition* part, PedPartitionFlag flag) argument
957 switch (flag) {
973 PedPartitionFlag flag)
975 switch (flag) {
972 amiga_partition_is_flag_available(const PedPartition* part, PedPartitionFlag flag) argument
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dloadsave.c687 CK_BBOOL flag = FALSE; local
720 (void) fwrite(&flag, sizeof (flag), 1, fp);
747 CK_BBOOL flag; local
766 * private flag
833 flag = TRUE;
836 (void) fwrite(&flag, sizeof (CK_BBOOL), 1, fp);
1047 * (private flag has already been read at this point)
/osnet-11/usr/src/lib/libshell/common/sh/
H A Djobs.c974 * flag JOB_LFLAG for long listing
975 * flag JOB_NFLAG for list only jobs marked for notification
976 * flag JOB_PFLAG for process id(s) only
979 int job_list(struct process *pw,register int flag) argument
990 if((flag&JOB_NFLAG) && (!(px->p_flag&P_NOTIFY)||px->p_pgrp==0))
992 if((flag&JOB_PFLAG))
1001 if((px->p_flag&P_DONE) && job.waitall && !(flag&JOB_LFLAG))
1011 if(flag&JOB_NLFLAG)
1017 if(flag&JOB_LFLAG)
1047 if(flag
1204 register int *flag = 0; local
[all...]
H A Dnvtype.c230 static void put_chtype(Namval_t* np, const char* val, int flag, Namfun_t* fp) argument
234 nv_putv(np,val,flag,fp);
295 static int fixnode(Namtype_t *dp, Namtype_t *pp, int i, struct Namref *nrp,int flag) argument
323 if(nv_isarray(nq) && ((flag&NV_IARRAY) || nv_type(np)))
324 clone_all_disc(np,nq,flag&~NV_TYPE);
326 clone_all_disc(np,nq,flag);
495 static Namval_t *create_type(Namval_t *np,const char *name,int flag,Namfun_t *fp) argument
545 static void put_type(Namval_t* np, const char* val, int flag, Namfun_t* fp) argument
555 flag |= NV_EXPORT;
556 _nv_unset(np, flag);
1547 put_stat(Namval_t* np, const char* val, int flag, Namfun_t* nfp) argument
[all...]
H A Dname.c344 int flag = (NV_VARNAME|NV_ARRAY|NV_ASSIGN); local
348 flag |= (flags&(NV_NOSCOPE|NV_STATIC|NV_FARRAY));
357 flag |= NV_NOSCOPE;
361 np = nv_open(prefix,shp->var_tree,flag);
374 np = nv_open(cp,shp->var_tree,flag|NV_ASSIGN);
498 np = nv_open(cp,shp->var_tree,flag);
2019 register int flag, c = ' '; local
2023 flag = nv_isattr(np,NV_RDONLY|NV_UTOL|NV_LTOU|NV_RJUST|NV_LJUST|NV_ZFILL|NV_INTEGER);
2025 if((flag&NV_DOUBLE) == NV_DOUBLE)
2028 stakputc(c+NV_INTEGER|(flag
2042 register int flag = np->nvflag; local
[all...]
H A Dinit.c931 static Namval_t *create_math(Namval_t *np,const char *name,int flag,Namfun_t *fp) argument
1144 static void put_mode(Namval_t* np, const char* val, int flag, Namfun_t* nfp) argument
1150 if(flag&NV_INTEGER)
1152 if(flag&NV_LONG)
1164 nv_putv(np,val,flag,nfp);
1434 /* set[ug]id scripts require the -p flag */
1637 static Namval_t *create_stat(Namval_t *np,const char *name,int flag,Namfun_t *fp) argument
1979 int flag = *(unsigned char*)cp-' '; local
1981 if((flag&NV_INTEGER) && size==0)
1989 flag |
[all...]
H A Dnvtree.c73 static Namval_t *create_tree(Namval_t *np,const char *name,int flag,Namfun_t *dp) argument
81 if(np=(*fp->disc->createf)(np,name,flag,fp))
86 return((flag&NV_NOADD)?0:np);
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)))
359 if(sffileno(iop)==shp->infd || (flag&SH_FUNEVAL))
363 if(flag&SH_NL)
376 flag &= ~SH_FUNEVAL;
377 if((flag&SH_NL) && (shp->inlineno=error_info.line+shp->st.firstline)==0)
382 t = sh_cmd(lexp,(flag&SH_EOF)?EOFSYM:'\n',SH_SEMI|SH_EMPTY|(flag
465 sh_funstaks(register struct slnod *slp,int flag) argument
487 sh_cmd(Lex_t *lexp, register int sym, int flag) argument
541 list(Lex_t *lexp, register int flag) argument
555 term(Lex_t *lexp,register int flag) argument
739 register int flag; local
1107 item(Lex_t *lexp,int flag) argument
1383 simple(Lex_t *lexp,int flag, struct ionod *io) argument
1639 skipnl(Lex_t *lexp,int flag) argument
1653 inout(Lex_t *lexp,struct ionod *lastio,int flag) argument
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c380 * XXX : Used for setting flag to indicate that this is TCP
385 __svc_vc_setflag(SVCXPRT *xprt, int flag) argument
818 if (r->tcp_flag) /* if TCP, set NODELAY flag */
1384 int flag; local
1387 res = t_rcv(fd, buf, (unsigned)len, &flag);
1506 int flag; local
1511 res = t_rcv(fd, buf, (unsigned)len, &flag);
1531 } while (len && (flag & T_MORE));
1543 int flag; local
1592 flag
[all...]
H A Dclnt_bcast.c463 int flag; local
489 if (t_rcvudata(fdlist[i].fd, &t_rdata, &flag) == -1) {
512 * Not taking care of flag for T_MORE.
517 if (flag & T_MORE)
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c892 boolean_t flag; /* wether to print ":" or not */ local
950 flag = B_TRUE;
959 flag = B_TRUE;
962 flag = B_FALSE;
970 (flag == B_TRUE) ? ": " : "", cfg_descr);
/osnet-11/usr/src/lib/efcode/engine/
H A Dfcode.c108 define_word(fcode_env_t *env, int flag, char *name, void (*fn)(fcode_env_t *)) argument
110 header(env, name, strlen(name), flag);
272 header(fcode_env_t *env, char *name, int len, flag_t flag) argument
294 flag |= FLAG_NONAME;
296 *fptr = flag;
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfvscanf.c82 static int _scgetc(void* arg, int flag) argument
84 static int _scgetc(arg, flag)
86 int flag;
91 if (flag)
92 { sc->error = flag;
/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c69 #define COORD_FMT1 (1) /* flag for format 1 */
70 #define COORD_FMT2 (2) /* flag for format 2 */
696 * If flag = 0, return Quoted POSIX timezone like: <GMT+8>+8
697 * If flag = 1, return zoneinfo timezone like: :Etc/GMT+8
700 conv_gmt(int seconds, int flag) argument
711 if (flag == 0) {
713 } else if (flag == 1) {
813 * timezone, depending on the value of flag. For flag = _VTZ_INSTALL,
824 isvalid_tz(char *timezone, char *root, int flag) argument
[all...]
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Dontario.c69 void sun4v_display_diaginfo(int flag, Prom_node *root, picl_nodehdl_t plafh);
376 sun4v_display_diaginfo(int flag, Prom_node *root, picl_nodehdl_t plafh) argument
385 if (flag) {
/osnet-11/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.c632 fmd_log_xiter(fmd_log_t *lp, uint_t flag, uint_t fc, fmd_log_filter_t *fv, argument
641 if (flag & ~FMD_LOG_XITER_MASK)
669 if (fmd_log_load_record(lp, flag, &rec) != 0) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Ddiagnostics.pm37 that this I<does> enable perl's B<-w> flag.) Your whole
47 The B<-verbose> flag first prints out the L<perldiag> introduction before
60 a link to the F<diagnostics.pod> documentation. The B<-v> flag is like
62 The B<-p> flag is like the
451 warn "Unknown flag: $_";
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dflush.c617 unsigned int flag = iop->_flag; local
619 /* flag 0, flag 0377, or _IONBF set */
620 if (flag == 0 || (flag & _IONBF) != 0)
860 * it means the flag values are probably bogus and that if
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm124 what is allowed for B<-D> flag). When called with a numeric argument,
228 Its reference count is 1. It has the C<POK> flag set, meaning its
254 reference count is 1. It has the C<IOK> flag set, meaning it is currently
299 reference. It has the C<ROK> flag set, meaning it is a reference. Because
456 blessed it has the C<OBJECT> flag set. Note that an SV which holds a C
457 pointer also has the C<IOK> flag set. The C<STASH> is set to the package
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c943 int flag = 0; local
952 if (!flag) {
958 flag = 0;
967 if (!flag) {
969 flag = 1;
1230 sun4v_display_diaginfo(int flag, Prom_node *root, picl_nodehdl_t plafh) argument
1233 flag = flag;
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_sldap.h99 * This flag is used by __ns_ldap_addTypedEntry to distinguish
118 * This flag is used to stop new connection from get directory capabilities
359 * LDAP V3 control flag for account management - Used for account management
930 const int flag,
1035 int flag);
/osnet-11/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...]

Completed in 153 milliseconds

1234567891011>>