Searched defs:ok (Results 76 - 94 of 94) sorted by relevance

1234

/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c509 fini_udt_command(int ok, cmd_pos_t *pos) argument
524 if (ok && udt_used) {
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c411 * Update the "ok" file.
419 static char ok[]=".dump_ok"; local
421 if ((file_ok = (char *)malloc(strlen(file_name) + strlen(ok) + 1))
430 strcat(file_ok, ok);
433 gettext("while creating 'ok' file, '%s'"),
441 gettext("while writing to 'ok' file, '%s'"),
1550 * but that's ok since the lock func handles incr locks held.
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_log.h322 nfslog_CREATE3resok ok; member in union:nfslog_CREATE3res::__anon6813
359 nfslog_READ3resok ok; member in union:nfslog_READ3res::__anon6815
382 nfslog_WRITE3resok ok; member in union:nfslog_WRITE3res::__anon6816
478 nfslog_READDIRPLUS3resok ok; member in union:nfslog_READDIRPLUS3res::__anon6820
H A Dnfs.h266 * check if a time_t (int64_t) is ok when preepoch times are allowed -
274 * check if a time_t (int64_t) is ok when preepoch times are not allowed -
303 * check if a time_t (int32_t) is ok when preepoch times are allowed -
309 * check if a time_t (int32_t) is ok when preepoch times are not allowed -
1267 #define resok res_u.ok
1283 GETATTR3resok ok; member in union:GETATTR3res::__anon579
1322 SETATTR3resok ok; member in union:SETATTR3res::__anon580
1348 LOOKUP3resok ok; member in union:LOOKUP3res::__anon581
1390 ACCESS3resok ok; member in union:ACCESS3res::__anon582
1415 READLINK3resok ok; member in union:READLINK3res::__anon583
1461 READ3resok ok; member in union:READ3res::__anon585
1545 WRITE3resok ok; member in union:WRITE3res::__anon588
1588 CREATE3resok ok; member in union:CREATE3res::__anon590
1615 MKDIR3resok ok; member in union:MKDIR3res::__anon591
1648 SYMLINK3resok ok; member in union:SYMLINK3res::__anon592
1690 MKNOD3resok ok; member in union:MKNOD3res::__anon594
1714 REMOVE3resok ok; member in union:REMOVE3res::__anon595
1738 RMDIR3resok ok; member in union:RMDIR3res::__anon596
1765 RENAME3resok ok; member in union:RENAME3res::__anon597
1792 LINK3resok ok; member in union:LINK3res::__anon598
1839 READDIR3resok ok; member in union:READDIR3res::__anon599
1910 READDIRPLUS3resok ok; member in union:READDIRPLUS3res::__anon600
1965 FSSTAT3resok ok; member in union:FSSTAT3res::__anon601
2003 FSINFO3resok ok; member in union:FSINFO3res::__anon602
2038 PATHCONF3resok ok; member in union:PATHCONF3res::__anon603
2065 COMMIT3resok ok; member in union:COMMIT3res::__anon604
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1202 * Check mount requests, add to mounted list if ok
2026 boolean_t ok = B_FALSE; local
2050 ok = B_TRUE;
2064 ok = B_FALSE;
2066 return (defaultaccess || ok);
/illumos-gate/usr/src/cmd/find/
H A Dfind.c147 "-ok", OK, Exec,
185 /* if no -print, -exec or -ok replace "expression" with "(expression) -print" */
210 static int ok();
241 static int action_expression = 0; /* -print, -exec, or -ok */
972 val = ok(name, np->first.ap);
1167 * code for the -ok option
1171 ok(name, argv) function
1208 * exitcode should be NULL when -exec or -ok is not punctuated
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dreadcf.c100 bool ok; local
566 file = extrquotstr(p, &q, " ", &ok);
567 if (!ok)
H A Dqueue.c6765 bool ok; local
6769 ok = false;
6771 return ok;
6799 ok = sm_io_fprintf(keyf, SM_TIME_DEFAULT, "%ld\n", key) !=
6801 ok = (sm_io_close(keyf, SM_TIME_DEFAULT) != SM_IO_EOF) && ok;
6803 return ok;
8783 ** not guaranteed. It's ok if they fail, mail won't be lost.
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c3695 int ok = 1; local
3705 ok = 0;
3711 ok = 0;
3725 if (ok) {
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c334 (cksum == 0 || cksum == 0xffff) ? "ok" : "ng");
347 (cksum == 0 || cksum == 0xffff) ? "ok" : "ng");
3875 boolean_t ok; local
3883 ok = nd_getset(wq, dp->nd_data_p, mp);
3885 "%s: get %s", dp->name, ok ? "OK" : "FAIL"));
3886 return (ok ? IOC_REPLY : IOC_INVAL);
3889 ok = nd_getset(wq, dp->nd_data_p, mp);
3892 dp->name, ok ? "OK" : "FAIL", iocp->ioc_error));
3894 if (!ok) {
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c2594 int ok = FALSE; local
2605 ok = connmgr_getopt_int(wq, SOL_SOCKET, SO_RCVBUF, &val, e, cr);
2606 if ((ok == TRUE) && (val < rpc_send_bufsz)) {
2607 ok = connmgr_setopt_int(wq, SOL_SOCKET, SO_RCVBUF,
2610 int, ok, calllist_t *, e);
2613 ok = connmgr_getopt_int(wq, SOL_SOCKET, SO_SNDBUF, &val, e, cr);
2614 if ((ok == TRUE) && (val < rpc_recv_bufsz)) {
2615 ok = connmgr_setopt_int(wq, SOL_SOCKET, SO_SNDBUF,
2618 int, ok, calllist_t *, e);
3641 * generates "NFS server X not responding" and "NFS server X ok" message
[all...]
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c3723 boolean_t ok = B_TRUE; local
3734 ok &= bge_chip_disable_engine(bgep, RECEIVE_MAC_MODE_REG, 0);
3735 ok &= bge_chip_disable_engine(bgep, RCV_BD_INITIATOR_MODE_REG, 0);
3736 ok &= bge_chip_disable_engine(bgep, RCV_LIST_PLACEMENT_MODE_REG, 0);
3737 ok &= bge_chip_disable_engine(bgep, RCV_LIST_SELECTOR_MODE_REG, 0);
3738 ok &= bge_chip_disable_engine(bgep, RCV_DATA_BD_INITIATOR_MODE_REG, 0);
3739 ok &= bge_chip_disable_engine(bgep, RCV_DATA_COMPLETION_MODE_REG, 0);
3740 ok &= bge_chip_disable_engine(bgep, RCV_BD_COMPLETION_MODE_REG, 0);
3742 ok &= bge_chip_disable_engine(bgep, SEND_BD_SELECTOR_MODE_REG, 0);
3743 ok
[all...]
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c6014 /* It's ok, iter_next() will return _DONE. */
6832 boolean_t ok; local
6859 ok = B_FALSE;
6865 ok = prop->rn_valtype ==
6876 if (ok)
7099 /* If value_authorization values are ok, add them. */
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c4431 int ok, lc, notflag; local
4477 ok = lc = notflag = 0;
4497 ok++;
4499 ok++;
4510 ok++;
4512 ok++;
4518 return (ok ? gmatch(s, p) : 0);
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c76 return (gettext("ok"));
3020 int i = 0, use_sent_dh = 0, ok = 0; local
3044 ok = 1;
3051 ok = 1;
3058 ok = 1;
3064 if (!ok) {
3072 ok = 1;
3077 if (ok) {
3089 if (ok)
3098 openssl_callback(int ok, X509_STORE_CT argument
3114 openssl_callback_ignore_crls(int ok, X509_STORE_CTX * ctx) argument
[all...]
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c4273 int ok; local
4285 ok = eri_mk_mblk_tail_space(mp, &nmp, param_len);
4286 if (ok == 0) {
4291 return (ok);
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c405 (cksum == 0 || cksum == 0xffff) ? "ok" : "ng");
418 (cksum == 0 || cksum == 0xffff) ? "ok" : "ng");
3827 boolean_t ok; local
3833 ok = nd_getset(wq, dp->nd_data_p, mp);
3835 "%s: get %s", dp->name, ok ? "OK" : "FAIL"));
3836 return (ok ? IOC_REPLY : IOC_INVAL);
3839 ok = nd_getset(wq, dp->nd_data_p, mp);
3842 dp->name, ok ? "OK" : "FAIL", iocp->ioc_error));
3844 if (!ok) {
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c2908 int ok; local
2914 ok = pullupmsg(mp, -1);
2915 if (!ok) {
5137 int cmd, ok, err; local
5142 ok = 0;
5148 ok = nd_getset(wq, mgp->nd_head, mp);
5153 if (!ok)
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c7887 int ok = 0, notflag = 0; local
7910 ok++;
7914 ok++;
7923 ok++;
7927 ok++;
7934 if (ok)

Completed in 381 milliseconds

1234