Searched defs:contents (Results 1 - 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmAboutBox.java4 * The contents of this file are subject to the terms of the
51 String contents = new String(appname + "\n" + field in class:pmAboutBox
68 JTextArea textArea = new JTextArea(contents);
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProgram.java4 * The contents of this file are subject to the terms of the
65 String contents; field in class:Program
96 * contents of the {@code File} passed to {@link
102 return contents;
163 * Gets the contents of the given file as a string.
165 * @return non-null contents of the given file as a string
166 * @throws IOException if the method fails to read the contents of
203 buf.append("[contents = ");
204 buf.append(contents);
/illumos-gate/usr/src/uts/sun4u/io/ppm/
H A Dschppm.c4 * The contents of this file are subject to the terms of the
239 uint64_t contents; local
242 contents = ddi_get64(spm_schizo_handle, (uint64_t *)spm_schizo_csr);
243 contents &= ~SCHIZO_SAFARI_ECLK_MASK;
244 contents |= schizo_safari_masks[ lvl_index ];
245 ddi_put64(spm_schizo_handle, (uint64_t *)spm_schizo_csr, contents);
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_debug.c4 * The contents of this file are subject to the terms of the
24 * The contents of this file are subject to the terms of the
256 boolean_t contents)
275 if (contents)
253 BnxeDumpPkt(um_device_t * pUM, char * pTag, mblk_t * pMblk, boolean_t contents) argument
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_compat.h49 krb5_octet *contents; member in struct:_old_krb5_encrypted_keyblock
H A Dkdb_db2.c967 DBT key, contents; local
1001 dbret = (*db->get) (db, &key, &contents, 0);
1013 contdata.data = contents.data;
1014 contdata.length = contents.size;
1057 DBT key, contents; local
1131 contents.data = contdata.data;
1132 contents.size = contdata.length;
1141 dbret = (*db->put) (db, &key, &contents, 0);
1189 DBT key, contents; local
1218 dbret = (*db->get) (db, &key, &contents,
1309 DBT key, contents; local
[all...]
/illumos-gate/usr/src/tools/stabs/
H A Dstabs.h4 * The contents of this file are subject to the terms of the
107 struct tdesc *contents; member in struct:ardef
/illumos-gate/usr/src/cmd/devfsadm/
H A Dmisc_link.c4 * The contents of this file are subject to the terms of the
262 char l_path[PATH_MAX + 1], contents[PATH_MAX + 1], *buf; local
275 (void) strcpy(contents, l_path);
279 (void) devfsadm_secondary_link(l_path, contents, 0);
H A Ddevfsadm_impl.h4 * The contents of this file are subject to the terms of the
205 char *contents; /* without "../devices" prefix */ member in struct:link
422 static int create_link_common(char *devlink, char *contents, int *exists);
437 static int is_minor_node(char *contents, char **mn_root);
439 char *contents, di_minor_t minor,
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c113 datum key, contents; local
128 contents = KDBM_FETCH(db, key);
132 if (contents.dptr == NULL) {
135 strncpy(lname, contents.dptr, lnsize);
136 if (lnsize < contents.dsize)
138 else if (lname[contents.dsize-1] != '\0')
143 /* can't close until we copy the contents. */
H A Dlocaladdr.c1146 make_addr (int type, size_t length, const void *contents) argument
1160 memcpy (data, contents, length);
1164 a->contents = data;
1311 free (newaddrs[i]->contents), free (newaddrs[i]);
1416 memcpy (addrp, addr[0][j]->contents, addr[0][j]->length);
1536 paddr[i]->contents = (unsigned char *)malloc(paddr[i]->length);
1537 if (!paddr[i]->contents) {
1541 memcpy(paddr[i]->contents,
1552 if (paddr[i]->contents)
1553 free(paddr[i]->contents);
[all...]
/illumos-gate/usr/src/lib/libtnfctl/
H A Dcomb.c4 * The contents of this file are subject to the terms of the
574 uintptr_t contents; local
611 contents = down - (addr + offset);
613 contents -= 5; /* intel offset is relative to *next* instr */
618 tnf_opaque, contents, contents,
623 *word_p |= ((contents >> prb_callinfo.shift) & prb_callinfo.mask);
629 contents = next - (addr + offset);
631 contents -= 5; /* intel offset is relative to *next* instr */
636 tnf_opaque, contents, content
[all...]
/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetdment.c4 * The contents of this file are subject to the terms of the
406 * returns 1 if contents is a minor node in /devices.
408 * if contents is a /dev node, mn_root = contents
410 * if contents is a /devices node, mn_root set to the '/'
414 dmap_minor_root(const char *contents, const char **mn_root) argument
420 if ((ptr = strstr(contents, prefix)) != NULL) {
431 if (strncmp(contents, prefix, strlen(prefix)) == 0) {
435 *mn_root = contents + strlen(prefix) - 1;
441 *mn_root = contents;
458 char contents[PATH_MAX + 1]; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_ldap.c4 * The contents of this file are subject to the terms of the
623 char *key, *contents, *pmap, *opts; local
646 * nisMapEntry=contents).
654 contents = NULL;
671 contents = cont_temp;
672 contents_len = strlen(contents);
675 "mastermap_callback_ldap: contents=[ %s ],"
677 contents, contents_len);
703 while (isspace(*contents))
704 contents
[all...]
/illumos-gate/usr/src/cmd/bart/
H A Dcompare.c4 * The contents of this file are subject to the terms of the
43 char *mode, char *acl, char *mtime, char *uid, char *gid, char *contents,
230 char *acl, char *mtime, char *uid, char *gid, char *contents, char *devnode,
249 *contents = NULL;
255 get_token(line, &pos, line_len, contents, PATH_MAX);
229 parse_line(char *line, char *fname, char *type, char *size, char *mode, char *acl, char *mtime, char *uid, char *gid, char *contents, char *devnode, char *dest) argument
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Docfile.c4 * The contents of this file are subject to the terms of the
62 #define ERR_COMMIT "WARNING: unable to commit contents database update"
66 #define ERR_NORENAME_CONTENTS "unable to establish contents file <%s> "\
73 #define ERR_NOTMPOPEN "unable to open temporary contents file image"
75 #define ERR_CREAT_CONT "unable to create contents file <%s>: %s"
76 #define ERR_ACCESS_CONT "unable to access contents file <%s>: %s"
79 #define ERR_NOCFILE "unable to locate contents file <%s>"
82 #define ERR_NOSTAT "unable to stat contents file <%s>"
84 #define ERR_NOUPD "unable to update contents file"
85 #define ERR_DRCONTCP "unable to copy contents fil
207 char contents[PATH_MAX]; local
260 progerr(gettext(ERR_NOCFILE), contents); local
271 progerr(gettext(ERR_NOSTATV), contents); local
309 progerr(gettext(ERR_CFBACK), contents); local
374 char contents[PATH_MAX]; local
649 char contents[PATH_MAX]; local
668 char contents[PATH_MAX]; local
728 progerr(gettext(ERR_ACCESS_CONT), contents, local
739 progerr(gettext(ERR_CREAT_CONT), contents, strerror(lerrno)); local
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java4 * The contents of this file are subject to the terms of the
359 private Vector contents = new Vector(); field in class:ServiceStoreInMemory.BtreeVector
362 return "<BtreeVector "+contents.toString()+">";
366 // Return the contents as a sorted vector of RegRecord.
371 return contents;
375 // Add the entire contents of the vector to the return record.
379 int i, n = contents.size();
383 RegRecord rec = (RegRecord)contents.elementAt(i);
410 int i, n = contents.size();
415 RegRecord rec = (RegRecord)contents
[all...]
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c4 * The contents of this file are subject to the terms of the
275 char contents[PATH_MAX + 1]; local
285 linksize = readlink(devpath, contents, PATH_MAX);
290 contents[linksize] = '\0';
294 * if the link contents is not a minor node assume
295 * that link contents is really a pointer to another
296 * link, and if so recurse and read its link contents.
298 if (is_minor_node((const char *)contents, (const char **)&ptr) !=
300 if (strncmp(contents, slashdev, strlen(slashdev)) == 0) {
302 (void) strcpy(stage_link, contents);
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dkeystore.c4 * The contents of this file are subject to the terms of the
1689 /* could not parse the contents */
1761 /* could not parse the contents */
1807 /* could not parse the contents */
1891 * 0 - Success - Keystore contents are written out to
2168 * contents - Contents to write to the file
2170 * 0 - Success - Keystore contents are written out to
2175 write_keystore_file(PKG_ERR *err, char *dest, PKCS12 *contents) argument
2216 if (i2d_PKCS12_fp(newfile, contents) == 0) {
2254 * PKCS12 contents o
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_rnode.c4 * The contents of this file are subject to the terms of the
239 char *contents; local
253 contents = rp->r_symlink.contents;
255 rp->r_symlink.contents = NULL;
275 if (contents != NULL) {
277 kmem_free((void *)contents, size);
928 rp->r_symlink.contents == NULL && rp->r_secattr == NULL)
1356 char *contents; local
1370 contents
1418 char *contents; local
[all...]
H A Dnfs_client.c4 * The contents of this file are subject to the terms of the
189 char *contents; local
218 contents = rp->r_symlink.contents;
220 rp->r_symlink.contents = NULL;
223 if (contents != NULL) {
225 kmem_free((void *)contents, size);
H A Dnfs4_client.c4 * The contents of this file are subject to the terms of the
252 char *contents; local
270 contents = rp->r_symlink.contents;
272 rp->r_symlink.contents = NULL;
286 if (contents != NULL) {
288 kmem_free((void *)contents, size);
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h4 * The contents of this file are subject to the terms of the
98 char *contents; /* contents of the symbolic link */ member in struct:symlink_cache
99 int len; /* length of the contents */
268 kmutex_t r_statelock; /* protects (most of) rnode contents */
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c4 * The contents of this file are subject to the terms of the
2069 char **contents, size_t *outlen)
2078 if (data == NULL || contents == NULL || outlen == NULL)
2124 *contents = NULL;
2129 *contents = olddata;
2068 GetSequenceContents(char *data, size_t len, char **contents, size_t *outlen) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c4 * The contents of this file are subject to the terms of the
109 * getsubopt() is used to map one of the contents[] keywords
117 static char *contents[] = variable
464 *contentp = getsubopt(&value, contents, &junk);
1261 * Create the wanboot file system whose contents are determined by the

Completed in 261 milliseconds

12