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

12345678

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h533 #undef NULL macro
534 #define NULL ((void *) 0) macro
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c154 * message. An empty command (one with a NULL name) indicates an empty line in
160 { NULL },
163 { NULL },
165 { NULL },
169 { NULL },
174 { NULL },
179 { NULL },
181 { NULL },
186 { NULL },
293 if (zpool_prop_values(prop) == NULL)
5158 NULL, NULL); local
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_vn.c268 rw_init(&svd->lock, NULL, RW_DEFAULT, NULL);
269 mutex_init(&svd->segfree_syncmtx, NULL, MUTEX_DEFAULT, NULL);
270 svd->svn_trnext = svd->svn_trprev = NULL;
363 * (unmap segment's address range and set svd->amp to NULL).
384 static svntr_bucket_t *svntr_hashtab = NULL;
418 segvn_cache_constructor, segvn_cache_destructor, NULL,
419 NULL, NULL,
5312 svd->cred, NULL); local
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c140 static list_t *vsd_list = NULL;
170 if ((vsp = vfsp->vfs_fstypevsp) != NULL) { \
187 if ((vsp = vfsp->vfs_fstypevsp) != NULL) { \
196 * If the vfsp is NULL, perhaps we should also map?
200 if (vfsp != NULL && (vfsp->vfs_flag & VFS_XID) == 0) \
373 NULL, 0, NULL, NULL
395 * structure. Otherwise, returns NULL.
400 xoptattr_t *xoap = NULL;
912 vp, TQ_SLEEP) != NULL); local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c135 { ZTI_ONE, ZTI_NULL, ZTI_ONE, ZTI_NULL }, /* NULL */
186 if (strval != NULL)
210 if (rvd != NULL) {
214 spa_prop_add_list(*nvp, ZPOOL_PROP_SIZE, NULL, size, src);
215 spa_prop_add_list(*nvp, ZPOOL_PROP_ALLOCATED, NULL, alloc, src);
216 spa_prop_add_list(*nvp, ZPOOL_PROP_FREE, NULL,
219 spa_prop_add_list(*nvp, ZPOOL_PROP_FRAGMENTATION, NULL,
221 spa_prop_add_list(*nvp, ZPOOL_PROP_EXPANDSZ, NULL,
223 spa_prop_add_list(*nvp, ZPOOL_PROP_READONLY, NULL,
227 spa_prop_add_list(*nvp, ZPOOL_PROP_CAPACITY, NULL, ca
2917 dsl_destroy_inconsistent, NULL, DS_FIND_CHILDREN); local
[all...]
H A Darc.c91 * NULL for the mutex if the buffer was not in the table.
178 * +-----------+ | |-----------| |b_next +-->NULL
219 * | b_pdata +-+ |---------| |b_next +-->NULL
982 #define ARC_BUF_LAST(buf) ((buf)->b_next == NULL)
1162 for (hdr = buf_hash_table.ht_table[idx]; hdr != NULL;
1170 *lockp = NULL;
1171 return (NULL);
1178 * Otherwise returns NULL.
1179 * If lockp == NULL, the caller is assumed to already hold the hash lock.
1193 if (lockp != NULL) {
4646 callback_list != NULL); local
[all...]
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c95 uint64_t *zopt_object = NULL;
249 if (shp == NULL)
447 if (bpop == NULL)
633 if (sm != NULL &&
653 if (sm != NULL &&
693 if (sm == NULL)
781 if (dump_opt['m'] > 1 && sm != NULL &&
972 zpool_dump_ddt(NULL, &ddt->ddt_histogram[type][class]);
1046 (void) spa_vdev_state_exit(spa, NULL, 0);
1076 nvlist_t **events = NULL;
3077 NULL, DS_FIND_SNAPSHOTS | DS_FIND_CHILDREN); local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c253 * dm_next --> ... NULL
260 * perdm_list -> [dm_ref == 1] -> [dm_ref == 2] -> [dm_ref == 1] -> NULL
270 perdm_t *perdm_list = NULL;
326 struct kmem_cache *ciputctrl_cache = NULL;
377 NULL,
378 NULL,
379 NULL,
380 NULL,
382 NULL
387 NULL,
704 mutex_init(QLOCK(qp), NULL, MUTEX_DEFAULT, NULL); local
719 mutex_init(QLOCK(wqp), NULL, MUTEX_DEFAULT, NULL); local
[all...]
H A Dsunpm.c34 * the pm_info pointer in dev_info is initially NULL
336 pm_dep_wk_t *pm_dep_thread_workq = NULL;
337 pm_dep_wk_t *pm_dep_thread_tail = NULL;
586 mutex_init(&pm_scan_lock, NULL, MUTEX_DRIVER, NULL);
587 mutex_init(&pm_rsvp_lock, NULL, MUTEX_DRIVER, NULL);
588 mutex_init(&pm_compcnt_lock, NULL, MUTEX_DRIVER, NULL);
589 mutex_init(&pm_dep_thread_lock, NULL, MUTEX_DRIVE
621 ddi_walk_devs(ddi_root_node(), pm_scan_stop_walk, NULL); local
636 ddi_walk_devs(ddi_root_node(), pm_reset_timestamps, NULL); local
644 ddi_walk_devs(ddi_root_node(), pm_rescan_walk, NULL); local
6230 ddi_walk_devs(ddi_root_node(), pm_discard_dep_walk, NULL); local
6456 ddi_walk_devs(ddi_root_node(), pm_kept_walk, NULL); local
6457 ddi_walk_devs(ddi_root_node(), pm_keeper_walk, NULL); local
6461 ddi_walk_devs(ddi_root_node(), pm_keeper_walk, NULL); local
6462 ddi_walk_devs(ddi_root_node(), pm_kept_walk, NULL); local
6491 ddi_walk_devs(ddi_root_node(), pm_kept_walk, NULL); local
6492 ddi_walk_devs(ddi_root_node(), pm_keeper_walk, NULL); local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c844 NULL, /* bus_ops */
845 NULL, /* power */
861 NULL
895 static fc_trace_logq_t *fcp_logq = NULL;
896 static struct fcp_black_list_entry *fcp_lun_blacklist = NULL;
963 static void *fcp_softstate = NULL; /* for soft state */
967 static dev_info_t *fcp_global_dip = NULL;
985 static struct fcp_port *fcp_port_head = NULL;
1143 mutex_init(&fcp_global_mutex, NULL, MUTEX_DRIVER, NULL);
13458 (void) mdi_prop_remove(PIP(cip), NULL); local
[all...]
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c169 * message. An empty command (one with a NULL name) indicates an empty line in
175 { NULL },
182 { NULL },
184 { NULL },
191 { NULL },
196 { NULL },
199 { NULL },
201 { NULL },
203 { NULL },
348 if ((data = calloc(1, size)) == NULL)
1541 pl->pl_user_prop, buf, sourcetype, source, NULL); local
1552 pl->pl_user_prop, buf, sourcetype, source, NULL); local
[all...]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactypes.h360 #define ACPI_ALLOCATE(a) NULL
361 #define ACPI_ALLOCATE_ZEROED(a) NULL
436 /* Logical defines and NULL */
448 #ifndef NULL
449 #define NULL (void *) 0 macro
494 #define ACPI_ROOT_OBJECT ACPI_ADD_PTR (ACPI_HANDLE, NULL, ACPI_MAX_PTR)
546 #define ACPI_TO_POINTER(i) ACPI_ADD_PTR (void, (void *) NULL,(ACPI_SIZE) i)
547 #define ACPI_TO_INTEGER(p) ACPI_PTR_DIFF (p, (void *) NULL)
548 #define ACPI_OFFSET(d, f) ACPI_PTR_DIFF (&(((d *) 0)->f), (void *) NULL)
929 * Note: Type == ACPI_TYPE_ANY (0) is used to indicate a NULL packag
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c169 #ifndef NULL
170 #define NULL ((void *) 0) macro
6883 if (version == NULL || params == NULL)
12393 /*.config_init = */(config_init_t)NULL,
12394 /*.read_status = */(read_status_t)NULL,
12395 /*.link_reset = */(link_reset_t)NULL,
12396 /*.config_loopback = */(config_loopback_t)NULL,
12397 /*.format_fw_ver = */(format_fw_ver_t)NULL,
12398 /*.hw_reset = */(hw_reset_t)NULL,
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c125 static char *sd_label = NULL;
233 void *sd_state = NULL;
259 struct sd_lun *sd_debug_un = NULL;
266 static struct sd_resv_reclaim_request sd_tr = { NULL, NULL, NULL, 0, 0, 0 };
326 static struct sd_scsi_hba_tgt_lun *sd_scsi_target_lun_head = NULL;
351 static struct sd_scsi_probe_cache *sd_scsi_probe_cache_head = NULL;
367 { "NAME=spindle-motor", "0=off", "1=on", NULL },
375 "3=active", NULL },
18069 un->un_additional_codes, NULL); local
[all...]
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c99 ASSERT(_srdp != NULL); \
102 ASSERT(_rgnp != NULL && _rgnp->rgn_id == rid); \
254 #define ISMID_STARTADDR NULL
478 sfmmu_mod_tsb(sfmmup, vaddr, NULL, szc)
800 return (vmem_xalloc(vmp, size, size, 0, 0, NULL, NULL, vmflag));
842 ASSERT((tsbinfop) != NULL); \
924 hme->hme_prev = NULL; \
948 if (pp->p_mapping == NULL) { \
965 ASSERT((pp->p_mapping == NULL)
1445 mutex_init(HATLOCK_MUTEXP(&hat_lock[i]), NULL, MUTEX_DEFAULT, local
1446 NULL); local
12730 0, NULL); local
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c444 NULL, NULL
477 if (open_owner->lock_owner.owner_val != NULL) {
489 if (lowner->owner_val != NULL) {
514 ASSERT(rp != NULL);
555 error = vattr_to_fattr4(vap, NULL, attr, 0, op, supp);
587 wargs->mblk = NULL;
620 vnode_t *dvp = NULL;
685 error = nfs4open_otw(dvp, fn, NULL, vpp, cr, 0, flag, 0,
729 * The vp (if it is not NULL) an
3247 nfs4_end_fop(VTOMI4(vp), vp, NULL, OH_WRITE, local
3269 nfs4_end_fop(VTOMI4(vp), vp, NULL, OH_WRITE, local
3313 nfs4_end_fop(VTOMI4(vp), vp, NULL, OH_WRITE, local
3324 nfs4_end_fop(VTOMI4(vp), vp, NULL, OH_WRITE, local
3339 nfs4_end_fop(VTOMI4(vp), vp, NULL, OH_WRITE, local
3354 nfs4_end_fop(VTOMI4(vp), vp, NULL, local
3391 nfs4_end_fop(VTOMI4(vp), vp, NULL, OH_WRITE, &recov_state, local
3898 nfs4_end_op(VTOMI4(vp), vp, NULL, &recov_state, needrecov); local
3938 nfs4_end_op(VTOMI4(vp), vp, NULL, &recov_state, local
3974 nfs4_end_op(VTOMI4(vp), vp, NULL, &recov_state, local
3988 nfs4_end_op(VTOMI4(vp), vp, NULL, &recov_state, local
4001 nfs4_end_op(VTOMI4(vp), vp, NULL, &recov_state, local
4020 nfs4_end_op(VTOMI4(vp), vp, NULL, &recov_state, local
4066 nfs4_end_op(VTOMI4(vp), vp, NULL, &recov_state, needrecov); local
4412 nfs4_end_fop(VTOMI4(vp), vp, NULL, OH_ACCESS, local
4573 nfs4_end_op(VTOMI4(vp), vp, NULL, &recov_state, local
4579 nfs4_end_op(VTOMI4(vp), vp, NULL, &recov_state, needrecov); local
4933 nfs4_end_op(VTOMI4(unldvp), unldvp, NULL, local
4938 nfs4_end_op(VTOMI4(unldvp), unldvp, NULL, &recov_state, FALSE); local
6429 nfs4_end_op(VTOMI4(dvp), dvp, NULL, &recov_state, needrecov); local
6440 nfs4_end_op(VTOMI4(dvp), dvp, NULL, &recov_state, needrecov); local
6467 nfs4_end_op(VTOMI4(dvp), dvp, NULL, &recov_state, local
6484 nfs4_end_op(VTOMI4(dvp), dvp, NULL, &recov_state, needrecov); local
6519 nfs4_end_op(VTOMI4(dvp), dvp, NULL, &recov_state, needrecov); local
7407 nfs4_end_op(VTOMI4(dvp), dvp, NULL, &recov_state, local
7420 nfs4_end_op(VTOMI4(dvp), dvp, NULL, &recov_state, needrecov); local
8785 nfs4_end_op(VTOMI4(dvp), dvp, NULL, &recov_state, local
8802 nfs4_end_op(VTOMI4(dvp), dvp, NULL, local
8838 nfs4_end_op(VTOMI4(dvp), dvp, NULL, &recov_state, needrecov); local
9379 nfs4_end_fop(VTOMI4(vp), vp, NULL, OH_READDIR, local
9424 nfs4_end_fop(VTOMI4(vp), vp, NULL, OH_READDIR, local
11797 nfs4_end_fop(VTOMI4(vp), vp, NULL, OH_COMMIT, &recov_state, local
11810 nfs4_end_fop(VTOMI4(vp), vp, NULL, OH_COMMIT, local
11818 nfs4_end_fop(VTOMI4(vp), vp, NULL, OH_COMMIT, local
11832 nfs4_end_fop(VTOMI4(vp), vp, NULL, OH_COMMIT, local
11865 nfs4_end_fop(VTOMI4(vp), vp, NULL, OH_COMMIT, local
11879 nfs4_end_fop(VTOMI4(vp), vp, NULL, OH_COMMIT, &recov_state, needrecov); local
13617 nfs4_end_fop(VTOMI4(vp), vp, NULL, op_hint, recov_statep, local
13739 nfs4_end_fop(VTOMI4(vp), vp, NULL, op_hint, recov_statep, local
13849 nfs4_end_fop(VTOMI4(vp), vp, NULL, op_hint, local
14306 nfs4_end_fop(VTOMI4(vp), vp, NULL, op_hint, local
[all...]

Completed in 241 milliseconds

12345678