Home
last modified time | relevance | path

Searched refs:flagsp (Results 1 – 25 of 26) sorted by relevance

12

/titanic_41/usr/src/uts/common/syscall/
H A Dstrcalls.c53 int getmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int *flagsp);
56 int *flagsp);
61 int mode, unsigned char *prip, int *flagsp);
64 getmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int *flagsp) in getmsg() argument
75 if (copyin(flagsp, &localflags, sizeof (*flagsp))) in getmsg()
99 if (copyout(&localflags, flagsp, sizeof (*flagsp))) in getmsg()
141 int *flagsp) in getpmsg() argument
149 if (copyin(flagsp, &flags, sizeof (flags))) in getpmsg()
159 if (copyout(&flags, flagsp, sizeof (flags))) in getpmsg()
191 int mode, unsigned char *prip, int *flagsp) in msgio() argument
[all …]
/titanic_41/usr/src/lib/libc/port/locale/
H A Dstrptime.c55 struct tm *_RESTRICT_KYWD tm, int *_RESTRICT_KYWD flagsp, in __strptime() argument
64 if (*flagsp & F_RECURSE) in __strptime()
66 *flagsp |= F_RECURSE; in __strptime()
96 buf = __strptime(buf, tptr->date_fmt, tm, flagsp, loc); in __strptime()
119 buf = __strptime(buf, tptr->c_fmt, tm, flagsp, loc); in __strptime()
125 buf = __strptime(buf, "%m/%d/%y", tm, flagsp, loc); in __strptime()
143 buf = __strptime(buf, "%Y-%m-%d", tm, flagsp, loc); in __strptime()
149 buf = __strptime(buf, "%H:%M", tm, flagsp, loc); in __strptime()
155 buf = __strptime(buf, tptr->ampm_fmt, tm, flagsp, loc); in __strptime()
161 buf = __strptime(buf, "%H:%M:%S", tm, flagsp, loc); in __strptime()
[all …]
/titanic_41/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c124 unsigned short *flagsp in insfilter() argument
127 insfilter(pipes, input_type, output_type, printer_type, printer, parms, flagsp) in insfilter()
134 unsigned short *flagsp;
296 pipes[0] = build_pipe(pipeline, S.parms, flagsp);
302 pipes[1] = build_pipe(pfastf, S.parms, flagsp);
791 unsigned short *flagsp in build_simple_cmd() argument
794 build_simple_cmd(pp, pf, parms, flagsp) in build_simple_cmd()
798 unsigned short *flagsp;
862 *flagsp |= pm->flags;
/titanic_41/usr/src/uts/common/io/
H A Dpci_intr_lib.c155 pci_msi_get_cap(dev_info_t *rdip, int type, int *flagsp) in pci_msi_get_cap() argument
163 *flagsp = 0; in pci_msi_get_cap()
171 *flagsp |= DDI_INTR_FLAG_MSI64; in pci_msi_get_cap()
173 *flagsp |= (DDI_INTR_FLAG_MASKABLE | in pci_msi_get_cap()
176 *flagsp |= DDI_INTR_FLAG_BLOCK; in pci_msi_get_cap()
179 *flagsp |= (DDI_INTR_FLAG_MASKABLE | DDI_INTR_FLAG_MSI64 | in pci_msi_get_cap()
183 *flagsp |= DDI_INTR_FLAG_EDGE; in pci_msi_get_cap()
185 DDI_INTR_NEXDBG((CE_CONT, "pci_msi_get_cap: flags = 0x%x\n", *flagsp)); in pci_msi_get_cap()
1011 pci_intx_get_cap(dev_info_t *dip, int *flagsp) in pci_intx_get_cap() argument
1019 *flagsp = 0; in pci_intx_get_cap()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dpci_intr_lib.h39 extern int pci_msi_get_cap(dev_info_t *rdip, int type, int *flagsp);
58 extern int pci_intx_get_cap(dev_info_t *dip, int *flagsp);
H A Dddi_intr.h160 int ddi_intr_get_cap(ddi_intr_handle_t h, int *flagsp);
/titanic_41/usr/src/lib/krb5/kadm5/
H A Dstr_conv.c146 krb5_string_to_flags(string, positive, negative, flagsp) in krb5_string_to_flags() argument
150 krb5_flags * flagsp;
180 *flagsp |= flags_table[i].fl_flags;
182 *flagsp &= ~flags_table[i].fl_flags;
H A Dadmin_internal.h106 krb5_flags *flagsp);
/titanic_41/usr/src/cmd/lp/lib/msgs/
H A Dstreamio.c81 Getmsg (MESG *mdp, strbuf_t *ctlp, strbuf_t *datap, int *flagsp) in Getmsg() argument
85 rtncode = getmsg (mdp->readfd, ctlp, datap, flagsp); in Getmsg()
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Diosram.c1186 (uint8_t *)(chunkp->flagsp), sizeof (iosram_flags_t), in iosram_get_flag()
1242 (uint8_t *)(chunkp->flagsp), sizeof (iosram_flags_t), in iosram_set_flag()
1508 &(chunkp->flagsp->int_pending)); in iosram_softintr()
1518 &(chunkp->flagsp->int_pending)); in iosram_softintr()
1529 &(chunkp->flagsp->int_pending), in iosram_softintr()
2749 iosram_flags_t *flagsp = NULL; in iosram_read_toc() local
2830 flagsp = (iosram_flags_t *)chunkp->basep; in iosram_read_toc()
2847 if (flagsp == NULL) { in iosram_read_toc()
2921 iosram_flags_t *flagsp; in iosram_update_addrs() local
2933 flagsp = (iosram_flags_t *)(chunkp->basep); in iosram_update_addrs()
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSUNP.h142 extern ssize_t recvfrom_flags(int fd, void *ptr, size_t nbytes, int *flagsp,
H A DmDNSUNP.c774 recvfrom_flags(int fd, void *ptr, size_t nbytes, int *flagsp, in recvfrom_flags() argument
805 if ( (n = recvmsg(fd, &msg, *flagsp)) < 0) in recvfrom_flags()
825 *flagsp = 0; /* pass back results */ in recvfrom_flags()
829 *flagsp = msg.msg_flags; /* pass back results */ in recvfrom_flags()
/titanic_41/usr/src/uts/common/os/
H A Dddi_intr.c442 ddi_intr_get_cap(ddi_intr_handle_t h, int *flagsp) in ddi_intr_get_cap() argument
450 *flagsp = 0; in ddi_intr_get_cap()
457 *flagsp = hdlp->ih_cap & ~DDI_INTR_FLAG_MSI64; in ddi_intr_get_cap()
463 DDI_INTROP_GETCAP, hdlp, (void *)flagsp); in ddi_intr_get_cap()
466 hdlp->ih_cap = *flagsp; in ddi_intr_get_cap()
469 *flagsp &= ~DDI_INTR_FLAG_MSI64; in ddi_intr_get_cap()
H A Dstreamio.c6505 int *flagsp, in strgetmsg() argument
6551 switch (*flagsp) { in strgetmsg()
6609 if (!(*flagsp & (MSG_HIPRI|MSG_BAND))) { in strgetmsg()
6632 } else if ((*flagsp & MSG_HIPRI) && q_first != NULL && in strgetmsg()
6638 } else if ((*flagsp & MSG_BAND) && q_first != NULL && in strgetmsg()
6667 *flagsp = 0; in strgetmsg()
6941 *flagsp = flg; in strgetmsg()
7070 int *flagsp, in kstrgetmsg() argument
7105 flags = *flagsp; in kstrgetmsg()
7223 *flagsp = 0; in kstrgetmsg()
[all …]
/titanic_41/usr/src/lib/libdladm/common/
H A Dlibdlmgmt.c237 uint32_t *flagsp) in i_dladm_phys_status() argument
242 assert((*flagsp) & DLMGMT_ACTIVE); in i_dladm_phys_status()
261 (*flagsp) &= ~DLMGMT_ACTIVE; in i_dladm_phys_status()
/titanic_41/usr/src/lib/libc/port/threads/
H A Dscalls.c530 int *flagsp) in getmsg() argument
535 PERFORM(__getmsg(fd, ctlptr, dataptr, flagsp)) in getmsg()
540 int *bandp, int *flagsp) in getpmsg() argument
546 PERFORM(__getpmsg(fd, ctlptr, dataptr, bandp, flagsp)) in getpmsg()
/titanic_41/usr/src/uts/sun4u/starcat/sys/
H A Diosramvar.h198 iosram_flags_t *flagsp; member
/titanic_41/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c1380 struct sata_cmd_flags *flagsp; in si_mop_commands() local
1454 flagsp = &satapkt->satapkt_cmd.satacmd_flags; in si_mop_commands()
1456 flagsp->sata_copy_out_lba_low_msb = B_TRUE; in si_mop_commands()
1457 flagsp->sata_copy_out_lba_mid_msb = B_TRUE; in si_mop_commands()
1458 flagsp->sata_copy_out_lba_high_msb = B_TRUE; in si_mop_commands()
1459 flagsp->sata_copy_out_lba_low_lsb = B_TRUE; in si_mop_commands()
1460 flagsp->sata_copy_out_lba_mid_lsb = B_TRUE; in si_mop_commands()
1461 flagsp->sata_copy_out_lba_high_lsb = B_TRUE; in si_mop_commands()
1462 flagsp->sata_copy_out_error_reg = B_TRUE; in si_mop_commands()
1463 flagsp->sata_copy_out_sec_count_msb = B_TRUE; in si_mop_commands()
[all …]
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c834 socklen_t *namelenp, socklen_t *controllenp, int *flagsp) in recvit() argument
873 if (flagsp != NULL) { in recvit()
891 if (copyout(&msg->msg_flags, flagsp, in recvit()
1028 int *flagsp; in recvmsg() local
1041 flagsp = STRUCT_FADDR(umsgptr, msg_flags); in recvmsg()
1051 flagsp = NULL; in recvmsg()
1127 STRUCT_FADDR(umsgptr, msg_controllen), flagsp)); in recvmsg()
H A Dsockstr.c2840 int *flagsp, in sock_getmsg() argument
2866 return (strgetmsg(vp, mctl, mdata, prip, flagsp, fmode, rvp)); in sock_getmsg()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip6_if.c2198 in6_addr_t *srcp, uint32_t *generation, uint64_t *flagsp) in ip_select_source_v6() argument
2203 if (flagsp != NULL) in ip_select_source_v6()
2204 *flagsp = 0; in ip_select_source_v6()
2232 if (flagsp != NULL) in ip_select_source_v6()
2233 *flagsp = ipif->ipif_flags; in ip_select_source_v6()
/titanic_41/usr/src/uts/sun4v/io/
H A Dds_drv.c1021 ds_cbarg_get_flags(ds_cb_arg_t arg, uint32_t *flagsp) in ds_cbarg_get_flags() argument
1026 *flagsp = svc->flags; in ds_cbarg_get_flags()
/titanic_41/usr/src/cmd/hotplug/
H A Dhotplug.c897 parse_flags(int argc, char *argv[], int *flagsp, const char *usage_str) in parse_flags() argument
916 *flagsp = flags; in parse_flags()
/titanic_41/usr/src/uts/common/io/dls/
H A Ddls_mgmt.c486 datalink_class_t *classp, uint32_t *mediap, uint32_t *flagsp) in dls_mgmt_get_linkinfo() argument
510 if (flagsp != NULL) in dls_mgmt_get_linkinfo()
511 *flagsp = retval.lr_flags; in dls_mgmt_get_linkinfo()
/titanic_41/usr/src/uts/sun4v/sys/
H A Dds_impl.h436 void ds_cbarg_get_flags(ds_cb_arg_t arg, uint32_t *flagsp);

12