Searched refs:control (Results 1 - 25 of 86) sorted by relevance

1234

/osnet-11/usr/src/lib/libc/i386/crt/
H A D_rtboot.s30 / we get control from exec which has loaded our text and
131 jmp *%eax / transfer control to ld.so.1
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dscsicmd.h35 grub_uint8_t control; member in struct:grub_scsi_test_unit_ready
46 grub_uint8_t control; member in struct:grub_scsi_inquiry
69 grub_uint8_t control; member in struct:grub_scsi_request_sense
96 grub_uint8_t control; member in struct:grub_scsi_read_capacity
124 grub_uint8_t control; member in struct:grub_scsi_read12
145 grub_uint8_t control; member in struct:grub_scsi_write12
/osnet-11/usr/src/lib/libcmd/common/
H A Dpr.c37 "[c:control?Print control characters in hat (^G) and octal form.]"
66 "[v:literal?Print control characters in C-style form.]"
142 } control; member in struct:_pr_
554 if (pp->control.cur >= pp->control.end)
556 if (n > pp->control.siz)
558 pp->control.siz = roundof(n, 1024);
559 if (!(pp->control.buf = newof(pp->control
[all...]
/osnet-11/usr/src/lib/libc/sparc/fp/
H A D_Q_get_rp_rd.s35 srl %o0,30,%o0 ! return round control value
H A Dfpgetrnd.s40 srl %o0, 30, %o0 ! return round control value
H A Dfpsetrnd.s38 set 0xc0000000, %o4 ! mask of round control bits
47 srl %o0, 30, %o0 ! return old round control value
/osnet-11/usr/src/lib/libc/sparcv9/fp/
H A D_Q_get_rp_rd.s35 srl %o0,30,%o0 ! return round control value
H A Dfpgetrnd.s40 srl %o0, 30, %o0 ! return round control value
H A Dfpsetrnd.s38 set 0xc0000000, %o4 ! mask of round control bits
47 srl %o0, 30, %o0 ! return old round control value
/osnet-11/usr/src/lib/libpp/common/
H A Dppcontrol.c25 * preprocessor control directive support
336 if (pp.control <= pp.in->control)
341 if (pp.control == (pp.in->control + 1)) pp.in->flags |= IN_noguard;
342 if (*pp.control & HADELSE)
345 *pp.control |= SKIP;
348 if (*pp.control & KEPT)
350 *pp.control |= SKIP;
355 *pp.control
[all...]
H A Dpplib.h32 * the first definitions control optional code -- 0 disables
143 long* control; /* control block level */ member in struct:ppinstk
285 int constack; /* pp.control size */ \
323 long* control; /* control block flags pointer */ \
324 long* maxcon; /* max control block frame */ \
450 #define pushcontrol() do { if (pp.control++ >= pp.maxcon) ppnest(); } while (0)
631 cur->control = pp.control; \
[all...]
/osnet-11/usr/src/lib/libsctp/common/
H A Dsctp.c349 /* Note that msg can be NULL for pure control message. */
423 char *control = NULL; local
442 if ((control = malloc(clen)) == NULL)
445 hdr.msg_control = (void *)_CMSG_HDR_ALIGN(control);
446 hdr.msg_controllen = clen - (_CMSG_HDR_ALIGN(control) -
447 (uintptr_t)control);
455 if (control != NULL)
456 free(control);
523 if (control != NULL)
524 free(control);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfiletest.pm7 filetest - Perl pragma to control the filetest permission operators
26 for example various ACL (access control lists) schemes are in use.
H A Dvmsish.pm7 vmsish - Perl pragma to control VMS-specific language features
90 You can also control the 'hushed' flag at run-time, using the built-in
H A Dsort.pm83 sort - perl pragma to control sort() behaviour
99 With the C<sort> pragma you can control the behaviour of the builtin
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_pwdutil.c324 smb_pwd_setcntl(const char *name, int control) argument
327 return (smb_pwd_ops.pwop_setcntl(name, control));
329 if (control == 0)
332 return (smb_pwd_update(name, NULL, control));
424 * given password and control information.
427 smb_pwd_update(const char *name, const char *password, int control) argument
471 control |= SMB_PWC_NOLM;
481 err = smb_pwd_chgpwent(&smbpw, password, control);
503 (void) smb_pwd_chgpwent(&smbpw, password, control);
629 * control informatio
632 smb_pwd_chgpwent(smb_passwd_t *smbpw, const char *password, int control) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dscsi.c77 rs.control = 0;
100 tur.control = 0;
134 iq.control = 0;
171 rc.control = 0;
244 rd.control = 0;
310 wr.control = 0;
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Ddavicom.c110 control:10; /* control bits */ member in struct:txdesc
119 control:10; /* control bits */ member in struct:rxdesc
445 txd[i].control = 0x184; /* Begin/End/Chain */
465 rxd[i].control = 0x4; /* Chain Structure */
511 txd[TxPtr].control = 0x024; /* SF/CE */
565 txd[TxPtr].control = 0x00000184; /* LS+FS+CE */
H A Dtlan.c1433 u16 control; local
1453 TLan_MiiReadReg(nic, phy, MII_GEN_CTL, &control);
1456 if ((control != 0xFFFF) || (hi != 0xFFFF)
1459 control, hi, lo);
1555 u16 control; local
1617 control = 0;
1624 control |= MII_GC_DUPLEX;
1628 control |= MII_GC_SPEEDSEL;
1631 TLan_MiiWriteReg(nic, phy, MII_GEN_CTL, control);
H A Dundi.h110 uint16_t control; member in struct:pnp_bios
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsrvsvc_sd.c257 msd->control = sd->sd_control | SE_SELF_RELATIVE;
258 msd->control = LE_IN16(&msd->control);
431 sd->sd_control = msd->control & (~SE_SELF_RELATIVE);
/osnet-11/usr/src/cmd/sendmail/src/
H A DMakefile34 OBJS= alias.o arpadate.o bf.o collect.o conf.o control.o convtime.o daemon.o \
/osnet-11/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_scsi.h174 unsigned char control; member in struct:my_cdb_g0
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dohci.c349 grub_uint32_t control;
351 control = grub_ohci_readreg32 (o, GRUB_OHCI_REG_CONTROL);
352 if ((control & 0x100) != 0)
376 else if (((control & 0x100) == 0) &&
377 ((control & 0xc0) != 0)) /* Not owned by SMM nor reset */
425 grub_dprintf ("ohci", "Current state of legacy control reg.: 0x%04x\n",
851 grub_uint32_t control;
889 control = grub_ohci_readreg32 (o, GRUB_OHCI_REG_CONTROL);
893 grub_dprintf ("ohci", "loop finished: control=0x%02x status=0x%02x\n",
894 control, statu
348 grub_uint32_t control; local
849 grub_uint32_t control; local
[all...]
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Drules.c363 Mangle(char *input, char *control) argument
373 for (ptr = control; *ptr; ptr++) {
677 * PMatch(register char *control, register char *string)
679 * while (*string && *control) {
680 * if (!MatchClass(*control, *string)) {
685 * control++;
688 * if (*string || *control) {

Completed in 149 milliseconds

1234