HomeSort by: relevance | last modified time | path
    Searched defs:ntp (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.sbin/timed/timed/
readmsg.c 85 struct netinfo *ntp; local in function:readmsg
131 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
132 if ((ntp->mask & from.sin_addr.s_addr) ==
133 ntp->net.s_addr) {
134 fromnet = ntp;
244 for (ntp = nettab; ntp != NULL; ntp = ntp->next
    [all...]
slave.c 77 struct netinfo *ntp; local in function:slave
98 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
99 if (ntp->status == MASTER)
100 masterup(ntp);
118 for (ntp = nettab; ntp != NULL; ntp = ntp->next)
    [all...]
master.c 83 struct netinfo *ntp; local in function:master
89 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
90 if (ntp->status == MASTER)
91 masterup(ntp);
122 for (ntp = nettab; ntp; ntp = ntp->next)
    [all...]
globals.h 109 struct netinfo *ntp; member in struct:hosttbl
timed.c 128 struct netinfo *ntp; local in function:main
275 ntp = NULL;
279 if (!ntp)
280 ntp = malloc(sizeof(struct netinfo));
281 (void)memset(ntp, 0, sizeof(*ntp));
282 ntp->my_addr=((struct sockaddr_in *)(void *)ifa->ifa_addr)->sin_addr;
283 ntp->status = NOMASTER;
292 ntp->mask = ((struct sockaddr_in *)(void *)
296 ntp->dest_addr = *(struct sockaddr_in *)(void *)ifa->ifa_broadaddr
547 struct netinfo *ntp; local in function:setstatus
600 struct netinfo *ntp; local in function:makeslave
615 struct netinfo *ntp; local in function:checkignorednets
    [all...]
  /src/sys/fs/ntfs/
ntfs_vfsops.c 679 struct ntnode *ntp; local in function:ntfs_vptofh
693 ntp = VTONT(vp);
696 ntfh.ntfid_ino = ntp->i_number;
699 ntfh.ntfid_gen = ntp->i_gen;
  /src/usr.bin/xlint/lint1/
decl.c 120 type_t *ntp = block_zero_alloc(sizeof(*ntp), "type"); local in function:block_dup_type
122 *ntp = *tp;
123 debug_step("%s '%s'", __func__, type_name(ntp));
124 return ntp;
131 type_t *ntp = expr_zero_alloc(sizeof(*ntp), "type"); local in function:expr_dup_type
133 *ntp = *tp;
134 debug_step("%s: '%s'", __func__, type_name(ntp));
135 return ntp;
147 type_t *ntp = expr_zero_alloc(sizeof(*ntp), "type"); local in function:expr_unqualified_type
    [all...]
tree.c 493 ic_cvt(const type_t *ntp, const type_t *otp, integer_constraints a)
495 unsigned new_width = width_in_bits(ntp);
497 bool new_unsigned = is_uinteger(ntp->t_tspec);
506 return ic_any(ntp);
1030 type_t *ntp = expr_dup_type(tn->tn_type); local in function:apply_usual_arithmetic_conversions
1031 ntp->t_tspec = t;
1035 expr_type_name(tn), type_name(ntp));
1037 return convert(op, 0, ntp, tn);
1574 type_t *ntp = expr_dup_type(tp1); local in function:merge_qualifiers
1575 ntp->t_subt = nstp
1635 const type_t *ntp = tn->tn_type, *otp = tn->u.ops.left->tn_type; local in function:is_cast_redundant
3581 type_t *ntp = expr_dup_type(gettyp(nt)); local in function:promote
    [all...]

Completed in 187 milliseconds