Lines Matching defs:strlen

879 	empty_val = (val != NULL && strlen(val) == 0);
1190 if (strlen(handle->zone_dh_delete_name) > 0)
1220 if (strlen(zone) >= ZONENAME_MAX)
1288 if (strncmp(name, SYS_ZONE_PREFIX, strlen(SYS_ZONE_PREFIX)) == 0)
1403 len = strlen(zonecfg_root);
1588 (void) strlcpy(ze.zone_path, zonepath + strlen(zonecfg_root),
2106 if (strlen(property) == 0 ||
2413 if (strlen(tabptr->zone_fs_dir) > 0) {
2423 if (strlen(tabptr->zone_fs_special) > 0) {
2442 if (strlen(tabptr->zone_fs_raw) > 0) {
2460 if (strlen(tabptr->zone_fs_type) > 0) {
2691 addrspec = strlen(tabptr->zone_net_address);
2692 physspec = strlen(tabptr->zone_net_physical);
2693 defrouterspec = strlen(tabptr->zone_net_defrouter);
2694 allowed_addrspec = strlen(tabptr->zone_net_allowed_addr);
2801 if (strlen(tabptr->zone_net_address) > 0 &&
2805 if (strlen(tabptr->zone_net_allowed_addr) > 0) {
2812 if (strlen(tabptr->zone_net_configure_allowed_addr) > 0) {
2842 if ((strlen(tabptr->zone_net_defrouter) > 0) &&
3196 if (strlen(tabptr->zone_anet_linkname) > 0 &&
3200 if (strlen(tabptr->zone_anet_allowed_addr) > 0) {
3207 if (strlen(tabptr->zone_anet_configure_allowed_addr) > 0) {
3237 if ((strlen(tabptr->zone_anet_defrouter) > 0) &&
3241 if ((strlen(tabptr->zone_anet_allowed_dhcp_cids) > 0) &&
3245 if ((strlen(tabptr->zone_anet_link_protection) > 0) &&
3249 if ((strlen(tabptr->zone_anet_auto_mac_addr) > 0) &&
3253 if ((strlen(tabptr->zone_anet_mac_addr) > 0) &&
3257 if ((strlen(tabptr->zone_anet_mac_prefix) > 0) &&
3261 if ((strlen(tabptr->zone_anet_mac_slot) > 0) &&
3265 if ((strlen(tabptr->zone_anet_vlan_id) > 0) &&
3269 if ((strlen(tabptr->zone_anet_priority) > 0) &&
3273 if ((strlen(tabptr->zone_anet_rxrings) > 0) &&
3277 if ((strlen(tabptr->zone_anet_txrings) > 0) &&
3281 if ((strlen(tabptr->zone_anet_mtu) > 0) &&
3285 if ((strlen(tabptr->zone_anet_maxbw) > 0) &&
3289 if ((strlen(tabptr->zone_anet_rxfanout) > 0) &&
3294 if ((strlen(tabptr->zone_anet_vsitypeid) > 0) &&
3299 if ((strlen(tabptr->zone_anet_vsivers) > 0) &&
3304 if ((strlen(tabptr->zone_anet_vsimgrid) > 0) &&
3309 if ((strlen(tabptr->zone_anet_etsbwlcl) > 0) &&
3314 if ((strlen(tabptr->zone_anet_cos) > 0) &&
3319 if ((strlen(tabptr->zone_anet_pkey) > 0) &&
3324 if ((strlen(tabptr->zone_anet_linkmode) > 0) &&
3420 if (strlen(fsallowedp) > ZONE_FS_ALLOWED_MAX)
3575 if (strlen(tabptr->zone_dev_match) > 0 &&
3593 if (strlen(tabptr->zone_dev_partition) > 0 &&
3611 if (strlen(tabptr->zone_dev_raw_io) > 0 &&
3884 if (strlen(tabptr->zone_admin_user) > 0) {
3938 l = strlen(rootpath);
3988 if (strlen(tabptr->zone_attr_name) > 0) {
3998 if (strlen(tabptr->zone_attr_type) > 0) {
4016 if (strlen(tabptr->zone_attr_value) > 0) {
4253 if (strlen(tabptr->zone_rctl_name) == 0)
5385 if (error == Z_NO_ENTRY || (error == Z_OK && strlen(poolname) == 0)) {
5737 if (strlen(tabptr->zone_net_configure_allowed_addr) == 0) {
5817 if (strlen(tabptr->zone_anet_configure_allowed_addr) == 0) {
6465 append_priv_token(char *priv, char *str, size_t strlen)
6468 (void) strlcat(str, TOKEN_PRIV_STR, strlen);
6469 (void) strlcat(str, priv, strlen);
6518 len = strlen(privbuf) + sizeof (BASIC_TOKEN) + 2;
6521 len += strlen(pnp->pn_priv) + 1;
6632 limitlen = strlen(limitpriv);
6670 cp = zonepath + strlen(zonepath);
6829 zlen = strlen(zoneroot);
7166 if (strlen(name) == sizeof ("zone.") - 1)
7661 if (strlen(tabptr->zone_dataset_name) > 0) {
7671 if (strlen(tabptr->zone_dataset_alias) > 0) {
8862 offset = strlen(ZONE_AUTH_PREFIX);
9032 if (strlen(new_profs) > 0) {
9124 offset = strlen(ZONE_AUTH_PREFIX);
9180 new_auth_start = new_auths + strlen(new_auths);
9332 if ((strlen(user) == 0 ||
9334 (strlen(zonename) == 0 ||
9516 if (strlen(source->zone_storage_uri) == 0 ||
9517 strlen(compare->zone_storage_uri) == 0)
9565 if (strlen(source->zone_storage_uri) == 0)
9712 strlen(tabptr->zone_zp_name) > 0)
9740 if (strlen(tabptr->zone_zp_name) > 0 &&
10288 int len = strlen(fstab.zone_fs_dir) + 1;
10312 len = strlen(psd);
10323 len = strlen(fsd) + sizeof ("/*");
10346 totlen += strlen(ps[w].paths[i]) + 1;
10363 q += strlen(ps[w].paths[i]) + 1;