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

  /ohac/ohac/usr/src/common/cl/clconf/
comp_state_proxy.cc 83 if (csr != NULL) {
88 post_event_to_syslog(ADDED, NULL);
109 if (csr != NULL) {
113 post_event_to_syslog(REMOVED, NULL);
129 os::sc_syslog_msg event_msg(get_type(), get_name(), NULL);
131 if (msg != NULL) {
  /ohac/ohac/usr/src/common/cl/orb/ip/
udi_util.c 54 (void) VOP_CLOSE(SOTOV(so), FREAD|FWRITE, 1, (offset_t)0, CRED(), NULL);
85 avp = solookup(AF_INET6, SOCK_DGRAM, 0, NULL, &error);
86 if (avp == NULL) {
89 so = socreate(avp, AF_INET6, SOCK_DGRAM, 0, SOV_SOCKSTREAM, NULL,
91 if (so == NULL) {
119 uh->uh_so = NULL;
123 * Calling kstr_open() with a NULL argument as the fd ptr will
127 ddi_name_to_major((char *)dev), &uh->uh_vp, NULL)) != 0) {
129 *uhp = NULL;
167 *uhp = NULL;
    [all...]
  /ohac/ohac/usr/src/common/cl/transports/tcp/
arp_cache_monitor.cc 41 arp_cache_monitor *arp_cache_monitor::the_acmp = NULL;
124 the_acmp = NULL;
167 while ((ipmac = tmpiter.get_current()) != NULL) {
175 ASSERT(ipmac != NULL);
188 // Return sonode pointer on success, NULL on failure.
198 if ((vp = solookup(AF_INET, SOCK_DGRAM, 0, NULL, &error)) == NULL) {
200 return (NULL);
204 if ((so = socreate(vp, AF_INET, SOCK_DGRAM, 0, SOV_SOCKSTREAM, NULL,
205 &error)) == NULL) {
    [all...]
tcp_transport.cc 346 tcp_transport *the_tcp_transport = NULL;
420 (void) VOP_CLOSE(SOTOV(so), FREAD|FWRITE, 1, (offset_t)0, CRED(), NULL);
439 if (bufp == NULL) {
443 for (; (bp != NULL) && (count < size); bp = bp->b_cont) {
585 lmsg.msg_control = NULL;
609 // it returns a NULL pointer. Otherwise it returns the pointer
621 // NULL on failure.
631 avp = solookup(AF_INET, SOCK_DGRAM, 0, NULL, errorp);
632 if (avp == NULL) {
635 return (NULL);
    [all...]
  /ohac/ohac/usr/src/lib/libsds_sc/common/
sdssc_host.c 49 char **new_host_list = NULL,
51 scconf_cfg_ds_t *config = NULL;
74 sizeof (char *))) == NULL) {
90 NULL, SCCONF_STATE_UNCHANGED, NULL, 0) == SCCONF_NOERR)
130 char **new_host_list = NULL,
134 scconf_cfg_ds_t *config = NULL;
137 * There's no guarantee that 'hosts' is a null terminated arrary
140 if ((new_host_list = calloc(nhosts + 1, sizeof (char **))) == NULL)
151 if (config->scconf_ds_nodelist != NULL) {
    [all...]
  /ohac/ohacds/usr/src/cmd/ha-services/gds-agents/dhc/
dhcpc.c 315 n = iDHCPStart(NULL, 0, iReuse);
331 t1 = time(NULL);
332 while (iSeconds > time(NULL)-t1) {
340 (void) recvfrom(n, (void *)&dhcpm, sizeof (dhcpm), 0, NULL,
341 NULL);
  /ohac/ohac/usr/src/common/cl/pxfs/client/
pxfobj.cc 96 if (fidp != NULL) {
158 // must be non-NULL.
160 ASSERT(fidp != NULL);
308 struct file *fpio = NULL;
309 vnode_t *vp = NULL;
349 if (vp == NULL) {
390 if (falloc(NULL, (FREAD|FOFFMAX), &fpio,
395 if ((error = VOP_ACCESS(vp, VREAD, 0, cr, NULL)) != 0) {
403 if ((error = VOP_OPEN(&vp, FREAD, cr, NULL)) != 0) {
431 if (fpio != NULL) {
    [all...]
pxvfs.cc 118 *pxvfs_inactive_threadpool::the_pxvfs_inactive_threadpool = NULL;
131 kstat_t *pxvfs::node_stats = NULL;
174 pxvfs::pxfobj_hash_bkt *pxvfs::pxfobj_hash = NULL;
291 ASSERT(the_pxvfs_inactive_threadpool == NULL);
311 the_pxvfs_inactive_threadpool = NULL;
326 fs_rootvp(NULL),
338 ASSERT(clientmgrp != NULL);
352 if (stats != NULL) {
434 stats = NULL;
513 CL_PANIC(mem_async_threadpool != NULL);
    [all...]
  /ohac/ohac/usr/src/common/cl/quorum/quorum_server/
qs_socket.cc 107 quorum_server_name(NULL),
111 sock_vp(NULL),
112 so_node(NULL)
124 if (so_node != NULL) {
127 CRED(), NULL);
133 so_node = NULL;
135 sock_vp = NULL;
137 quorum_server_name = NULL;
327 ASSERT(so_node == NULL);
329 sock_vp = solookup(addr_family, SOCK_STREAM, 0, NULL, &error)
    [all...]
  /ohac/ohac/usr/src/uts/adb/macrogen/common/
pat.c 34 #undef NULL
35 #define NULL ((void *) 0)
216 chars, chars_end, NULL));
244 chars, first, NULL) &&
258 chars, first, NULL) &&
  /ohac/ohac/usr/src/cmd/adminconsole/cconsole/
HostsDialog.cc 133 NULL);
144 NULL);
152 NULL);
164 NULL);
168 NULL);
171 NULL);
172 XtVaGetValues(tf, XmNheight, &tf_height, NULL);
173 XtVaSetValues(la, XmNheight, tf_height, NULL);
183 NULL);
188 NULL);
    [all...]
  /ohac/ohac/usr/src/common/cl/pxfs/server/
io_impl.cc 85 ASSERT(vp != NULL);
152 int error = VOP_OPEN(&newvp, flags, crp, NULL);
170 newvp, NULL, credobj, fobjinfo, _environment);
191 int error = VOP_CLOSE(get_vp(), flags, 1, (offset_t)off, crp, NULL);
211 VOP_RWLOCK(get_vp(), V_WRITELOCK_FALSE, NULL);
220 int error = VOP_READ(get_vp(), uiop, ioflag, crp, NULL);
228 VOP_RWUNLOCK(get_vp(), V_WRITELOCK_FALSE, NULL);
250 // We signal an exception by returning NULL for uiop
252 if (uiop == NULL) {
260 if (uiop->uio_iov == NULL) {
    [all...]
file_impl.cc 199 if (vnodep != NULL) {
462 if (back_obj.fidp == NULL) {
468 if (underlying_vfsp == NULL) {
472 // to NULL if the underlying filesystem's mount fails.
480 } else if (vnodep == NULL) {
498 if (fr_lockp != NULL) {
683 if ((fdh = fdb_get_holes(fdb)) != NULL) {
875 (get_fsp()->get_vfsp() != NULL &&
1004 NULL, 0, credp);
1130 (get_fsp()->get_vfsp() != NULL &
    [all...]
unixdir_impl.cc 234 if (vnodep != NULL) {
285 vnode_t *targetvp = NULL;
293 // Debugging test to make sure we don't hit a null vnodep.
297 ASSERT(get_vp() != NULL);
320 NULL, 0, NULL, credp, NULL, NULL, NULL);
323 NULL, 0, NULL, credp)
    [all...]
  /ohac/ohac/usr/src/common/cl/sys/
os.h 159 #ifndef NULL
160 #define NULL 0
529 static int join(threadid_t, threadid_t *departed = NULL,
530 void **status = NULL);
551 tsd(freef_t = NULL);
610 // NULL character returned by ctime_r.
658 // os::strdup returns NULL if either string is NULL or
659 // the allocation failed (the kernel version does not return NULL)
772 // - It should not be NULL
    [all...]
  /ohac/ohac/usr/src/lib/libscconf/common/
scconf_misc.c 252 char *nodes = NULL;
253 char *name = NULL;
255 char *nodename = NULL;
269 if (nodelist == NULL) {
275 if (nodes == NULL) {
324 name = strtok_r(NULL, ",", (char **)&lasts_p);
368 if (nodename == NULL)
407 if (nodename == NULL)
452 if (flagp == NULL)
553 if (clconf == NULL)
    [all...]

Completed in 480 milliseconds