Searched refs:NULL (Results 376 - 400 of 10793) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c153 static BIO *bio_err = NULL;
270 NULL, /* ConfigureKeystore */
274 NULL, /* ImportCert */
284 NULL, /* FindCRL */
292 NULL, /* SetTokenPin */
294 NULL /* Finalize */
343 if (lock_cs == NULL) {
345 return (NULL);
349 if (lock_count == NULL) {
352 return (NULL);
[all...]
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp.c47 while ((m_attr) != NULL) { \
48 if ((m_attr)->a_value != NULL) { \
63 if ((m_key) != NULL) { \
64 if ((m_key)->k_enckey != NULL) { \
78 while ((m_bw) != NULL) { \
88 if ((m_info) != NULL) { \
96 while ((m_conn) != NULL) { \
138 if ((s_key) != NULL) { \
142 return (NULL); \
148 while ((s_attr) != NULL) { \
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_mirror.c168 dlist_t *subs = NULL;
169 dlist_t *item = NULL;
184 request, NULL, nbytes, nsubs, &subs)) != 0) {
188 if (subs == NULL) {
191 request, NULL, nbytes, nsubs, &subs)) != 0) {
196 if (subs != NULL) {
198 devconfig_t *mirror = NULL;
199 dlist_t *iter = NULL;
202 for (iter = subs; iter != NULL; iter = iter->next) {
204 char *name = NULL;
[all...]
H A Dlayout_device_cache.c71 static dlist_t *_attr_cache = NULL;
82 static dlist_t *_name_cache = NULL;
94 static dlist_t *_desc_cache = NULL;
116 static dlist_t *_desc_to_free = NULL;
178 if (obj == NULL) {
201 _desc_cache = NULL;
233 calloc(1, sizeof (desc_cache_t))) == NULL) {
241 if (dcp->name == NULL) {
257 if ((item = dlist_new_item((void *)dcp)) == NULL) {
290 ENTRY *cached_item = NULL;
[all...]
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dservice.c44 uri_t *uri = NULL;
46 if (svc == NULL)
49 if (name == NULL)
61 if (svc->uri != NULL)
80 service_t *svc = NULL;
82 if (handle == NULL)
85 if ((*handle = svc = (service_t *)calloc(1, sizeof (*svc))) == NULL)
88 if (service_name != NULL)
106 if (handle != NULL) {
110 if (svc->cache != NULL)
[all...]
/illumos-gate/usr/src/lib/libidmap/common/
H A Ddirectory_error.c104 * Does nothing when de==NULL.
111 if (de == NULL)
119 de->code = NULL;
121 de->fmt = NULL;
124 if (de->params != NULL) {
127 de->params[i] = NULL;
130 de->params = NULL;
135 de->printable = NULL;
149 directory_error_t de = NULL;
154 if (de == NULL)
[all...]
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dhomedir.c60 static libzfs_handle_t *g_zfs = NULL;
79 rp = realpath(homedir, NULL);
97 if (g_zfs == NULL)
99 if (g_zfs == NULL) {
104 != NULL) {
111 if ((zfs_create(g_zfs, nm, ZFS_TYPE_FILESYSTEM, NULL)
114 NULL)) {
118 g_zfs = NULL;
122 if (zfs_mount(zhp, NULL, 0) != 0) {
128 g_zfs = NULL;
[all...]
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c74 if (optionset != NULL) {
94 if (name == NULL)
101 if (strpbrk(name, "\"/\\[]:|<>+;,?*=\t") != NULL) {
135 if (curlocale == NULL)
138 if (cd != NULL && cd != (iconv_t)-1) {
143 if (output != NULL) {
189 if (curlocale == NULL)
192 if (cd != NULL && cd != (iconv_t)-1) {
197 if (output != NULL) {
222 * the current locale. If sharedesc is not NULL an
[all...]
H A Dshareutil.c54 if (newopt == NULL)
61 if (optvalue == NULL) {
67 optvalue = NULL;
72 newopt->next = NULL;
73 if (optlist == NULL) {
76 for (tmp = optlist; tmp->next != NULL;
/illumos-gate/usr/src/lib/libdevice/
H A Ddevctl.c72 _libdevice_debug = getenv("LIBDEVICE_DEBUG") != NULL;
84 if (hdl == NULL)
90 if (DCP(hdl)->opath != NULL)
93 if (DCP(hdl)->nodename != NULL)
96 if (DCP(hdl)->unitaddr != NULL)
112 ((devfs_path != NULL) ? devfs_path : nullptr), flags);
114 if ((devfs_path == NULL) || ((flags != 0) && (flags != DC_EXCL))) {
116 return (NULL);
120 return (dc_mkhndl(DEVCTL_BUS, devfs_path, oflags, NULL));
135 ((devfs_path != NULL)
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/
H A Dp12split.c61 static char *input = NULL; /* Consolidated input file */
62 static char *key_out = NULL; /* Key file to be output */
63 static char *cert_out = NULL; /* Cert file to be output */
64 static char *trust_out = NULL; /* Trust anchor file to be output */
104 if (progname != NULL)
148 if (input == NULL) {
183 if (nkeystr == NULL || k_matchval == NULL) {
225 STACK_OF(X509) *ta_in = NULL;
226 EVP_PKEY *pkey_in = NULL;
[all...]
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dprinter.c41 if (tmp != NULL) {
50 if (printers != NULL) {
53 for (i = 0; printers[i] != NULL; i++)
64 printer_t *p = NULL;
66 char *printer = NULL,
67 *form = NULL,
68 *request_id = NULL,
69 *character_set = NULL,
70 *reject_reason = NULL,
71 *disable_reason = NULL;
[all...]
/illumos-gate/usr/src/lib/libfru/libfrureg/
H A Dfrudefs.c3092 NULL,
3107 NULL,
3122 NULL,
3137 NULL,
3152 NULL,
3167 NULL,
3182 NULL,
3197 NULL,
3212 NULL,
3227 NULL,
[all...]
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dcups-get-default.c44 papi_printer_t p = NULL;
45 papi_attribute_t **operational = NULL;
46 papi_attribute_t **printer_attributes = NULL;
48 char **req_attrs = NULL;
52 (void) papiAttributeListGetCollection(request, NULL,
61 status = papiPrinterQuery(svc, DEFAULT_DEST, req_attrs, NULL, &p);
H A Dpurge-jobs.c42 papi_job_t *jobs = NULL;
43 papi_attribute_t **operational = NULL;
45 char *queue = NULL;
48 (void) papiAttributeListGetCollection(request, NULL,
55 get_printer_id(operational, &queue, NULL);
56 if (queue == NULL) {
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dbus.c53 return (NULL);
64 return (NULL);
72 return (NULL);
79 return (NULL);
83 if (bp->pname != NULL) {
87 return (NULL);
100 descriptor_t *bus = NULL;
104 return (NULL);
117 if (bus == NULL) {
143 return (NULL);
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_pathca.c51 * On error: return NULL and set errno.
54 * dir == NULL
55 * file == NULL
74 if ((dir == NULL) || (file == NULL))
82 return (NULL); /* Errno is set by m_pathmax() */
110 return (NULL);
116 if ((dest = m_malloc(m)) == NULL) {
117 return (NULL);
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsbind.c95 if ( dn == NULL )
97 if ( passwd == NULL )
100 if ( ld->ld_cache_on && ld->ld_cache_bind != NULL ) {
125 LDAP_SET_LDERRNO( ld, LDAP_ENCODING_ERROR, NULL, NULL );
130 if ( nsldapi_put_controls( ld, NULL, 1, ber ) != LDAP_SUCCESS ) {
166 return( LDAP_GET_LDERRNO( ld, NULL, NULL ) );
169 return( LDAP_GET_LDERRNO( ld, NULL, NULL ) );
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclscsi.c115 static plist_t *scsi_list = NULL;
116 static cfga_list_data_t *cfglist = NULL;
122 node_t *tmp = NULL, *tmp1 = NULL;
124 if (list == NULL)
127 while (tmp != NULL) {
142 node_t *nodeptr = NULL;
143 cfga_list_data_t *temp = NULL;
145 if (cntrl_list == NULL || list == NULL) {
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dcerts.c82 X509 *tmpcert = NULL;
83 EVP_PKEY *tmpkey = NULL;
84 STACK_OF(EVP_PKEY) *keys = NULL;
85 STACK_OF(X509) *certs = NULL;
90 if (key) *key = NULL;
91 if (cert) *cert = NULL;
96 if ((tmpcert = d2i_X509_fp(incert, NULL)) == NULL) {
118 if (cert && (certs != NULL)) {
128 if (key && (keys != NULL)) {
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_missing.c88 NULL,
89 NULL,
90 NULL,
101 NULL,
102 NULL,
103 NULL,
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_ddi.c49 dev_info_t *rdsv3_dev_info = NULL;
50 kmem_cache_t *rdsv3_alloc_cache = NULL;
67 sizeof (struct rsock) + sizeof (struct rdsv3_sock), 0, NULL,
68 NULL, NULL, NULL, NULL, 0);
69 if (rdsv3_alloc_cache == NULL) {
76 mutex_init(&rdsv3_sock_lock, NULL, MUTEX_DRIVER, NULL);
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_lsa.c81 *ret_name = NULL;
82 *ret_domain = NULL;
115 if (*ret_name == NULL) {
121 if (*ret_domain == NULL) {
131 *ret_name = NULL;
133 *ret_domain = NULL;
150 char *namedom = NULL;
155 *ret_sidprefix = NULL;
156 if (ret_name != NULL)
157 *ret_name = NULL;
[all...]
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dmap_ctrl.c84 * NULL on failure.
94 if (NULL == map) {
96 return (NULL);
100 map->entries = NULL;
102 map->map_name = NULL;
103 map->domain = NULL;
104 map->map_path = NULL;
105 map->ttl = NULL;
106 map->ttl_path = NULL;
107 map->trad_map_path = NULL;
[all...]
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c380 NULL,
381 NULL,
382 NULL
386 { elf32magicstr, 0, 5, NULL, NULL, NULL },
388 { elf64magicstr, 0, 5, NULL, NULL, NULL },
390 { intpmagicstr, 0, 2, NULL, NUL
[all...]

Completed in 109 milliseconds

<<11121314151617181920>>