Searched defs:is_insert (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/keymgmt/
H A Dkeymgmt.c418 boolean_t is_insert = B_FALSE; local
454 is_insert = B_TRUE;
478 if (is_insert || filename != NULL) {
504 if ((is_insert == is_extract) || keystore_name == NULL ||
513 if (is_insert) {
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree_auto.h86 u_int32_t is_insert; member in struct:_bam_adj_args
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c4027 boolean_t is_insert; local
4069 is_insert = (pos != 0);
4117 fp, is_insert)) != 0) {
4131 if (!is_insert) {
H A Dstrsubr.c1118 boolean_t is_insert)
1149 ASSERT(!is_insert);
1181 * is no need for the is_insert parameter. In insertq(), called
1188 if (is_insert) {
1117 qattach(queue_t *qp, dev_t *devp, int oflag, cred_t *crp, fmodsw_impl_t *fp, boolean_t is_insert) argument

Completed in 138 milliseconds