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

12

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c4 * The contents of this file are subject to the terms of the
1330 * the open context) or reset its contents to
1336 /* clear the contents if its cached */
1999 * by anybody except our caller. Otherwise copy arcbuf's contents to dbuf.
2361 * we just prefetched, read its contents so that we associate it
3594 void *contents = (data != NULL) ? data->b_data : NULL; local
3597 contents, db->db.db_size, db->db.db_size, &zp,
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c4 * The contents of this file are subject to the terms of the
702 * update database with actual contents of /dev
1212 * link contents. Secondary link contents can have two formats:
2006 * associated with a db update does not change the contents
3189 * returns 1 if contents is a minor node in /devices.
3191 * if contents is a /dev node, mn_root = contents
3193 * if contents is a /devices node, mn_root set to the '/'
3197 is_minor_node(const char *contents, cons argument
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vnops.c4 * The contents of this file are subject to the terms of the
1692 if (nfs3_do_symlink_cache && rp->r_symlink.contents != NULL) {
1697 if (rp->r_symlink.contents != NULL) {
1698 error = uiomove(rp->r_symlink.contents,
1740 if (nfs3_do_symlink_cache && rp->r_symlink.contents == NULL) {
1742 if (rp->r_symlink.contents == NULL) {
1743 rp->r_symlink.contents = res.resok.data;
3595 char *contents; local
3655 rp->r_symlink.contents == NULL) {
3657 contents
[all...]
H A Dnfs_subr.c4 * The contents of this file are subject to the terms of the
2178 char *contents; local
2220 contents = rp->r_symlink.contents;
2222 rp->r_symlink.contents = NULL;
2249 if (contents != NULL) {
2251 kmem_free((void *)contents, size);
2780 rp->r_symlink.contents == NULL &&
3887 char *contents; local
3901 contents
3956 char *contents; local
[all...]
H A Dnfs4_vnops.c4 * The contents of this file are subject to the terms of the
4514 if (nfs4_do_symlink_cache && rp->r_symlink.contents != NULL) {
4519 if (rp->r_symlink.contents != NULL) {
4520 e.error = uiomove(rp->r_symlink.contents,
4612 if (nfs4_do_symlink_cache && rp->r_symlink.contents == NULL) {
4614 if (rp->r_symlink.contents == NULL) {
4615 rp->r_symlink.contents = linkdata;
8868 char *contents; local
8882 if (nfs4_do_symlink_cache && rp->r_symlink.contents == NULL) {
8884 contents
[all...]
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h6 * The contents of this file are subject to the terms of the
589 wchar_t *contents; member in struct:Makefile
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c4 * The contents of this file are subject to the terms of the
2475 * Construct link contents, then call create_link_common().
2514 /* prepend link with dev_dir contents */
2596 char contents[PATH_MAX + 1]; local
2603 /* prepend link with dev_dir contents */
2608 * building extra link, so use first link as link contents, but first
2613 op = contents;
2639 devlink, contents);
2642 if ((rv = create_link_common(devlink, contents, &link_exists))
2645 * we need to save the ultimate /devices contents, an
2693 create_link_common(char *devlink, char *contents, int *exists) argument
3118 char contents[PATH_MAX + 1]; local
3414 char contents[PATH_MAX + 1]; local
4497 char devlink[PATH_MAX + 1], *contents, *raw_contents; local
4559 char contents[PATH_MAX + 1]; local
5673 char *contents; local
6653 char contents[PATH_MAX + 1]; local
6729 construct_devlink(char *link, link_list_t *link_build, char *contents, di_minor_t minor, di_node_t node, char *pattern) argument
7808 is_minor_node(char *contents, char **mn_root) argument
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h368 krb5_octet *contents; member in struct:_krb5_address
420 krb5_octet *contents; member in struct:_krb5_keyblock
436 krb5_octet *contents; member in struct:_krb5_checksum
1060 krb5_octet *contents; member in struct:_krb5_authdata
1141 krb5_octet *contents; member in struct:_krb5_pa_data
1741 * for the contents of the key, which will be freed along
1744 * case contents are left unallocated.

Completed in 177 milliseconds

12