Searched defs:exclude (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Ddisptmpl.c408 int exclude, unsigned int syntaxmask )
444 if (( exclude &&
446 ( !exclude &&
407 ldap_tmplattrs( struct ldap_disptmpl *tmpl, char **includeattrs, int exclude, unsigned int syntaxmask ) argument
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c394 int exclude, unsigned long syntaxmask )
430 if (( exclude &&
432 ( !exclude &&
393 ldap_tmplattrs( struct ldap_disptmpl *tmpl, char **includeattrs, int exclude, unsigned long syntaxmask ) argument
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Dfilesys.c411 * contained inside the "exclude" region.
415 const PedGeometry* exclude)
420 if (ped_geometry_test_sector_inside (exclude, geom->start))
424 if (ped_geometry_test_overlap (clobber_geom, exclude))
425 ped_geometry_set_end (clobber_geom, exclude->start - 1);
414 ped_file_system_clobber_exclude(PedGeometry* geom, const PedGeometry* exclude) argument
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dacpi.c39 {"exclude", 'x', 0,
487 char *exclude = 0; local
493 exclude = state[0].set ? grub_strdup (state[0].arg) : 0;
494 if (exclude)
496 for (ptr = exclude; *ptr; ptr++)
545 if (dsdt && (! exclude || ! grub_strword (exclude, "dsdt"))
554 grub_free (exclude);
567 if (exclude && grub_strword (exclude, signatur
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_nic.c407 char *exclude[SMB_NIC_MAXEXCLLIST_NUM]; local
429 exclude, SMB_NIC_MAXEXCLLIST_NUM);
456 (const char **)exclude, nexclude))
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1140 boolean_t exclude = B_FALSE; local
1187 exclude = !nvlist_exists(snapprops, "is_clone_origin");
1189 exclude = B_TRUE;
1197 if (exclude || (sdd->filter_cb != NULL &&

Completed in 32 milliseconds