Searched refs:SUCCESS (Results 1 - 25 of 183) sorted by relevance

12345678

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dupdate.c74 * RETURNS : SUCCESS = Entry is in a state to be returned to the client
87 return (SUCCESS);
98 return (SUCCESS);
103 return (SUCCESS);
107 return (SUCCESS);
121 * OUTPUTS: SUCCESS = Update complete or we are in a mode where it is
154 return (SUCCESS);
181 if (SUCCESS != res)
187 return (SUCCESS);
201 * OUTPUTS: SUCCESS
[all...]
H A Dyptol_utils.c68 * RETURNS : SUCCESS with all names allocated.
96 return (SUCCESS);
110 * RETURNS : SUCCESS = Value written
130 return (SUCCESS);
163 * RETURNS : SUCCESS = Entry created
177 if (SUCCESS != addpair(db, yp_last_modified, time_string))
180 return (SUCCESS);
H A Dmap_conv.c84 return (SUCCESS);
95 * RETURNS : SUCCESS = domain completely dumped
106 if (SUCCESS != make_nis_domain(dom_name, init_containers)) {
131 return (SUCCESS);
143 * RETURNS : SUCCESS = Map copy completed
161 if (SUCCESS != make_nis_container(map_name, domain, init_containers)) {
199 return (SUCCESS);
226 if (SUCCESS != write_to_dit(map_name, domain, key, value,
240 return (SUCCESS);
271 return (SUCCESS);
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dlimits.c61 * return SUCCESS if the limit was found, else return FAIL.
98 if (siteindep(tokens, service, limitval) == SUCCESS)
108 if (sitedep(tokens, limitval) == SUCCESS)
116 return(SUCCESS);
125 * SUCCESS - token pairs name match with the key words
152 return(SUCCESS);
160 * SUCCESS - OK
174 return(SUCCESS);
188 * SUCCESS - OK
211 return(SUCCESS);
[all...]
H A Dgrades.c58 * SUCCESS - if the group has permissions
77 return(SUCCESS);
88 * SUCCESS - if the user can queue to the service grade.
112 return(SUCCESS);
119 return(SUCCESS);
129 * SUCCESS -> found a queue
147 return(SUCCESS);
167 return(SUCCESS);
180 return(SUCCESS);
238 * SUCCESS
[all...]
/illumos-gate/usr/src/lib/libdscp/svc/
H A Dsvc-dscp67 SUCCESS=0
72 SUCCESS=1
77 if [ $SUCCESS -ne 1 ]; then
/illumos-gate/usr/src/cmd/streams/strcmd/
H A Dstrconf.c48 * 0 SUCCESS it works
64 #define SUCCESS 0 macro
143 if (more_modules(&strlist, i) != SUCCESS)
162 return (SUCCESS);
175 return (SUCCESS);
187 return (SUCCESS);
193 * returns: SUCCESS or FAILURE
222 return (SUCCESS);
H A Dstrchg.c51 * 0 SUCCESS it worked
74 #define SUCCESS 0 macro
253 more_modules(&Oldlist, i) != SUCCESS)
293 return (SUCCESS);
340 if (more_modules(&newlist, i) != SUCCESS)
349 return (SUCCESS);
390 return (SUCCESS);
405 return (SUCCESS);
431 return (SUCCESS);
442 return (SUCCESS);
[all...]
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_error.c97 #define SUCCESS 0 macro
261 return (SUCCESS);
283 value = SUCCESS;
291 value = SUCCESS;
299 value = SUCCESS;
303 if (value != SUCCESS)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg_create.c138 status = SUCCESS;
141 if (status != SUCCESS)
153 SCF_TYPE_BOOLEAN, "false", tran) != SUCCESS) ||
155 value_str, tran) != SUCCESS) ||
157 ":default", tran) != SUCCESS) ||
159 SCF_TYPE_ASTRING, ":default", tran) != SUCCESS) ||
161 SCF_TYPE_ASTRING, ":default", tran) != SUCCESS) ||
163 SCF_TYPE_ASTRING, ":default", tran) != SUCCESS) ||
165 SCF_TYPE_ASTRING, ":default", tran) != SUCCESS) ||
167 ":default", tran) != SUCCESS) ||
[all...]
H A Dksslcfg.h42 #define SUCCESS 0 macro
/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetauditflags.c40 #define SUCCESS 0x1 /* '+' success mask */ macro
173 prefix = (SUCCESS | FAILURE);
194 prefix ^= SUCCESS;
203 prefix ^= SUCCESS;
231 if ((prefix & (INVERSE | SUCCESS)) == SUCCESS) {
233 } else if ((prefix & (INVERSE | SUCCESS)) ==
234 (INVERSE | SUCCESS)) {
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool_ui.c132 return (SUCCESS);
152 return (SUCCESS);
195 return (SUCCESS);
221 SUCCESS) {
242 &parsed_args->bank) != SUCCESS) {
264 &parsed_args->intr_ino) != SUCCESS) {
284 &parsed_args->intr_msi) != SUCCESS) {
314 &parsed_args->function) != SUCCESS) {
378 SUCCESS) {
391 &parsed_args->intr_cpu) != SUCCESS) {
[all...]
H A Dpcitool.c440 int rval = SUCCESS;
455 ioctl(fd, PCITOOL_DEVICE_GET_REG, &cfg_prg)) != SUCCESS) {
481 if (ioctl(fd, PCITOOL_DEVICE_GET_REG, &cfg_prg) != SUCCESS) {
490 if (ioctl(fd, PCITOOL_DEVICE_GET_REG, &cfg_prg) != SUCCESS) {
499 if (ioctl(fd, PCITOOL_DEVICE_GET_REG, &cfg_prg) != SUCCESS) {
517 if (ioctl(fd, PCITOOL_DEVICE_GET_REG, &cfg_prg) != SUCCESS)
548 if (ioctl(fd, PCITOOL_DEVICE_GET_REG, &cfg_prg) != SUCCESS) {
563 return (SUCCESS);
597 int rval = SUCCESS;
601 } else if (supports_ari(fd, prg_p->bus_no) == SUCCESS) {
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetauditflags.c43 #define SUCCESS 1 macro
143 lists[SUCCESS].on[lists[SUCCESS].count++] = i;
145 except_list[SUCCESS]++;
146 if (lists[SUCCESS].off == -1)
147 lists[SUCCESS].off = i;
197 for (i=SUCCESS;i<=FAILURE;i++) {
205 for (i=SUCCESS,j=0;i<=FAILURE;i++) {
218 for (i=SUCCESS,j=0;i<=FAILURE;i++) {
237 if(list==SUCCESS) {
[all...]
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c41 * This function returns SUCCESS if successfully done; otherwise it returns
53 int rc = SUCCESS;
73 if ((rc = uef_interpret(buffer, &pent)) != SUCCESS) {
99 if (rc != SUCCESS) {
183 &pent->flag_fips_enabled)) != SUCCESS) {
189 return (SUCCESS);
199 if ((rc = parse_policylist(token2, pent)) != SUCCESS) {
206 return (SUCCESS);
225 * return: SUCCESS or FAILURE
237 int rc = SUCCESS;
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dprocess.c106 response->answer = SUCCESS;
118 response->answer = SUCCESS;
147 if (result != SUCCESS) {
173 response->answer = SUCCESS;
224 return (SUCCESS);
229 return (SUCCESS);
H A Dctl.h85 #define SUCCESS 0 macro
/illumos-gate/usr/src/uts/sun4v/io/fpc/
H A Dfpc-impl-4v.c102 if ((regstat = hsvc_register(&fpc_hsvc, &fpc_sup_minor)) == SUCCESS) {
166 if (regstat != SUCCESS) {
179 SUCCESS);
182 SUCCESS);
235 return (SUCCESS);
250 return ((rval == H_EOK) ? SUCCESS : EIO);
/illumos-gate/usr/src/uts/sun4v/io/iospc/
H A Drfios_iospc.c97 return (SUCCESS);
106 return (SUCCESS);
135 return (SUCCESS);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dctl.h69 #define SUCCESS 0 macro
/illumos-gate/usr/src/uts/sun4v/io/n2piupc/
H A Dn2piupc.h42 #define SUCCESS 0 macro
/illumos-gate/usr/src/uts/sun4/io/fpc/
H A Dfpc-impl.c126 if (fpc_platform_node_init(dip, avail) != SUCCESS)
168 return (SUCCESS);
176 return (SUCCESS);
208 int rval = SUCCESS;
230 SUCCESS) {
245 &zero, IS_WRITE)) != SUCCESS)
252 SUCCESS) {
295 SUCCESS)
302 &values[counter], IS_READ)) != SUCCESS)
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_tools_var.h61 #define SUCCESS 0 macro
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dcryptoadm.c123 int rc = SUCCESS;
184 rc = SUCCESS;
368 int rc = SUCCESS;
376 != SUCCESS) {
449 return (SUCCESS);
461 * SUCCESS: otherwise.
473 int rc = SUCCESS;
501 return (SUCCESS);
524 rc = SUCCESS;
542 int rc = SUCCESS;
[all...]

Completed in 749 milliseconds

12345678