HomeSort by relevance Sort by last modified time
    Searched defs:of (Results 1 - 13 of 13) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_common_open.c 4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
176 * file open may be in the process of closing it.
218 * of the protocol specify the write-through mode when a file is opened,
252 * 1. The creator of a readonly file can write to/modify the size of the file
259 * readonly will be successful regardless of whether a creator of a readonl
310 smb_ofile_t *of; local
    [all...]
smb_dispatch.c 4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
34 * smb_flg a one byte set of eight flags
35 * smb_flg2 a two byte set of 16 flags
49 * smb_wct a byte, number of 16-bit words containing
54 * to the smb_wct field of the "next" command,
58 * first parameters, or the andx_com of the just
60 * smb_bcc a 16-bit count of smb_data[] byte
1163 smb_ofile_t *of = sr->fid_ofile; local
    [all...]
smb_ofile.c 4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
30 * This is a simplified diagram showing the relationship between most of the
92 * - The ofile is queued in the list of ofiles of its tree.
98 * - The ofile is queued in the list of ofiles of its tree.
106 * - The ofile is queued in the list of ofiles of its tree
188 smb_ofile_t *of; local
372 smb_ofile_t *of; local
397 smb_ofile_t *of; local
535 smb_ofile_t *of; local
572 smb_ofile_t *of; local
    [all...]
smb_opipe.c 4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
64 * a file open is requested on a share of type STYPE_IPC.
74 smb_ofile_t *of; local
85 of = smb_ofile_open(sr->tid_tree, NULL, sr->smb_pid, op,
88 if (of == NULL)
92 smb_ofile_close(of, 0);
93 smb_ofile_release(of);
    [all...]
smb_node.c 4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
76 * - Closing of the file.
114 * there's a lock embedded in the bucket of the hash table the node belongs
121 * reference count drops to zero and triggers the deletion of the node, the
122 * mutex has to be released before entering the lock of the bucket (to
127 * state will indicate that the node should be treated as non existent (of
128 * course the state of the node should be tested/updated under th
700 smb_ofile_t *of; local
730 smb_ofile_t *of; local
768 smb_ofile_t *of; local
    [all...]
smb_tree.c 4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
30 * This is a simplified diagram showing the relationship between most of the
92 * - The tree is queued in the list of trees of its user.
99 * - The tree is queued in the list of trees of its user.
107 * - The tree is queued in the list of trees of its user
379 smb_ofile_t *of; local
413 smb_ofile_t *of; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mailx/
collect.c 4 * The contents of this file are subject to the terms of the
9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
18 * information: Portions Copyright [yyyy] [name of copyright owner]
33 * The Regents of the University of California
36 * University Acknowledgment- Portions of this document are derived from
37 * software developed by the University of California, Berkeley, and its
44 * mailx -- a modified version of a University of California at Berkele
776 register FILE *of; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/mms/mgmt/common/
mgmt_mm.c 4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
194 mms_trace(MMS_ERR, "Out of memory");
206 mms_trace(MMS_ERR, "Out of memory");
219 mms_trace(MMS_ERR, "Out of memory");
303 * ENOMEM Out of memory
461 /* have the full complement of required options - set SMF config */
694 /* check the type of system we're on *
897 char *of = MMSETCDIR"\/passwd\/hello"; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libinetutil/common/
ofmt.c 4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
40 * of fields selected for output.
44 const char **s_fields; /* array of pointers to the fields in s_buf */
45 uint_t s_nfields; /* the number of fields in s_buf */
53 * The state of the output is tracked in a ofmt_state_t structure.
56 * os_nfields set to the number of requested fields.
74 * of the output buffer, except when the buffer is returned with the empt
186 ofmt_field_t *of; local
416 ofmt_field_t *of; local
498 ofmt_field_t *of = os->os_fields; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/smbsrv/
smbsrv.c 4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
79 * List of supported options. Ther order has the match the bits SMB_OPT_xxx.
382 * We declare a list of structures describing our dcmds, a list of structures
389 "print tree of SMB objects",
451 "walk list of smb_node_t structures",
457 "walk list of smb_ace_t structures"
1225 smb_ofile_t *of; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/zonecfg/
zonecfg.c 4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
30 * the grammar (see zonecfg_grammar.y) builds up into commands, some of
32 * comments near the end of zonecfg_grammar.y for how the data structures
33 * which keep track of these resources and properties are built up.
36 * structure (see zonecfg.h), which also keeps track of command names,
38 * the appropriate function handler, each of which takes a pointer to a
42 * by one of do_interactive(), cmd_file() or one_command_at_a_time(), eac
1637 FILE *of; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cron/
cron.c 4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
124 #define CANTEXECSH "unable to exec the shell, %s, for one of your \
131 one of your crontab commands. \
138 \nof one of your cron commands.\n"
140 #define STDOUTERR "one of your commands generated output or errors, \
143 error for each of your commands."
149 #define MALLOCERR "out of space, cannot create new string\n
202 } of; member in struct:event
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dladm/
dladm.c 4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
5712 ofmt_field_t *template, *of; local
    [all...]

Completed in 600 milliseconds