Searched refs:valptr (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libtsnet/common/ |
H A D | misc.c | 184 const char *valptr, *nxtopt; in rtsa_keyword() local 201 valptr = parse_entry(attrbuf, sizeof (attrbuf), options, ",="); in rtsa_keyword() 216 if ((key == SAK_CIPSO && *valptr == '=') || in rtsa_keyword() 217 (key != SAK_CIPSO && *valptr != '=')) { in rtsa_keyword() 218 *errstrp = (char *)valptr; in rtsa_keyword() 223 nxtopt = valptr; in rtsa_keyword() 224 if (*valptr == '=') { in rtsa_keyword() 225 valptr++; in rtsa_keyword() 227 valptr, ",="); in rtsa_keyword() 248 *errstrp = (char *)valptr; in rtsa_keyword() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpinfo/ |
H A D | dhcpinfo.c | 68 uint8_t *valptr; in main() local 209 valptr = (uint8_t *)opt + sizeof (d6o); in main() 215 valptr = opt->value; in main() 227 valuep += sprintf(valuep, "0x%02X ", valptr[i]); in main() 234 value = inittab_decode(entry, valptr, opt_len, B_TRUE); in main()
|
/titanic_50/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 3257 struct zone_rctlvaltab *valptr; in zonecfg_lookup_rctl() local 3276 valptr = (struct zone_rctlvaltab *)malloc( in zonecfg_lookup_rctl() 3278 if (valptr == NULL) in zonecfg_lookup_rctl() 3281 valptr->zone_rctlval_priv, in zonecfg_lookup_rctl() 3282 sizeof (valptr->zone_rctlval_priv)) != in zonecfg_lookup_rctl() 3286 valptr->zone_rctlval_limit, in zonecfg_lookup_rctl() 3287 sizeof (valptr->zone_rctlval_limit)) != in zonecfg_lookup_rctl() 3291 valptr->zone_rctlval_action, in zonecfg_lookup_rctl() 3292 sizeof (valptr->zone_rctlval_action)) != in zonecfg_lookup_rctl() 3295 if (zonecfg_add_rctl_value(tabptr, valptr) != in zonecfg_lookup_rctl() [all …]
|
/titanic_50/usr/src/ucblib/libucb/port/stdio/ |
H A D | doprnt.c | 126 _lowdigit(long *valptr) in _lowdigit() argument 132 int lowbit = (int)(*valptr & 1); in _lowdigit() 133 long value = (*valptr >> 1) & ~HIBITL; in _lowdigit() 135 *valptr = value / 5; in _lowdigit()
|
/titanic_50/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 237 _lowdigit(ssize_t *valptr) in _lowdigit() argument 244 ssize_t lowbit = *valptr & 1; in _lowdigit() 245 long value = (*valptr >> 1) & ~HIBITL; in _lowdigit() 247 *valptr = value / 5; in _lowdigit() 253 _lowlldigit(long long *valptr) in _lowlldigit() argument 255 ssize_t lowbit = *valptr & 1; in _lowlldigit() 256 long long value = (*valptr >> 1) & ~HIBITLL; in _lowlldigit() 257 *valptr = value / 5; in _lowlldigit()
|
/titanic_50/usr/src/cmd/ptools/pmap/ |
H A D | pmap.c | 1493 uint_t *valptr = validity; in mem_chunk_get() local 1529 for (j = 0; j < i; j++, pdp++, valptr++, outptr += 2) { in mem_chunk_get() 1531 if ((*valptr & 1) == 0) { in mem_chunk_get() 1536 if ((*valptr & 2) != 0) { in mem_chunk_get() 1542 if ((*valptr & 4) != 0) { in mem_chunk_get()
|
/titanic_50/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 1801 struct zone_rctlvaltab *valptr; in export_func() local 2006 for (valptr = rctltab.zone_rctl_valptr; valptr != NULL; in export_func() 2007 valptr = valptr->zone_rctlval_next) { in export_func() 2010 pt_to_str(PT_PRIV), valptr->zone_rctlval_priv, in export_func() 2011 pt_to_str(PT_LIMIT), valptr->zone_rctlval_limit, in export_func() 2012 pt_to_str(PT_ACTION), valptr->zone_rctlval_action); in export_func() 5120 struct zone_rctlvaltab *valptr; in output_rctl() local 5124 for (valptr = rctltab->zone_rctl_valptr; valptr != NULL; in output_rctl() 5125 valptr = valptr->zone_rctlval_next) { in output_rctl() 5128 pt_to_str(PT_PRIV), valptr->zone_rctlval_priv, in output_rctl() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 3156 char *valptr[1]; in tun_status() local 3196 valptr[0] = propval; in tun_status() 3198 (char **)valptr, &valcnt) == DLADM_STATUS_OK) { in tun_status() 3204 "encaplimit", (char **)valptr, &valcnt) == DLADM_STATUS_OK) { in tun_status()
|