Home
last modified time | relevance | path

Searched refs:AP_ANCHOR (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/autopush/
H A Dautopush.c89 #define AP_ANCHOR "[anchor]" macro
477 (void) printf(" %s", AP_ANCHOR); in get_info()
579 if (strncasecmp(cp, AP_ANCHOR, sizeof (AP_ANCHOR) - 1) == 0) { in parse_line()
593 cp += sizeof (AP_ANCHOR) - 1; in parse_line()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c1071 #define AP_ANCHOR "[anchor]" macro
3304 AP_ANCHOR); in get_autopush()
3305 len += (strlen(AP_ANCHOR) + 1); in get_autopush()
3322 if (strncasecmp(module, AP_ANCHOR, strlen(AP_ANCHOR)) == 0) { in i_dladm_add_ap_module()