/osnet-11/usr/src/lib/libparted/common/include/parted/ |
H A D | filesys.h | 44 PedFileSystem* (*create) (PedGeometry* geom, PedTimer* timer); member in struct:_PedFileSystemOps
|
/osnet-11/usr/src/lib/libbsm/common/ |
H A D | audit_crontab.c | 54 int r, create = 0; local 79 create = 1; 85 * create an ancilary file if audit characteristics exist 112 event = (create) ? AUE_crontab_create : AUE_crontab_mod; 212 /* return information on create or update crontab */
|
/osnet-11/usr/src/lib/libsip/common/ |
H A D | sip_xaction.c | 325 * create a transaction. 437 * Find a transaction, create if asked for 440 sip_xaction_get(sip_conn_object_t obj, sip_msg_t msg, boolean_t create, argument 456 if (sip_trans == NULL && create) {
|
/osnet-11/usr/src/lib/libfuse/common/ |
H A D | fuse_compat.h | 55 int (*create) (const char *, mode_t, struct fuse_file_info *); member in struct:fuse_operations_compat25
|
H A D | fuse.h | 83 * releasedir, fsyncdir, access, create, ftruncate, fgetattr, lock, 112 * nodes. If the filesystem defines a create() method, then for 343 * If the file does not exist, first create it with the specified 352 int (*create) (const char *, mode_t, struct fuse_file_info *); member in struct:fuse_operations 374 * Currently this is only called after the create() method if that 675 * This is usually called from the factory of a fuse module to create
|
/osnet-11/usr/src/lib/pam_modules/zfs_key/ |
H A D | zfs_key.c | 176 boolean_t create = B_FALSE; local 213 } else if (strcmp(argv[i], "create") == 0) { 214 create = B_TRUE; 262 if (zhp == NULL && (!create || flags & PAM_DELETE_CRED)) { 265 } else if (zhp == NULL && create && !(flags & PAM_DELETE_CRED)) {
|
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_2xml.c | 389 int i, create = 0, ret = 0; local 399 * Some enumerators create empty ranges: make sure there 404 ++create; 406 if (!create)
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | stk.c | 98 int create; member in struct:__anon1170 211 * create a stack 223 increment(create);
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | subshell.c | 108 * if the /tmp file create fails 127 /* popping a discipline forces a /tmp file create */ 131 /* unable to create the /tmp file so use a pipe */ 372 * create new one if in a subshell and one doesn't exist and create is non-zero 374 Dt_t *sh_subaliastree(int create) argument 379 if(!sp->salias && create) 390 * create new one if in a subshell and one doesn't exist and create is non-zero 392 Dt_t *sh_subfuntree(int create) argument [all...] |
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | libdlvnic.c | 105 * Send a create command to the VNIC driver. 109 boolean_t create) 127 if (create) { 448 * mac_addr != NULL then we are trying to create a 906 dladm_vnic_attr_t *attrp, datalink_class_t class, boolean_t create) 914 if (create) { 936 if (!create) { 1002 if (!create) 108 i_dladm_vnic_create_modify_sys(dladm_handle_t handle, dladm_vnic_attr_t *attr, boolean_t create) argument 905 dladm_vnic_persist_conf(dladm_handle_t handle, const char *name, dladm_vnic_attr_t *attrp, datalink_class_t class, boolean_t create) argument
|
/osnet-11/usr/src/lib/libipadm/common/ |
H A D | ipadm_cong.c | 240 * Decode fmri and get property group or create one, if missing. Return 0 640 boolean_t create = B_FALSE; /* create property */ local 662 /* Get property or create one, if missing */ 666 create = B_TRUE; 673 err = create ?
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | gv.c | 233 /* create and re-create @.*::SUPER::ISA on demand */ 247 Perl_croak(aTHX_ "Cannot create %s::ISA", HvNAME(stash)); 319 For an autoloaded subroutine without a GV, will create a GV even 581 be a valid UTF-8 string. If C<create> is set then the package will be 582 created if it does not already exist. If C<create> is not set and the 589 Perl_gv_stashpv(pTHX_ const char *name, I32 create) argument 591 return gv_stashpvn(name, strlen(name), create); 595 Perl_gv_stashpvn(pTHX_ const char *name, U32 namelen, I32 create) argument 610 tmpgv = gv_fetchpv(tmpbuf, create, SVt_PVH 633 Perl_gv_stashsv(pTHX_ SV *sv, I32 create) argument [all...] |
H A D | perl.c | 1935 Returns the SV of the specified Perl scalar. If C<create> is set and the 1936 Perl variable does not exist then it will be created. If C<create> is not 1943 Perl_get_sv(pTHX_ const char *name, I32 create) argument 1953 gv = gv_fetchpv(name, create, SVt_PV); 1964 Returns the AV of the specified Perl array. If C<create> is set and the 1965 Perl variable does not exist then it will be created. If C<create> is not 1972 Perl_get_av(pTHX_ const char *name, I32 create) argument 1974 GV* gv = gv_fetchpv(name, create, SVt_PVAV); 1975 if (create) 1987 Returns the HV of the specified Perl hash. If C<create> i 1995 Perl_get_hv(pTHX_ const char *name, I32 create) argument 2019 Perl_get_cv(pTHX_ const char *name, I32 create) argument [all...] |
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaObjectManager.c | 44 * Information necessary to create keys for C_WrapKey/C_UnwrapKey 414 * which would be called to create an object before it is added. 1331 /* create the wrapping key */ 1382 * go directly to unwrap in source slot, and create key 1388 /* create the unwrapping key in destination slot */ 1412 * and create the object in the destination slot 1426 * need to create RSA private key for unwrapping 1541 * key migrate is not allowed, will not create the clone 1561 * has an attempt already been made to create this object in 1579 * the provider. If we do have attributes, we can just create th 1925 meta_freeobject_set(meta_object_t *object, CK_ATTRIBUTE *tmpl, CK_ULONG tmpl_len, boolean_t create) argument [all...] |
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_writes.c | 3994 const int create, 4119 if (create != 1) { 3990 __ns_ldap_addTypedEntry( const char *servicetype, const char *basedn, const void *data, const int create, const ns_cred_t *cred, const int flags, ns_ldap_error_t **errorp) argument
|
/osnet-11/usr/src/lib/libpool/common/ |
H A D | pool_kernel.c | 1679 pool_create_undo_t *create; local 1749 if ((create = malloc(sizeof (pool_create_undo_t))) == NULL) { 1753 create->pcu_ioctl.pc_o_type = class; 1757 free(create); 1763 create->pcu_ioctl.pc_o_sub_type = res_class; 1766 create->pcu_ioctl.pc_o_sub_type = comp_class; 1770 free(create); 1774 create->pcu_elem = (pool_elem_t *)elem; 1776 if (log_append(prov->pkc_log, POOL_CREATE, (void *)create) != 1778 free(create); 2783 pool_create_undo_t *create; local 3005 pool_create_undo_t *create; local 3414 pool_create_undo_t *create; local [all...] |
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_parser.c | 33 * that are built in two passes: (1) the "create" pass, where the parse tree 487 * dt_node_xalloc() can be used to create new parse nodes from any libdtrace 514 * dt_node_alloc() is used to create new parse nodes from the parser. It 1264 * If the identifier is an inlined integer constant, then create an INT 1660 xyerror(D_ID_OFLOW, "cannot create %s: limit " 2034 * If no immediate optimizations are available, create an new OP2 node 2207 * If the inline identifier is not defined, then create it with the 2243 * If we're inlining an associative array, create a private identifier 2521 * If not, create a new provider and set its interface-only flag. This 2566 dt_xcook_ident(dt_node_t *dnp, dt_idhash_t *dhp, uint_t idkind, int create) argument [all...] |
/osnet-11/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 328 FNPROTO(create); variable
|
/osnet-11/usr/src/lib/efcode/engine/ |
H A D | forth.c | 2084 expose_acf(env, "<create>"); 2088 create(fcode_env_t *env) function 2657 FORTH(IMMEDIATE, "create", create);
|
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 58 int create:1; /* Validate property on creation */ member in struct:prop_flags 570 if (flags.create || flags.import) { 637 if (!flags.create && !flags.import) { 821 * create (or import), and only in userland. 1079 "cannot create '%s'"), pool); 1088 prop_flags_t flags = { .create = B_TRUE, .import = B_FALSE }; 1515 "Destroy and re-create the pool from\n\ta backup source.\n")); 1660 prop_flags_t flags = { .create = B_FALSE, .import = B_TRUE }; 2956 prop_flags_t flags = { .create = B_FALSE, .import = B_TRUE };
|
H A D | libzfs_dataset.c | 427 * zfs_iter_* to create child handles on the fly. 3079 * zfs create a/b 4677 dgettext(TEXT_DOMAIN, "cannot create '%s'"), path); 4771 * Given a path to 'target', create all the ancestors between 4797 * Attempt to create, mount, and share any ancestor filesystems, 4818 opname = dgettext(TEXT_DOMAIN, "create"); 4888 "cannot create '%s'"), path); 4901 * try to create a dataset on top of an existing dataset, the ioctl() 4990 /* create the dataset */ 5212 "cannot create ' 6378 zfs_set_fsid_impl( libzfs_handle_t *hdl, const char *fsname, uint64_t fsid, boolean_t create) argument [all...] |