Searched defs:NULL (Results 101 - 125 of 191) sorted by relevance

12345678

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsghsc.c127 NULL, /* power */
140 NULL
249 sghsc_rb_header.buf = NULL;
251 mutex_init(&sghsc_event_thread_mutex, NULL, MUTEX_DRIVER, NULL);
252 cv_init(&sghsc_event_thread_cv, NULL, CV_DRIVER, NULL);
273 if (sghsc_event_thread != NULL) {
285 sghsc_event_thread = NULL;
361 mutex_init(SGHSC_MUTEX(sghsc), NULL, MUTEX_DRIVE local
[all...]
/illumos-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx.c142 NULL
206 DBG(NIUMX_DBG_A_INTX, NULL, "niumx_intr_dist entered\n");
278 mutex_init(&niumxds_p->niumx_mutex, NULL, MUTEX_DRIVER, NULL);
360 ASSERT(ibc_p != NULL);
544 if (n != 1 || *unit_addr == NULL || **unit_addr == 0) {
595 ddi_set_parent_data(child, NULL);
605 ddi_set_name_addr(child, NULL);
617 ddi_set_name_addr(child, NULL);
634 ddi_set_name_addr(dip, NULL);
1098 (void *)ih_p, NULL); local
[all...]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbbc.c175 NULL, /* (*bus_map_fault)() */
218 NULL, /* cb_stream */
254 NULL
339 if (sbbcsoftp == NULL) {
370 mutex_init(&sbbcsoftp->umutex, NULL, MUTEX_DRIVER, (void *)NULL);
371 mutex_init(&sbbcsoftp->sbbc_intr_mutex, NULL,
372 MUTEX_DRIVER, (void *)NULL);
422 sbbcsoftp->pci_sbbc_map = NULL;
427 if (ddi_create_minor_node(dip, name, S_IFCHR, instance, NULL,
701 (caddr_t)sbbcsoftp, NULL); local
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c47 {NULL, (auth_method_t)NO_VALUE_SET, (tls_method_t)NO_VALUE_SET, NULL,
48 NULL, NULL, NULL, NULL, (follow_referral_t)NO_VALUE_SET};
51 __nis_table_mapping_t *ldapTableMapping = NULL;
58 const char *warn_file = NULL;
61 const char *command_line_source = NULL;
62 const char *file_source = NULL;
828 report_error(strerror(errno), NULL); local
835 report_error(ldapssl_err2string(errnum), NULL); local
841 report_error(strerror(errno), NULL); local
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defidef.h42 #ifndef NULL
43 #define NULL ((VOID *) 0) macro
/illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_commd_server.c203 if (commdout != (FILE *)NULL) { \
223 } else if (slave_result == NULL) {
237 (void) uadmin(A_DUMP, AD_BOOT, NULL);
250 if (commdout == (FILE *)NULL)
263 * And we drop the verbosity level to NULL
286 /* safer version of clnt_destroy. If clnt is NULL don't do anything */
383 now = time((time_t *)NULL);
431 /* if commdout is non-NULL it is an open FILE, we'd better close it */
432 if (commdout != (FILE *)NULL) {
439 if (commdoutfile == (char *)NULL) {
774 class), USYNC_THREAD, NULL); local
776 USYNC_THREAD, NULL); local
778 class), USYNC_THREAD, NULL); local
[all...]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c128 static char *intr_cancel[] = { MNTOPT_NOINTR, NULL };
129 static char *nointr_cancel[] = { MNTOPT_INTR, NULL };
130 static char *forcedirectio_cancel[] = { MNTOPT_NOFORCEDIRECTIO, NULL };
131 static char *noforcedirectio_cancel[] = { MNTOPT_FORCEDIRECTIO, NULL };
132 static char *largefiles_cancel[] = { MNTOPT_NOLARGEFILES, NULL };
133 static char *nolargefiles_cancel[] = { MNTOPT_LARGEFILES, NULL };
134 static char *logging_cancel[] = { MNTOPT_NOLOGGING, NULL };
135 static char *nologging_cancel[] = { MNTOPT_LOGGING, NULL };
136 static char *xattr_cancel[] = { MNTOPT_NOXATTR, NULL };
137 static char *noxattr_cancel[] = { MNTOPT_XATTR, NULL };
864 (size_t)0, B_INVAL, cr, NULL); local
1363 FREAD : FREAD|FWRITE, 1, (offset_t)0, cr, NULL); local
1670 B_INVAL, cr, NULL); local
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dkeysock.c160 NULL, &info
164 (pfi_t)keysock_wput, NULL, NULL, NULL, NULL, &info
195 ldi_handle_t lh, ip6_lh = NULL;
196 ldi_ident_t li = NULL;
212 ASSERT(cr != NULL);
221 if (i_ddi_attach_pseudo_node(IPSECAH) == NULL) {
225 if (i_ddi_attach_pseudo_node(IPSECESP) == NULL) {
880 (void) proto_set_rx_hiwat(RD(q), NULL, *i1); local
1515 ks->keysock_serial, NULL, B_FALSE, keystack); local
[all...]
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c145 if (vp == NULL) {
149 rw_init(&dv->dv_contents, NULL, RW_DEFAULT, NULL);
171 ASSERT(dv_node_cache == NULL);
174 NULL, NULL, NULL, 0);
176 tsd_create(&devfs_clean_key, NULL);
183 ASSERT(dv_node_cache != NULL);
185 dv_node_cache = NULL;
1544 NULL, NULLVP, kcred, 0); local
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c158 for (mpp = &sti->sti_conn_ind_head; (mp = *mpp) != NULL;
189 if (cr != NULL) {
196 if (newmp == NULL) {
209 mp->b_next = NULL;
225 so->so_proto_handle = NULL;
242 so->so_oobmsg = NULL;
250 sti->sti_ack_mp = NULL;
261 while ((mp = sti->sti_conn_ind_head) != NULL) {
263 mp->b_next = NULL;
264 if (sti->sti_conn_ind_head == NULL) {
317 strsetrerror(SOTOV(so), EIO, 1, NULL); local
327 strsetrerror(SOTOV(so), 0, 0, NULL); local
[all...]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c130 NULL
143 MODREV_1, (void *)&modlfs, NULL
183 struct vnode *lvp = NULL;
184 struct vnode *svp = NULL;
277 vfs_setmntopt(vfsp, MNTOPT_RO, NULL, 0);
280 vfs_setmntopt(vfsp, MNTOPT_NOSUID, NULL, 0);
296 if (lvp == NULL &&
300 if ((error = VOP_ACCESS(svp, aflag, 0, cr, NULL)) != 0)
309 if (lvp != NULL)
348 ASSERT(rvp != NULL);
785 (uint32_t)0, B_INVAL, cr, NULL); local
952 FREAD : FREAD|FWRITE, 1, (offset_t)0, cr, NULL); local
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dnsctl.h445 #ifndef NULL
446 #define NULL 0 macro
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_rdma.c215 if (cl == NULL)
217 *cl = NULL;
226 while (rp != NULL) {
237 if (p->cku_rd_mod == NULL) {
305 p->cku_rd_mod = NULL;
308 while (rp != NULL) {
327 if (p->cku_addr.maxlen != 0 && p->cku_addr.buf != NULL)
432 * If xp_cl is NULL value, then the RPC payload will NOT carry
446 if (rclp != NULL) {
459 * If xp_wcl is NULL valu
1230 cl_rdma_reply->c_len, 0, NULL, XDR_DECODE, conn); local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dgldutil.c150 mblk_t *pmp = NULL, *savemp = mp;
184 if ((pmp = msgpullup(mp, -1)) == NULL) {
212 (macinfo->gldm_send_tagged != NULL)) {
305 ASSERT(pmp == NULL); /* couldn't have done msgpullup above */
306 if ((pmp = msgpullup(mp, -1)) == NULL) {
327 if (pmp != NULL)
392 if ((nmp = allocb(hdrlen, BPRI_MED)) == NULL)
393 return (NULL);
447 BPRI_MED)) == NULL) {
448 return (NULL);
1321 mutex_init(GLD_SR_MUTEX(macinfo), NULL, MUTEX_DRIVER, NULL); local
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsid.c92 { iscsid_thread_static, NULL,
95 { iscsid_thread_sendtgts, NULL,
98 { iscsid_thread_slp, NULL,
101 { iscsid_thread_isns, NULL,
104 { NULL, NULL,
106 NULL }
134 static iscsi_thread_t *iscsi_boot_wd_handle = NULL;
164 if (entry == NULL || boot_prop_entry == NULL) {
1030 NULL); local
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c86 if (tran == NULL) {
87 pmcs_prt(pwp, PMCS_PRT_DEBUG, NULL, NULL,
117 pmcs_prt(pwp, PMCS_PRT_DEBUG, NULL, NULL,
127 ASSERT(pwp->smp_tran != NULL);
134 pmcs_prt(pwp, PMCS_PRT_DEBUG, NULL, NULL,
137 pwp->smp_tran = NULL;
153 pmcs_hw_t *pwp = NULL;
169 pmcs_prt(TRAN2PMC(tran), PMCS_PRT_DEBUG_CONFIG, NULL, NULL, local
922 pmcs_prt(ADDR2PMC(ap), PMCS_PRT_DEBUG3, NULL, NULL, local
[all...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h125 #ifndef NULL
126 #define NULL 0 macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h104 #ifndef NULL
105 #define NULL 0 macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h125 #ifndef NULL
126 #define NULL 0 macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h104 #ifndef NULL
105 #define NULL 0 macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h125 #ifndef NULL
126 #define NULL 0 macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h104 #ifndef NULL
105 #define NULL 0 macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h125 #ifndef NULL
126 #define NULL 0 macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h104 #ifndef NULL
105 #define NULL 0 macro
/illumos-gate/usr/src/uts/i86xpv/vm/
H A Dseg_mf.c111 mutex_init(&data->lock, "segmf.lock", MUTEX_DEFAULT, NULL);
139 data->prot, data->maxprot, MAP_SHARED, CRED(), NULL);
172 MAP_SHARED, CRED(), NULL));
197 ASSERT(data->vp != NULL);
200 data->prot, data->maxprot, MAP_SHARED, CRED(), NULL); local
506 return (NULL);
769 (size_t (*)(struct seg *))NULL, /* swapout */

Completed in 233 milliseconds

12345678