Searched refs:NULL (Results 201 - 225 of 10793) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dsys_info.c47 return (NULL);
51 if (ret_val == NULL) {
53 return (NULL);
H A Dfileutil.c54 if (arrayp != NULL) {
57 for (i = 0; i < num_elements && arrayp[i] != NULL; i++) {
70 char **return_array = NULL;
76 retrieve_string(fp, line, BUFSIZE)) != NULL) {
82 if (tmp_array == NULL) {
86 return (NULL);
91 if (return_array[(*num_elements)] == NULL) {
96 return (NULL);
130 return (NULL); /* that's all, folks! */
139 while (fgets(line, linesz, fp) != NULL) {
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrtok.c46 char **lasts = tsdalloc(_T_STRTOK, sizeof (char *), NULL);
48 if (lasts == NULL)
49 return (NULL);
/illumos-gate/usr/src/cmd/nscd/
H A Dgetauth.c45 NULL, NULL, NULL, nsc_ht_default, -1);
H A Dgetbootp.c45 NULL, NULL, NULL, nsc_ht_default, -1);
H A Dgetnetmasks.c47 NULL, NULL, NULL, nsc_ht_default, -1);
H A Dgetprinter.c46 NULL, NULL, NULL, nsc_ht_default, -1);
H A Dgetprof.c45 NULL, NULL, NULL, nsc_ht_default, -1);
H A Dgetuser.c45 NULL, NULL, NULL, nsc_ht_default, -1);
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool_usage.c144 NULL
213 NULL
230 for (i = 0; pcitool_usage_intr[i] != NULL; i++) {
/illumos-gate/usr/src/cmd/mdb/common/modules/libnvpair/
H A Dlibnvpair.c37 { NULL }
42 nvpair_walk_init, nvpair_walk_step, NULL },
43 { NULL }
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_nv.c47 NULL, /* nv_ao_init() */
48 NULL, /* nv_ao_fini() */
51 NULL /* nv_ao_reset() */
/illumos-gate/usr/src/cmd/getent/
H A Ddogetgr.c40 if (grp == NULL) {
45 grp->gr_name != NULL ? grp->gr_name : "",
46 grp->gr_passwd != NULL ? grp->gr_passwd : "",
52 if (mem != NULL) {
53 if (*mem != NULL)
57 while (*mem != NULL)
74 if (list == NULL || *list == NULL) {
75 while ((grp = getgrent()) != NULL)
78 for (; *list != NULL; lis
[all...]
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dextern.c37 kdc_realm_t **kdc_realmlist = (kdc_realm_t **) NULL;
39 kdc_realm_t *kdc_active_realm = (kdc_realm_t *) NULL;
42 krb5_rcache kdc_rcache = (krb5_rcache) NULL;
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_rwlock.c40 if ((ap = lmalloc(sizeof (rwlattr_t))) == NULL)
50 * invalidates it with NULL value.
55 if (attr == NULL || attr->__pthread_rwlockattrp == NULL)
58 attr->__pthread_rwlockattrp = NULL;
71 if (attr != NULL && (ap = attr->__pthread_rwlockattrp) != NULL &&
89 if (attr != NULL && (ap = attr->__pthread_rwlockattrp) != NULL &&
90 pshared != NULL) {
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dahids.c213 {NULL, NULL}
223 * RETURN: ID info struct. NULL if HardwareId is not found
244 return (NULL);
/illumos-gate/usr/src/common/net/wanboot/
H A Dp12misc.c107 * keys. They are moved from 'allcerts'. This may not be NULL
108 * when called. If *keycerts is NULL upon entry, a new stack will
112 * matching certs. If this is NULL, matchless keys will be
144 *keycerts = NULL;
145 if (nocerts != NULL)
146 *nocerts = NULL;
147 nomatch = NULL;
149 if ((matching = sk_X509_new_null()) == NULL) {
188 if (nocerts == NULL) {
192 if (*nocerts == NULL) {
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_queue.c57 ASSERT(queue != NULL);
59 queue->head = NULL;
60 queue->tail = NULL;
62 mutex_init(&queue->mutex, NULL, MUTEX_DRIVER, NULL);
71 ASSERT(queue != NULL);
83 ASSERT(isp != NULL);
84 ASSERT(icmdp != NULL);
111 ASSERT(isp != NULL);
112 ASSERT(icmdp != NULL);
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_patch_root.c53 char *tsname = NULL;
54 FILE *tsfp = NULL;
55 char *dbtname = NULL;
56 FILE *dbtfp = NULL;
57 char *tvname = NULL;
61 if (sname == NULL)
63 if (vname == NULL)
65 if (cname == NULL)
67 if (dbname == NULL)
71 if ((sp = metagetset(rootnp, TRUE, ep)) == NULL)
[all...]
/illumos-gate/usr/src/lib/nsswitch/ad/common/
H A Dgetgrent.c36 if (domain == NULL)
39 buflen = snprintf(NULL, 0, "%s@%s::%u:", name, domain, gid) + 1;
41 if (argp->buf.result != NULL) {
43 if (be->buffer == NULL)
81 if ((dname = strchr(name, '@')) == NULL)
92 idmaprc = idmap_get_w2u_mapping(NULL, NULL, name, dname,
93 0, &is_user, &is_wuser, &gid, NULL, NULL, NULL);
[all...]
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Djob.c51 job_t *j = NULL;
52 char *metadata = NULL;
54 if ((svc == NULL) || (name == NULL) || (files == NULL) ||
55 (job == NULL))
58 if (job_ticket != NULL) {
67 if ((*job = j = (job_t *)calloc(1, sizeof (*j))) == NULL) {
74 if ((files != NULL) && (files[0] != NULL))
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dgpkglist.c71 * location and increments "n". Otherwise, it returens NULL and n is
82 if (nwpkg == NULL) {
85 return (NULL);
126 info.pkginst = NULL; /* initialize for memory handling */
127 if (pkginfo(&info, "all", NULL, NULL)) {
130 return (NULL);
138 if (pkg[0] == NULL && !cont_in_list) {
142 return (NULL);
154 return (NULL);
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_html.c38 if (NULL == bp)
41 post = NULL;
48 if (NULL == bp->first)
54 if (NULL == (parent = bp->first->first))
57 if (NULL == (child = parent->first))
59 for (rows = 0; NULL != child; rows++)
62 post = print_otag(p, TAG_MTABLE, 0, NULL);
65 row = print_otag(p, TAG_MTR, 0, NULL);
66 while (NULL != parent) {
69 if (NULL
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dhighlevel.c61 scf_simple_prop_t *prop = NULL;
70 if ((shp = smbios_open(NULL, SMB_VERSION, 0, &err)) == NULL)
87 if ((prop = scf_simple_prop_get(NULL, FMRI_BOOT_CONFIG,
88 BOOT_CONFIG_PG_FBBLACKLIST, "platforms")) == NULL)
95 if (platform_name == NULL)
118 scf_handle_t *handle = NULL;
119 scf_instance_t *inst = NULL;
123 if ((handle = scf_handle_create(SCF_VERSION)) == NULL ||
125 (inst = scf_instance_create(handle)) == NULL ||
[all...]
/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetdadefs.c62 * returns pointer to the new structure, else returns NULL on error.
69 if (_df == NULL) {
72 if (_df == NULL)
73 return (NULL);
91 if (_df == NULL)
93 if (dadeff == NULL)
109 if (_df == NULL)
111 if (dadeff != NULL) {
113 dadeff = NULL;
120 if (da_def == NULL)
[all...]

Completed in 3109 milliseconds

1234567891011>>