Searched defs:simple (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.s34 ENTRY(simple) function
37 SET_SIZE(simple)
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsaslbind.c57 int rc, simple, msgid, ldapversion; local
65 * simple [0] OCTET STRING, -- passwd
83 simple = ( mechanism == LDAP_SASL_SIMPLE );
87 if ( !simple && ldapversion < LDAP_VERSION3 ) {
117 if ( simple ) { /* simple bind; works in LDAPv2 or v3 */
/illumos-gate/usr/src/cmd/newgrp/
H A Dnewgrp.c153 char *simple; local
179 simple = strrchr(shell, '/');
180 if (simple) {
182 shell = strcat(shell, ++simple);
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_snap.c454 boolean_t simple; local
474 * determine if this is a simple subenclosure or not.
476 simple = B_FALSE;
479 simple = B_TRUE;
498 * If this page is required, and this is not a simple
503 !simple)) {
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c149 libconv_iter_func_simple_t simple; member in union:__anon1475
177 * by a simple { 0 } here. The memory used for these arrays is dynamic,
271 (void) (* sym->ste_conv_func.simple)(
273 (void) (* sym->ste_conv_func.simple)(
360 sym_table[_ndx].ste_conv_func.simple = _func;
/illumos-gate/usr/src/cmd/sh/
H A Dservice.c116 simple(s) function
630 unsigned char *simple();
637 movstrn(simple(cmdadr), sabuf.ac_comm, sizeof (sabuf.ac_comm));
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c102 STATIC void simple(void);
216 * should be re-investigated to see if it is simple and fast enough for
582 simple();
627 simple();
869 * We perform a simple incremental update of the terminal screen.
874 simple() function
934 (__m_screen->_flags & S_INS_DEL_LINE) ? "complex" : "simple"
978 simple();
992 simple();
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_iter.c141 zfs_iter_snapshots(zfs_handle_t *zhp, boolean_t simple, zfs_iter_f func, argument
152 zc.zc_simple = simple;
159 if (simple)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c102 static void simple(void);
731 simple();
771 simple();
1000 * We perform a simple incremental update of the terminal screen.
1005 simple(void) function
1113 simple();
1119 simple();
1126 simple();
/illumos-gate/usr/src/cmd/csh/
H A Dsh.tchar.c875 simple(tchar *s) function
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dparse.c60 static Shnode_t *simple(Lex_t*,int, struct ionod*);
791 t->funct.functargs = (struct comnod*)simple(lexp,SH_NOIO|SH_FUNDEF,NIL(struct ionod*));
973 ac = (struct comnod*)simple(lexp,SH_NOIO|SH_ASSIGN|array,NIL(struct ionod*));
1140 t->for_.forlst=(struct comnod*)simple(lexp,SH_NOIO,NIL(struct ionod*));
1238 /* simple command */
1240 t = (Shnode_t*)simple(lexp,flag,io);
1277 * This is for a simple command, for list, or compound assignment
1279 static Shnode_t *simple(Lex_t *lexp,int flag, struct ionod *io) function
H A Dxec.c1385 int simple = (t->fork.forktre->tre.tretyp&COMMSK)==TCOM; local
1395 shp->pipepid = simple;
1398 * if read end of pipe is a simple command
1401 if(simple)
1414 sh_exec(t->fork.forktre,flags&~simple);
1441 if(simple && was_errexit)
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.h512 simple, enumerator in enum:__anon3638
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h151 * Calculating how many 64-bit DMA simple elements can be stored in the first
380 uint8_t simple; member in struct:mptsas_pt_request

Completed in 115 milliseconds