Searched defs:flag (Results 676 - 700 of 1243) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dacebus.c890 acebus_debug(uint_t flag, ebus_devstate_t *ebus_p, char *fmt, argument
895 if (acebus_debug_flags & flag) {
896 switch (flag) {
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddm2s.c112 int dm2s_open(queue_t *rq, dev_t *dev, int flag, int sflag, cred_t *cr);
113 int dm2s_close(queue_t *rq, int flag, cred_t *cred);
388 dm2s_open(queue_t *rq, dev_t *dev, int flag, int sflag, cred_t *cr) argument
443 dm2s_close(queue_t *rq, int flag, cred_t *cred) argument
807 * Ignore all events if the state flag indicates that the
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_main.c109 static int heci_close(dev_t dev, int flag, int otyp, struct cred *cred);
682 heci_close(dev_t devt, int flag, int otyp, struct cred *cred) argument
691 _NOTE(ARGUNUSED(flag, otyp, cred))
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dsdt.c449 sdt_open(dev_t *devp, int flag, int otyp, cred_t *cred_p) argument
469 D_NEW | D_MP /* Driver compatibility flag */
/illumos-gate/usr/src/uts/i86pc/os/
H A Dintr.c159 * is through the cli and sti instructions. These clear the IF flag and set it,
163 * Assuming interrupts are not blocked by the IF flag, then the second form is
233 * flag. This is because we set up the handler using an interrupt-gate, which
234 * is defined architecturally to have cleared the IF flag for us.
330 * case, it does not use the TPR at all. Instead, it only uses the IF flag
345 * by the IF flag. This is because we set up the handler using an
346 * interrupt-gate which is defined architecturally to have cleared the IF flag
1525 #define IS_FAKE_SOFTINT(flag, newpri) \
1526 (((flag) & PS_IE) && \
1541 ulong_t flag; local
1571 ulong_t flag; local
1612 ulong_t flag; local
[all...]
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfbt.c780 fbt_open(dev_t *devp, int flag, int otyp, cred_t *cred_p) argument
800 D_NEW | D_MP /* Driver compatibility flag */
/illumos-gate/usr/src/uts/intel/io/agpgart/
H A Dagptarget.c837 agp_target_open(dev_t *devp, int flag, int otyp, cred_t *cred) argument
842 if (!(flag & FKLYR))
855 agp_target_close(dev_t dev, int flag, int otyp, cred_t *cred) argument
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c75 static int issue_uscsi_cmd(int file, struct uscsi_cmd *command, int flag);
391 issue_uscsi_cmd(int file, struct uscsi_cmd *command, int flag) argument
404 command->uscsi_flags |= flag;
412 (flag & USCSI_RESET) ||
413 (flag & USCSI_RESET_ALL)) {
414 if (flag & USCSI_RESET) {
417 if (flag & USCSI_RESET_ALL) {
436 ((flag & USCSI_READ) == 0)) {
459 (flag & USCSI_READ)) {
1179 get_slash_devices_from_osDevName(char *osDevName, int flag) argument
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c64 IOCBQ *iocbq, uint32_t flag);
66 IOCBQ *iocbq, uint32_t flag);
388 if (!(port->flag & EMLXS_PORT_BOUND)) {
596 hba->flag |= FC_FABRIC_ATTACHED;
597 hba->flag &= ~FC_PT_TO_PT;
615 if (!(vport->flag & EMLXS_PORT_BOUND)) {
623 hba->flag |= FC_NPIV_SUPPORTED;
630 if ((hba->flag & FC_NPIV_ENABLED) &&
634 hba->flag |= FC_NPIV_DELAY_REQUIRED;
638 hba->flag |
2421 emlxs_handle_acc(emlxs_port_t *port, emlxs_buf_t *sbp, IOCBQ *iocbq, uint32_t flag) argument
2484 emlxs_handle_reject(emlxs_port_t *port, emlxs_buf_t *sbp, IOCBQ *iocbq, uint32_t flag) argument
[all...]
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c1215 int statP = SUCCESS, flag; local
1257 for (flag = 0; t != 0; t = t->next) {
1284 /* Set flag to indicate write is enabled */
1285 flag = 1;
1438 return ((flag)?SUCCESS:MAP_WRITE_DISABLED);
1443 int i, j, k, flag; local
1448 for (i = 0, flag = 0; i < rv->numAttrs; i++) {
1460 flag = 1;
1476 return (flag);
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext.h51 /* Msg_g_node->flag */
99 uint32_t flag; /* status */ member in struct:__anon124
180 (((p)->flag & ST_SWP) ? doswap32(ui32) : (ui32))
183 ((((p)->flag & (ST_REV1|ST_SWP)) == ST_SWP) ? \
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vnops.c44 bootfs_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *ct) argument
51 bootfs_close(vnode_t *vp, int flag, int count, offset_t offset, cred_t *cr, argument
129 bootfs_ioctl(vnode_t *vp, int cmd, intptr_t data, int flag, argument
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c176 tsol_fifo_access(vnode_t *vp, int flag, cred_t *crp) argument
181 (flag & FWRITE) &&
222 fifo_open(vnode_t **vpp, int flag, cred_t *crp, caller_context_t *ct) argument
232 if (!tsol_fifo_access(vp, flag, crp))
241 if (flag & FREAD) {
252 if (flag & FWRITE) {
262 error = fifo_stropen(vpp, flag, crp, 1, 1);
297 if (flag & FREAD) {
309 if (flag & FWRITE) {
345 if (flag
437 fifo_close(vnode_t *vp, int flag, int count, offset_t offset, cred_t *crp, caller_context_t *ct) argument
1565 fifo_create(struct vnode *dvp, char *name, vattr_t *vap, enum vcexcl excl, int mode, struct vnode **vpp, struct cred *cr, int flag, caller_context_t *ct, vsecattr_t *vsecp) argument
1949 fifo_setsecattr(struct vnode *vp, vsecattr_t *vsap, int flag, struct cred *crp, caller_context_t *ct) argument
1974 fifo_getsecattr(struct vnode *vp, vsecattr_t *vsap, int flag, struct cred *crp, caller_context_t *ct) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c114 au_event_t flag; local
139 flag = ADT_ilb_create_healthcheck;
141 flag = ADT_ilb_delete_healthcheck;
143 if ((event = adt_alloc_event(ah, flag)) == NULL) {
1228 logerr("%s: unknown HC flag", __func__);
/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c103 * If the automatic flag (-a) is given and mount points are not specified
505 mnterror(int flag) argument
507 switch (flag) {
/illumos-gate/usr/src/uts/common/io/
H A Dphysmem.c451 * PHYSMEM_CAGE flag was not set.
452 * EBUSY - The requested page is retired and the PHYSMEM_RETIRE flag
805 physmem_open(dev_t *devp, int flag, int otyp, cred_t *credp) argument
810 if ((flag & (FWRITE | FREAD)) != (FWRITE | FREAD)) {
832 physmem_close(dev_t dev, int flag, int otyp, cred_t *credp) argument
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvtap.c54 static int xpvtap_open(dev_t *devp, int flag, int otyp, cred_t *cred);
55 static int xpvtap_close(dev_t devp, int flag, int otyp, cred_t *cred);
353 xpvtap_open(dev_t *devp, int flag, int otyp, cred_t *cred) argument
393 xpvtap_close(dev_t devp, int flag, int otyp, cred_t *cred) argument
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c958 int flag; local
986 flag = opt_b != 0 ? TOPO_WALK_SIBLING : TOPO_WALK_CHILD;
988 if (topo_walk_step(twp, flag) == TOPO_WALK_ERR) {
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c559 nvlist_t *prop, int flag, nvlist_t *args, int *err)
581 rv |= nvlist_add_int32(in, TOPO_PROP_FLAG, (int32_t)flag);
558 topo_fmri_setprop(topo_hdl_t *thp, nvlist_t *nvl, const char *pg, nvlist_t *prop, int flag, nvlist_t *args, int *err) argument
H A Dtopo_prop.c516 topo_type_t type, int flag, int *err)
555 pv->tp_flag = flag;
566 topo_type_t type, int flag, void *val, int nelems, int *err)
648 if (topo_prop_setprop(node, pgname, nvl, flag, nvl, err) != 0) {
658 int flag, int32_t val, int *err)
660 return (topo_prop_set(node, pgname, pname, TOPO_TYPE_INT32, flag,
666 int flag, uint32_t val, int *err)
668 return (topo_prop_set(node, pgname, pname, TOPO_TYPE_UINT32, flag,
674 int flag, int64_t val, int *err)
676 return (topo_prop_set(node, pgname, pname, TOPO_TYPE_INT64, flag,
515 prop_create(tnode_t *node, const char *pgname, const char *pname, topo_type_t type, int flag, int *err) argument
565 topo_prop_set(tnode_t *node, const char *pgname, const char *pname, topo_type_t type, int flag, void *val, int nelems, int *err) argument
657 topo_prop_set_int32(tnode_t *node, const char *pgname, const char *pname, int flag, int32_t val, int *err) argument
665 topo_prop_set_uint32(tnode_t *node, const char *pgname, const char *pname, int flag, uint32_t val, int *err) argument
673 topo_prop_set_int64(tnode_t *node, const char *pgname, const char *pname, int flag, int64_t val, int *err) argument
681 topo_prop_set_uint64(tnode_t *node, const char *pgname, const char *pname, int flag, uint64_t val, int *err) argument
689 topo_prop_set_double(tnode_t *node, const char *pgname, const char *pname, int flag, double val, int *err) argument
697 topo_prop_set_string(tnode_t *node, const char *pgname, const char *pname, int flag, const char *val, int *err) argument
705 topo_prop_set_fmri(tnode_t *node, const char *pgname, const char *pname, int flag, const nvlist_t *fmri, int *err) argument
713 topo_prop_set_int32_array(tnode_t *node, const char *pgname, const char *pname, int flag, int32_t *val, uint_t nelems, int *err) argument
721 topo_prop_set_uint32_array(tnode_t *node, const char *pgname, const char *pname, int flag, uint32_t *val, uint_t nelems, int *err) argument
729 topo_prop_set_int64_array(tnode_t *node, const char *pgname, const char *pname, int flag, int64_t *val, uint_t nelems, int *err) argument
737 topo_prop_set_uint64_array(tnode_t *node, const char *pgname, const char *pname, int flag, uint64_t *val, uint_t nelems, int *err) argument
745 topo_prop_set_string_array(tnode_t *node, const char *pgname, const char *pname, int flag, const char **val, uint_t nelems, int *err) argument
753 topo_prop_set_fmri_array(tnode_t *node, const char *pgname, const char *pname, int flag, const nvlist_t **fmri, uint_t nelems, int *err) argument
764 topo_prop_setprop(tnode_t *node, const char *pgname, nvlist_t *prop, int flag, nvlist_t *pargs, int *err) argument
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc.c61 static int rdcopen(dev_t *devp, int flag, int otyp, cred_t *crp);
62 static int rdcclose(dev_t dev, int flag, int otyp, cred_t *crp);
440 rdcopen(dev_t *devp, int flag, int otyp, cred_t *crp) argument
449 rdcclose(dev_t dev, int flag, int otyp, cred_t *crp) argument
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_zvolops.c816 int mode, struct vnode **vpp, struct cred *cred, int flag,
815 devzvol_create(struct vnode *dvp, char *nm, struct vattr *vap, vcexcl_t excl, int mode, struct vnode **vpp, struct cred *cred, int flag, caller_context_t *ct, vsecattr_t *vsecp) argument
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm.c260 * if match with elem, return the reader with READER_MATCH flag.
262 * END_READER_MATCH flag.
796 * display data from the get response doc based on flag.
800 * flag - options from the subcommand
805 process_get_response(object_type obj, xmlChar *doc, uint32_t flag) argument
859 if (((flag & TARGET_ONLY) == TARGET_ONLY) &&
866 if (((flag & INITIATOR_ONLY) == INITIATOR_ONLY) &&
886 if ((flag & VERBOSE) == VERBOSE) {
919 if ((flag & VERBOSE) == VERBOSE) {
1029 if ((flag
1223 cvt_enumerate_rsp_to_get_req(xmlChar *doc, xmlChar **req_doc, object_type obj, uint32_t flag) argument
2549 int fd, flag = 0; local
2679 int fd, flag = 0; local
2790 int fd, flag = 0; local
3808 int fd, flag = 0; local
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Dvtoc.h76 uint16_t flag; member in struct:vtoc8::__anon454
/illumos-gate/usr/src/common/ficl/
H A Dloader.c65 * setenv? ( value n name n' flag -- )
407 ficlInteger flag; local
413 flag = FICL_FALSE;
421 flag = FICL_TRUE;
423 ficlStackPushInteger(ficlVmGetDataStack(pVM), flag); local
523 ficlInteger flag = FICL_FALSE; local
552 flag = FICL_TRUE;
554 ficlStackPushInteger(ficlVmGetDataStack(pVM), flag); local
561 ficlStackPushInteger(ficlVmGetDataStack(pVM), flag); local
567 ficlStackPushInteger(ficlVmGetDataStack(pVM), flag); local
573 ficlStackPushInteger(ficlVmGetDataStack(pVM), flag); local
[all...]

Completed in 257 milliseconds

<<21222324252627282930>>