Searched refs:IVE_UNSET (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libinetsvc/common/ |
H A D | inetsvc.c | 62 B_FALSE, IVE_UNSET, 0, B_FALSE}, 64 B_FALSE, IVE_UNSET, 0, B_FALSE}, 66 B_FALSE, IVE_UNSET, 0, B_FALSE}, 68 B_FALSE, IVE_UNSET, 0, B_FALSE}, 70 B_FALSE, IVE_UNSET, 0, B_FALSE}, 72 B_FALSE, IVE_UNSET, 0, B_FALSE}, 74 B_FALSE, IVE_UNSET, 0, B_FALSE}, 76 B_FALSE, IVE_UNSET, 0, B_FALSE}, 78 B_FALSE, IVE_UNSET, 0, B_FALSE}, 80 B_FALSE, IVE_UNSET, 0, B_FALSE}, [all …]
|
H A D | inetsvc.h | 299 IVE_UNSET, enumerator
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | config.c | 51 {PR_EXEC_NAME, "", INET_TYPE_STRING, B_FALSE, IVE_UNSET, 0, B_FALSE}, 52 {PR_ARG0_NAME, "", INET_TYPE_STRING, B_TRUE, IVE_UNSET, 0, B_FALSE}, 53 {SCF_PROPERTY_TIMEOUT, "", INET_TYPE_COUNT, B_TRUE, IVE_UNSET, 0, B_FALSE}, 511 case IVE_UNSET: in valid_inst_props() 530 if (mprops[i][j].ip_error != IVE_UNSET) in valid_inst_props() 542 } else if (mprops[i][MP_EXEC].ip_error == IVE_UNSET) { in valid_inst_props() 608 bprops[PT_EXEC_INDEX].ip_error = IVE_UNSET; in read_instance_cfg()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/ |
H A D | inetadm.c | 391 case IVE_UNSET: in commit_props() 632 if (proplist[i].ip_error != IVE_UNSET) { in list_props_cb() 728 if (proptable[i].ip_error == IVE_UNSET) { in list_defaults()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/ |
H A D | inetconv.c | 365 (p[PT_SVC_NAME_INDEX].ip_error == IVE_UNSET) || in invalid_props() 370 (p[PT_SOCK_TYPE_INDEX].ip_error == IVE_UNSET)) in invalid_props() 373 (p[PT_PROTO_INDEX].ip_error == IVE_UNSET) || in invalid_props()
|