Searched defs:readonly (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/Scalar/ |
H A D | Util.pm | 13 @EXPORT_OK = qw(blessed dualvar reftype weaken isweak tainted readonly openhandle refaddr isvstring looks_like_number set_prototype); 112 sub readonly { subroutine 145 use Scalar::Util qw(blessed dualvar isweak readonly refaddr reftype tainted weaken isvstring looks_like_number set_prototype); 214 =item readonly SCALAR 216 Returns true if SCALAR is readonly. 218 sub foo { readonly($_[0]) } 220 $readonly = foo($bar); # false 221 $readonly = foo(0); # true
|
/osnet-11/usr/src/lib/libkmf/libkmf/common/ |
H A D | pk11tokens.c | 423 kmf_select_token(KMF_HANDLE_T handle, char *label, int readonly) argument 456 if (!readonly)
|
/osnet-11/usr/src/cmd/hal/hald/ |
H A D | property.c | 49 gboolean readonly; member in struct:_HalProperty 346 prop->readonly = val; 365 return prop->readonly;
|
/osnet-11/usr/src/lib/libelfsign/common/ |
H A D | elfcertlib.c | 670 boolean_t readonly; local 674 readonly = B_TRUE; 682 KMF_READONLY_ATTR, &readonly, sizeof (readonly));
|
/osnet-11/usr/src/lib/libfsmgt/common/ |
H A D | fs_mounts.c | 388 boolean_t readonly; local 400 readonly = stvfs.f_flag & ST_RDONLY; 406 return (readonly);
|
/osnet-11/usr/src/lib/libnisdb/yptol/ |
H A D | dit_access_utils.c | 251 int *nv, char *domain, bool_t readonly, int *statP) { 284 /* For readonly, add field=value pair for N2LSEARCHKEY */ 285 if (readonly == TRUE && i == 0) { 310 if (readonly == TRUE && i == 0) { 250 datumToRuleValue(datum *key, datum *value, __nis_table_mapping_t *t, int *nv, char *domain, bool_t readonly, int *statP) argument
|
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | pkgserv.c | 251 pkgopenserver_i(const char *root, const char *sadmdir, boolean_t readonly, argument 274 if (readonly) { 295 server->onetime = readonly; 332 if (readonly) { 386 if (readonly)
|
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_util.c | 2376 boolean_t readonly = zprop_readonly(lp->pl_prop); local 2380 (void) fprintf(fp, "%4s ", readonly 2505 boolean_t readonly = (type == ZFS_TYPE_POOL ? local 2511 if (readonly) 2541 boolean_t readonly = zprop_readonly(zpd); local 2546 if (readonly)
|
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 173 boolean_t readonly = B_TRUE; local 180 /* "readonly" is optional. Default is TRUE */ 182 (void *)&readonly, NULL); 184 rv = kmf_select_token(handle, label, readonly);
|
Completed in 56 milliseconds